diff --git a/purchase_tier_validation/README.rst b/purchase_tier_validation/README.rst index c45943b93ab..f952c0a2ba7 100644 --- a/purchase_tier_validation/README.rst +++ b/purchase_tier_validation/README.rst @@ -13,7 +13,7 @@ Installation ============ This module depends on ``base_tier_validation``. You can find it at -`OCA/server-tools `_ +`OCA/server-ux `_ Configuration ============= @@ -43,13 +43,13 @@ 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/10.0 + :target: https://runbot.odoo-community.org/runbot/142/11.0 Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback. diff --git a/purchase_tier_validation/__init__.py b/purchase_tier_validation/__init__.py index b44d765940f..31660d6a965 100644 --- a/purchase_tier_validation/__init__.py +++ b/purchase_tier_validation/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import models diff --git a/purchase_tier_validation/__manifest__.py b/purchase_tier_validation/__manifest__.py index 40617fb7362..bae6cc71eda 100644 --- a/purchase_tier_validation/__manifest__.py +++ b/purchase_tier_validation/__manifest__.py @@ -1,11 +1,10 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Purchase Tier Validation", "summary": "Extends the functionality of Purchase Orders to " "support a tier validation process.", - "version": "10.0.1.0.0", + "version": "11.0.1.0.0", "category": "Purchases", "website": "https://github.com/OCA/purchase-workflow", "author": "Eficent, Odoo Community Association (OCA)", diff --git a/purchase_tier_validation/models/__init__.py b/purchase_tier_validation/models/__init__.py index d171191c762..a426f80ded5 100644 --- a/purchase_tier_validation/models/__init__.py +++ b/purchase_tier_validation/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from . import purchase_order diff --git a/purchase_tier_validation/models/purchase_order.py b/purchase_tier_validation/models/purchase_order.py index 0c295493307..b8fc1affc35 100644 --- a/purchase_tier_validation/models/purchase_order.py +++ b/purchase_tier_validation/models/purchase_order.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). diff --git a/purchase_tier_validation/models/tier_definition.py b/purchase_tier_validation/models/tier_definition.py index 03101d5b5a9..0464d8dd96c 100644 --- a/purchase_tier_validation/models/tier_definition.py +++ b/purchase_tier_validation/models/tier_definition.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). diff --git a/purchase_tier_validation/views/purchase_order_view.xml b/purchase_tier_validation/views/purchase_order_view.xml index 71e2cd7e8b9..7ece68a449d 100644 --- a/purchase_tier_validation/views/purchase_order_view.xml +++ b/purchase_tier_validation/views/purchase_order_view.xml @@ -68,7 +68,7 @@