[ADD] setup for contract_mandate

This commit is contained in:
Bodi Stanciu
2020-10-26 14:50:58 +01:00
parent 673ecc4726
commit 26ebb2e4e5
5 changed files with 11 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ setuptools.setup(
'odoo11-addon-agreement_stock', 'odoo11-addon-agreement_stock',
'odoo11-addon-contract', 'odoo11-addon-contract',
'odoo11-addon-contract_digitized_signature', 'odoo11-addon-contract_digitized_signature',
'odoo10-addon-contract_mandate',
'odoo11-addon-contract_payment_mode', 'odoo11-addon-contract_payment_mode',
'odoo11-addon-contract_price_revision', 'odoo11-addon-contract_price_revision',
'odoo11-addon-contract_sale', 'odoo11-addon-contract_sale',

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

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