From 19d9a95e3f4c5195765b9c4ced5093883e3ee8a8 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Wed, 2 Sep 2020 13:09:53 +0200 Subject: [PATCH] Add stock_vertical_lift_packaging_type --- .../__init__.py | 0 .../__manifest__.py | 20 +++++++++++++++++++ .../readme/CONTRIBUTORS.rst | 1 + .../readme/DESCRIPTION.rst | 5 +++++ .../views/shuttle_screen_templates.xml | 7 +++++++ 5 files changed, 33 insertions(+) create mode 100644 stock_vertical_lift_packaging_type/__init__.py create mode 100644 stock_vertical_lift_packaging_type/__manifest__.py create mode 100644 stock_vertical_lift_packaging_type/readme/CONTRIBUTORS.rst create mode 100644 stock_vertical_lift_packaging_type/readme/DESCRIPTION.rst create mode 100644 stock_vertical_lift_packaging_type/views/shuttle_screen_templates.xml 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 @@ + + +