Skip to content

Commit

Permalink
[10.0][MIG] purchase_open_qty: Migration to 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Jul 25, 2017
1 parent 0e0ff2b commit 88c1d35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion purchase_open_qty/README.rst
Expand Up @@ -16,7 +16,7 @@ To use this module, you need to go to Purchase Orders and select the new filters

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/142/9.0
:target: https://runbot.odoo-community.org/runbot/142/10.0

Bug Tracker
===========
Expand Down
Expand Up @@ -7,7 +7,7 @@
"name": "Purchase Open Qty",
"summary": "Allows to identify the purchase orders that have quantities "
"pending to invoice or to receive.",
"version": "9.0.1.0.0",
"version": "10.0.1.0.0",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/purchase-workflow",
Expand Down
4 changes: 2 additions & 2 deletions purchase_open_qty/models/purchase_order.py
Expand Up @@ -3,8 +3,8 @@
# (http://www.eficent.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from openerp import api, fields, models
import openerp.addons.decimal_precision as dp
from odoo import api, fields, models
import odoo.addons.decimal_precision as dp


class PurchaseOrderLine(models.Model):
Expand Down
4 changes: 2 additions & 2 deletions purchase_open_qty/tests/test_purchase_open_qty.py
Expand Up @@ -2,8 +2,8 @@
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from openerp.tests.common import TransactionCase
from openerp.fields import Datetime
from odoo.tests.common import TransactionCase
from odoo.fields import Datetime


class TestPurchaseOpenQty(TransactionCase):
Expand Down

0 comments on commit 88c1d35

Please sign in to comment.