From d2c6929fa37064ebf62f9d0db56b09f4da08ab56 Mon Sep 17 00:00:00 2001 From: jsanchez Date: Mon, 18 Oct 2021 13:25:08 +0200 Subject: [PATCH] [IMP] mail_environment: black, isort, prettier --- setup/mail_environment/odoo/addons/mail_environment | 1 + setup/mail_environment/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/mail_environment/odoo/addons/mail_environment create mode 100644 setup/mail_environment/setup.py diff --git a/setup/mail_environment/odoo/addons/mail_environment b/setup/mail_environment/odoo/addons/mail_environment new file mode 120000 index 0000000..d9f9261 --- /dev/null +++ b/setup/mail_environment/odoo/addons/mail_environment @@ -0,0 +1 @@ +../../../../mail_environment \ No newline at end of file diff --git a/setup/mail_environment/setup.py b/setup/mail_environment/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/mail_environment/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)