setup.py and addons versions (#35)

* [IMP] set 10.0 version prefix in all installable addons

* [FIX] 10.0 instead of 9.0 version prefix for sale_order_add_bom on 10.0 branch

* [ADD] setup.py for all installable addons
This commit is contained in:
Stéphane Bidoul (ACSONE)
2017-06-13 22:41:20 +02:00
committed by Alexis de Lattre
parent ba821dbd06
commit 1748663a42
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
{
'name': 'Purchase Usability',
'version': '0.1',
'version': '10.0.0.1.0',
'category': 'Purchase Management',
'license': 'AGPL-3',
'summary': 'Show invoices and receptions on PO',

View File

@@ -5,7 +5,7 @@
{
'name': 'Sale Usability',
'version': '0.1',
'version': '10.0.0.1.0',
'category': 'Sale Management',
'license': 'AGPL-3',
'summary': 'Show invoices on sale orders',