[ADD] setup.py

This commit is contained in:
OCA-git-bot
2021-07-03 19:24:02 +00:00
parent 97ef40969e
commit ff55cb7bd8
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20200820.0
11.0.20210703.0

View File

@@ -33,6 +33,7 @@ setuptools.setup(
'odoo11-addon-account_move_fiscal_year',
'odoo11-addon-account_move_line_purchase_info',
'odoo11-addon-account_move_line_tax_editable',
'odoo11-addon-account_move_template',
'odoo11-addon-account_netting',
'odoo11-addon-account_partner_required',
'odoo11-addon-account_permanent_lock_move',

View File

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

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,
)