From c1e76210678555749c8abd88af33358a602b161f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 10:03:18 +0200 Subject: [PATCH] [UPD] prefix versions with 8.0 --- README.md | 18 +++++++++--------- stock_available/__openerp__.py | 2 +- stock_available_immediately/__openerp__.py | 2 +- .../__openerp__.py | 2 +- stock_location_area_data/__openerp__.py | 2 +- stock_location_area_management/__openerp__.py | 2 +- stock_location_ownership/__openerp__.py | 2 +- stock_mts_mto_rule/__openerp__.py | 2 +- stock_reserve/__openerp__.py | 2 +- stock_reserve_sale/__openerp__.py | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 56adab1b8..24a58e4ca 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,15 @@ Available addons ---------------- addon | version | summary --- | --- | --- -[stock_available](stock_available/) | 2.0 | Stock available to promise -[stock_available_immediately](stock_available_immediately/) | 2.0 | Ignore planned receptions in quantity available to promise -[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 1.0 | More filters for inventory adjustments -[stock_location_area_data](stock_location_area_data/) | 0.1 | Add surface units of measure -[stock_location_area_management](stock_location_area_management/) | 0.1 | Enter a location's area based on different units of measure -[stock_location_ownership](stock_location_ownership/) | 0.1 | Stock Location Ownership -[stock_mts_mto_rule](stock_mts_mto_rule/) | 1.0 | Add a MTS+MTO route -[stock_reserve](stock_reserve/) | 0.2 | Stock reservations on products -[stock_reserve_sale](stock_reserve_sale/) | 1.0 | Stock Reserve Sales +[stock_available](stock_available/) | 8.0.2.0.0 | Stock available to promise +[stock_available_immediately](stock_available_immediately/) | 8.0.2.0.0 | Ignore planned receptions in quantity available to promise +[stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 8.0.1.0.0 | More filters for inventory adjustments +[stock_location_area_data](stock_location_area_data/) | 8.0.0.1.0 | Add surface units of measure +[stock_location_area_management](stock_location_area_management/) | 8.0.0.1.0 | Enter a location's area based on different units of measure +[stock_location_ownership](stock_location_ownership/) | 8.0.0.1.0 | Stock Location Ownership +[stock_mts_mto_rule](stock_mts_mto_rule/) | 8.0.1.0.0 | Add a MTS+MTO route +[stock_reserve](stock_reserve/) | 8.0.0.2.0 | Stock reservations on products +[stock_reserve_sale](stock_reserve_sale/) | 8.0.1.0.0 | Stock Reserve Sales Unported addons --------------- diff --git a/stock_available/__openerp__.py b/stock_available/__openerp__.py index cbcd39b70..7a5e16806 100644 --- a/stock_available/__openerp__.py +++ b/stock_available/__openerp__.py @@ -20,7 +20,7 @@ { 'name': 'Stock available to promise', - 'version': '2.0', + 'version': '8.0.2.0.0', "author": u"Numérigraphe,Odoo Community Association (OCA)", 'category': 'Warehouse', 'depends': ['stock'], diff --git a/stock_available_immediately/__openerp__.py b/stock_available_immediately/__openerp__.py index ec266fe23..0175129fb 100644 --- a/stock_available_immediately/__openerp__.py +++ b/stock_available_immediately/__openerp__.py @@ -22,7 +22,7 @@ { "name": "Ignore planned receptions in quantity available to promise", - "version": "2.0", + "version": "8.0.2.0.0", "depends": ["stock_available"], "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/stock_inventory_preparation_filter/__openerp__.py b/stock_inventory_preparation_filter/__openerp__.py index 430b2e983..3970d655f 100644 --- a/stock_inventory_preparation_filter/__openerp__.py +++ b/stock_inventory_preparation_filter/__openerp__.py @@ -18,7 +18,7 @@ { "name": "Extended Inventory Preparation Filters", - "version": "1.0", + "version": "8.0.1.0.0", "depends": [ "stock", ], diff --git a/stock_location_area_data/__openerp__.py b/stock_location_area_data/__openerp__.py index fec0ef1b3..1a4bf3ff6 100644 --- a/stock_location_area_data/__openerp__.py +++ b/stock_location_area_data/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { 'name': 'Stock Location Area Data', - 'version': '0.1', + 'version': '8.0.0.1.0', 'author': 'Savoir-faire Linux', 'maintainer': 'Savoir-faire Linux', 'website': 'http://www.savoirfairelinux.com', diff --git a/stock_location_area_management/__openerp__.py b/stock_location_area_management/__openerp__.py index 1f0d2f174..5d5d1ebca 100644 --- a/stock_location_area_management/__openerp__.py +++ b/stock_location_area_management/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { 'name': 'Stock Location Area Management', - 'version': '0.1', + 'version': '8.0.0.1.0', 'author': 'Savoir-faire Linux', 'maintainer': 'Savoir-faire Linux', 'website': 'http://www.savoirfairelinux.com', diff --git a/stock_location_ownership/__openerp__.py b/stock_location_ownership/__openerp__.py index 5d5f4dc7f..7a3fed160 100644 --- a/stock_location_ownership/__openerp__.py +++ b/stock_location_ownership/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {'name': 'Stock Location Ownership', - 'version': '0.1', + 'version': '8.0.0.1.0', 'author': "Camptocamp,Odoo Community Association (OCA)", 'category': 'Warehouse', 'license': 'AGPL-3', diff --git a/stock_mts_mto_rule/__openerp__.py b/stock_mts_mto_rule/__openerp__.py index ea19cac08..e81acfc1d 100644 --- a/stock_mts_mto_rule/__openerp__.py +++ b/stock_mts_mto_rule/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## {'name': 'Stock MTS+MTO Rule', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': 'Akretion,Odoo Community Association (OCA)', 'website': 'http://www.akretion.com', 'license': 'AGPL-3', diff --git a/stock_reserve/__openerp__.py b/stock_reserve/__openerp__.py index 7794a39dd..de54318e8 100644 --- a/stock_reserve/__openerp__.py +++ b/stock_reserve/__openerp__.py @@ -21,7 +21,7 @@ {'name': 'Stock Reservation', 'summary': 'Stock reservations on products', - 'version': '0.2', + 'version': '8.0.0.2.0', 'author': "Camptocamp,Odoo Community Association (OCA)", 'category': 'Warehouse', 'license': 'AGPL-3', diff --git a/stock_reserve_sale/__openerp__.py b/stock_reserve_sale/__openerp__.py index 119e00bb1..0a4196200 100644 --- a/stock_reserve_sale/__openerp__.py +++ b/stock_reserve_sale/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {'name': 'Stock Reserve Sales', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': "Camptocamp,Odoo Community Association (OCA)", 'category': 'Warehouse', 'license': 'AGPL-3',