[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-10-16 10:00:46 +00:00
parent 335d0d3984
commit 7f91bcaeb6
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20191011.0
11.0.20191016.0

View File

@@ -29,6 +29,7 @@ setuptools.setup(
'odoo11-addon-account_lock_to_date',
'odoo11-addon-account_move_batch_validate',
'odoo11-addon-account_move_budget',
'odoo11-addon-account_move_fiscal_month',
'odoo11-addon-account_move_fiscal_year',
'odoo11-addon-account_move_line_purchase_info',
'odoo11-addon-account_move_line_tax_editable',

View File

@@ -0,0 +1 @@
../../../../account_move_fiscal_month

View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)