Skip to content

Commit

Permalink
[10.0][MIG] purchase_tier_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow committed May 9, 2018
1 parent 8897446 commit d0fbe85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion purchase_tier_validation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Additional features:

.. 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Purchase Tier Validation",
"summary": "Extends the functionality of Purchase Orders to "
"support a tier validation process.",
"version": "9.0.1.1.0",
"version": "10.0.1.0.0",
"category": "Purchases",
"website": "https://github.com/OCA/purchase-workflow",
"author": "Eficent, Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion purchase_tier_validation/models/purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from openerp import models
from odoo import models


class PurchaseOrder(models.Model):
Expand Down
2 changes: 1 addition & 1 deletion purchase_tier_validation/models/tier_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from openerp import api, models
from odoo import api, models


class TierDefinition(models.Model):
Expand Down

0 comments on commit d0fbe85

Please sign in to comment.