From b8112891e9a5f70b7c7a9776617c208b32c0ca22 Mon Sep 17 00:00:00 2001 From: SilvioC2C Date: Fri, 13 May 2022 15:54:11 +0200 Subject: [PATCH] [IMP] product_warranty: black, isort, prettier --- setup/product_warranty/odoo/addons/product_warranty | 1 + setup/product_warranty/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/product_warranty/odoo/addons/product_warranty create mode 100644 setup/product_warranty/setup.py 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, +)