Skip to content

Commit

Permalink
[CHG] Version number and setup file.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpeiffer committed Nov 22, 2017
1 parent 204fb92 commit 8d7d4c9
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion account_cash_discount_base/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{
"name": "Account Cash Discount Base",
"version": "1.0",
"version": "8.0.1.0.0",
"author": "ACSONE SA/NV",
"maintainer": "ACSONE SA/NV",
"website": "http://www.acsone.eu",
Expand Down
2 changes: 1 addition & 1 deletion account_cash_discount_payment/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{
"name": "Account Cash Discount Payment",
"version": "1.0",
"version": "8.0.1.0.0",
"author": "ACSONE SA/NV",
"maintainer": "ACSONE SA/NV",
"website": "http://www.acsone.eu",
Expand Down
2 changes: 1 addition & 1 deletion account_cash_discount_payment_term/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{
"name": "Account Cash Discount Payment Term",
"version": "1.0",
"version": "8.0.1.0.0",
"author": "ACSONE SA/NV",
"maintainer": "ACSONE SA/NV",
"website": "http://www.acsone.eu",
Expand Down
1 change: 1 addition & 0 deletions setup/account_cash_discount_base/odoo_addons/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
6 changes: 6 additions & 0 deletions setup/account_cash_discount_base/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
6 changes: 6 additions & 0 deletions setup/account_cash_discount_payment/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
6 changes: 6 additions & 0 deletions setup/account_cash_discount_payment_term/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 8d7d4c9

Please sign in to comment.