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