diff --git a/setup/account_reconcile_restrict_partner_mismatch/odoo/addons/account_reconcile_restrict_partner_mismatch b/setup/account_reconcile_restrict_partner_mismatch/odoo/addons/account_reconcile_restrict_partner_mismatch new file mode 120000 index 00000000..a6e2aa0c --- /dev/null +++ b/setup/account_reconcile_restrict_partner_mismatch/odoo/addons/account_reconcile_restrict_partner_mismatch @@ -0,0 +1 @@ +../../../../account_reconcile_restrict_partner_mismatch \ No newline at end of file diff --git a/setup/account_reconcile_restrict_partner_mismatch/setup.py b/setup/account_reconcile_restrict_partner_mismatch/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/account_reconcile_restrict_partner_mismatch/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)