Skip to content

Commit

Permalink
[ADD] setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jul 24, 2019
1 parent 84d9de0 commit cbb2fe0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
@@ -1 +1 @@
11.0.20190723.0
11.0.20190724.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Expand Up @@ -13,6 +13,7 @@
'odoo11-addon-account_mass_reconcile_by_purchase_line',
'odoo11-addon-account_mass_reconcile_ref_deep_search',
'odoo11-addon-account_mass_reconcile_transaction_ref',
'odoo11-addon-account_reconcile_restrict_partner_mismatch',
'odoo11-addon-account_reconcile_rule',
'odoo11-addon-account_set_reconcilable',
'odoo11-addon-account_skip_bank_reconciliation',
Expand Down
2 changes: 2 additions & 0 deletions setup/account_reconcile_restrict_partner_mismatch/setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
6 changes: 6 additions & 0 deletions setup/account_reconcile_restrict_partner_mismatch/setup.py
@@ -0,0 +1,6 @@
import setuptools

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

0 comments on commit cbb2fe0

Please sign in to comment.