From fe1ff30c4402461d7c1a5f7987250b0d9f4f33b5 Mon Sep 17 00:00:00 2001 From: dsolanki Date: Mon, 3 Jul 2023 11:46:27 +0530 Subject: [PATCH] [IMP] hr_holidays_credit: pre-commit stuff --- setup/hr_holidays_credit/odoo/addons/hr_holidays_credit | 1 + setup/hr_holidays_credit/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/hr_holidays_credit/odoo/addons/hr_holidays_credit create mode 100644 setup/hr_holidays_credit/setup.py diff --git a/setup/hr_holidays_credit/odoo/addons/hr_holidays_credit b/setup/hr_holidays_credit/odoo/addons/hr_holidays_credit new file mode 120000 index 00000000..98f6887a --- /dev/null +++ b/setup/hr_holidays_credit/odoo/addons/hr_holidays_credit @@ -0,0 +1 @@ +../../../../hr_holidays_credit \ No newline at end of file diff --git a/setup/hr_holidays_credit/setup.py b/setup/hr_holidays_credit/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/hr_holidays_credit/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)