From aa3ab567661843d139f66f14f8807ccf2d5f86f2 Mon Sep 17 00:00:00 2001 From: Hai Lang Date: Mon, 20 Sep 2021 22:25:17 +0700 Subject: [PATCH] [IMP] stock_vertical_lift_storage_type: black, isort, prettier --- .../odoo/addons/stock_vertical_lift_storage_type | 1 + setup/stock_vertical_lift_storage_type/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/stock_vertical_lift_storage_type/odoo/addons/stock_vertical_lift_storage_type create mode 100644 setup/stock_vertical_lift_storage_type/setup.py diff --git a/setup/stock_vertical_lift_storage_type/odoo/addons/stock_vertical_lift_storage_type b/setup/stock_vertical_lift_storage_type/odoo/addons/stock_vertical_lift_storage_type new file mode 120000 index 000000000..fc17491a1 --- /dev/null +++ b/setup/stock_vertical_lift_storage_type/odoo/addons/stock_vertical_lift_storage_type @@ -0,0 +1 @@ +../../../../stock_vertical_lift_storage_type \ No newline at end of file diff --git a/setup/stock_vertical_lift_storage_type/setup.py b/setup/stock_vertical_lift_storage_type/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_vertical_lift_storage_type/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)