From 62d3f63f4f4eeae8d63a20ebd84a450460ec51de Mon Sep 17 00:00:00 2001 From: Stefano Consolaro Date: Wed, 4 Jan 2023 22:04:31 +0100 Subject: [PATCH] [IMP] mrp_bom_location: pre-commit stuff --- setup/mrp_bom_location/odoo/addons/mrp_bom_location | 1 + setup/mrp_bom_location/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/mrp_bom_location/odoo/addons/mrp_bom_location create mode 100644 setup/mrp_bom_location/setup.py diff --git a/setup/mrp_bom_location/odoo/addons/mrp_bom_location b/setup/mrp_bom_location/odoo/addons/mrp_bom_location new file mode 120000 index 000000000..92e74ddbd --- /dev/null +++ b/setup/mrp_bom_location/odoo/addons/mrp_bom_location @@ -0,0 +1 @@ +../../../../mrp_bom_location \ No newline at end of file diff --git a/setup/mrp_bom_location/setup.py b/setup/mrp_bom_location/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/mrp_bom_location/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)