diff --git a/setup/stock_vertical_lift_packaging_type/odoo/addons/stock_vertical_lift_packaging_type b/setup/stock_vertical_lift_packaging_type/odoo/addons/stock_vertical_lift_packaging_type new file mode 120000 index 000000000..1a319159a --- /dev/null +++ b/setup/stock_vertical_lift_packaging_type/odoo/addons/stock_vertical_lift_packaging_type @@ -0,0 +1 @@ +../../../../stock_vertical_lift_packaging_type \ No newline at end of file diff --git a/setup/stock_vertical_lift_packaging_type/setup.py b/setup/stock_vertical_lift_packaging_type/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_vertical_lift_packaging_type/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_vertical_lift_packaging_type/__init__.py b/stock_vertical_lift_packaging_type/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/stock_vertical_lift_packaging_type/__manifest__.py b/stock_vertical_lift_packaging_type/__manifest__.py new file mode 100644 index 000000000..4eead74cb --- /dev/null +++ b/stock_vertical_lift_packaging_type/__manifest__.py @@ -0,0 +1,20 @@ +# Copyright 2020 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + "name": "Vertical Lift Packaging type", + "summary": "Provides integration with Vertical Lifts and packaging types", + "version": "13.0.1.0.0", + "category": "Stock", + "author": "Camptocamp, Odoo Community Association (OCA)", + "license": "AGPL-3", + "depends": [ + "stock_vertical_lift", + # OCA / product-attribute + "product_packaging_type", + ], + "website": "https://github.com/OCA/stock-logistics-warehouse", + "data": ["views/shuttle_screen_templates.xml"], + "installable": True, + "auto_install": True, + "development_status": "Alpha", +} diff --git a/stock_vertical_lift_packaging_type/readme/CONTRIBUTORS.rst b/stock_vertical_lift_packaging_type/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..f583948be --- /dev/null +++ b/stock_vertical_lift_packaging_type/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Simone Orsi diff --git a/stock_vertical_lift_packaging_type/readme/DESCRIPTION.rst b/stock_vertical_lift_packaging_type/readme/DESCRIPTION.rst new file mode 100644 index 000000000..dda3418cf --- /dev/null +++ b/stock_vertical_lift_packaging_type/readme/DESCRIPTION.rst @@ -0,0 +1,5 @@ +Glue module for `product_packaging_type` (from OCA/product-attribute) +and `stock_vertical_lift`. + +If both module are installed this module automatically gets installed +and displays the packaging type's full name instead of the packaging's name. diff --git a/stock_vertical_lift_packaging_type/views/shuttle_screen_templates.xml b/stock_vertical_lift_packaging_type/views/shuttle_screen_templates.xml new file mode 100644 index 000000000..e3e35f185 --- /dev/null +++ b/stock_vertical_lift_packaging_type/views/shuttle_screen_templates.xml @@ -0,0 +1,7 @@ + + +