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