From a1e5a97a5db0d34224dc6fbd9af33e710553d416 Mon Sep 17 00:00:00 2001 From: ntsirintanis Date: Fri, 8 Mar 2024 09:54:11 +0100 Subject: [PATCH] [IMP] mail_edit: pre-commit stuff --- setup/mail_edit/odoo/addons/mail_edit | 1 + setup/mail_edit/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/mail_edit/odoo/addons/mail_edit create mode 100644 setup/mail_edit/setup.py diff --git a/setup/mail_edit/odoo/addons/mail_edit b/setup/mail_edit/odoo/addons/mail_edit new file mode 120000 index 0000000000..90464b1db3 --- /dev/null +++ b/setup/mail_edit/odoo/addons/mail_edit @@ -0,0 +1 @@ +../../../../mail_edit \ No newline at end of file diff --git a/setup/mail_edit/setup.py b/setup/mail_edit/setup.py new file mode 100644 index 0000000000..28c57bb640 --- /dev/null +++ b/setup/mail_edit/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)