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