Skip to content

Commit

Permalink
[UPD] prefix versions with 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 9, 2015
1 parent 0628d89 commit 69cbb5a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Available addons
----------------
addon | version | summary
--- | --- | ---
[product_attribute_multi_type](product_attribute_multi_type/) | 1.0 | Product attribute types
[product_brand](product_brand/) | 0.1 | Add brand to products
[product_dimension](product_dimension/) | 2.0 | Product Dimension
[product_gtin](product_gtin/) | 1.1 | Product GTIN EAN8 EAN13 UPC JPC Support
[product_m2mcategories](product_m2mcategories/) | 1.0.2 | Product - Many Categories
[product_manufacturer](product_manufacturer/) | 1.0 | Products Manufacturers
[product_attribute_multi_type](product_attribute_multi_type/) | 8.0.1.0.0 | Product attribute types
[product_brand](product_brand/) | 8.0.0.1.0 | Add brand to products
[product_dimension](product_dimension/) | 8.0.2.0.0 | Product Dimension
[product_gtin](product_gtin/) | 8.0.1.1.0 | Product GTIN EAN8 EAN13 UPC JPC Support
[product_m2mcategories](product_m2mcategories/) | 8.0.1.0.2 | Product - Many Categories
[product_manufacturer](product_manufacturer/) | 8.0.1.0.0 | Products Manufacturers
[product_pricelist_fixed_price](product_pricelist_fixed_price/) | 8.0.1.0 | Fixed price in pricelists
[product_sequence](product_sequence/) | 0.1 | Product Sequence
[product_sequence](product_sequence/) | 8.0.0.1.0 | Product Sequence
[product_supplierinfo_tree_price_info](product_supplierinfo_tree_price_info/) | 8.0.1.0 | Supplier Unit Price on Product Form
[product_weight](product_weight/) | 0.2 | Allows to calculate products weight from its components.
[product_weight](product_weight/) | 8.0.0.2.0 | Allows to calculate products weight from its components.

Unported addons
---------------
Expand Down
2 changes: 1 addition & 1 deletion product_attribute_multi_type/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{
"name": "Product attribute types",
"version": "1.0",
"version": "8.0.1.0.0",
"depends": [
"product",
],
Expand Down
2 changes: 1 addition & 1 deletion product_brand/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
###############################################################################
{
'name': 'Product Brand Manager',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Product',
'summary': 'Add brand to products',
'author': 'NetAndCo, Akretion, Prisnet Telecommunications SA'
Expand Down
2 changes: 1 addition & 1 deletion product_dimension/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
{
'name': 'Product Dimension',
'version': '2.0',
'version': '8.0.2.0.0',
'category': 'Product',
'author': 'ADHOC SA,Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
Expand Down
2 changes: 1 addition & 1 deletion product_gtin/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{
"name": "Product GTIN EAN8 EAN13 UPC JPC Support",
"version": "1.1",
"version": "8.0.1.1.0",
"author": "ChriCar Beteiligungs- und Beratungs- GmbH,"
"Odoo Community Association (OCA)",
"website": "http://www.chricar.at/ChriCar",
Expand Down
2 changes: 1 addition & 1 deletion product_m2mcategories/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{
"name": "Product - Many Categories",
"version": "1.0.2",
"version": "8.0.1.0.2",
"author": "Sharoon Thomas,Odoo Community Association (OCA)",
"contributors": ["Mikel Arregi <mikelarregi@avanzosc.es>"],
"website": "",
Expand Down
2 changes: 1 addition & 1 deletion product_manufacturer/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Products Manufacturers',
'version': '1.0',
'version': '8.0.1.0.0',
'author': "OpenERP SA,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'contributors': ['Acysos SL <info@acysos.com>'],
Expand Down
2 changes: 1 addition & 1 deletion product_sequence/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{
'name': 'Product Sequence',
'version': '0.1',
'version': '8.0.0.1.0',
'author': "Zikzakmedia SL,Odoo Community Association (OCA)",
'website': 'http://www.zikzakmedia.com',
'license': 'AGPL-3',
Expand Down
2 changes: 1 addition & 1 deletion product_weight/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
##############################################################################

{'name': 'Product Weight Calculation',
'version': '0.2',
'version': '8.0.0.2.0',
'author': 'Savoir-faire Linux,Akretion,Odoo Community Association (OCA)',
'website': 'http://www.savoirfairelinux.com',
'license': 'AGPL-3',
Expand Down

0 comments on commit 69cbb5a

Please sign in to comment.