diff --git a/setup/stock_reception_screen_qty_by_packaging/odoo/addons/stock_reception_screen_qty_by_packaging b/setup/stock_reception_screen_qty_by_packaging/odoo/addons/stock_reception_screen_qty_by_packaging new file mode 120000 index 00000000000..fe5efd0fd40 --- /dev/null +++ b/setup/stock_reception_screen_qty_by_packaging/odoo/addons/stock_reception_screen_qty_by_packaging @@ -0,0 +1 @@ +../../../../stock_reception_screen_qty_by_packaging \ No newline at end of file diff --git a/setup/stock_reception_screen_qty_by_packaging/setup.py b/setup/stock_reception_screen_qty_by_packaging/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/stock_reception_screen_qty_by_packaging/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_reception_screen_qty_by_packaging/README.rst b/stock_reception_screen_qty_by_packaging/README.rst new file mode 100644 index 00000000000..9859f7d5eab --- /dev/null +++ b/stock_reception_screen_qty_by_packaging/README.rst @@ -0,0 +1,86 @@ +======================================= +Stock reception screen qty by packaging +======================================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png + :target: https://odoo-community.org/page/development-status + :alt: Alpha +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwms-lightgray.png?logo=github + :target: https://github.com/OCA/wms/tree/14.0/stock_reception_screen_qty_by_packaging + :alt: OCA/wms +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-stock_reception_screen_qty_by_packaging + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/285/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Glue module for `stock_product_qty_by_packaging` and `stock_reception_screen`. + +.. IMPORTANT:: + This is an alpha version, the data model and design can change at any time without warning. + Only for development or testing purpose, do not use in production. + `More details on development status `_ + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Camptocamp + +Contributors +~~~~~~~~~~~~ + +* Sébastien Alix +* Simone Orsi +* `Trobz `_: + * Khoi Vo + +Other credits +~~~~~~~~~~~~~ + +The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/wms `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_reception_screen_qty_by_packaging/__init__.py b/stock_reception_screen_qty_by_packaging/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stock_reception_screen_qty_by_packaging/__manifest__.py b/stock_reception_screen_qty_by_packaging/__manifest__.py new file mode 100644 index 00000000000..3ff7c4cb159 --- /dev/null +++ b/stock_reception_screen_qty_by_packaging/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2020 Camptocamp SA +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl) +{ + "name": "Stock reception screen qty by packaging", + "summary": "Glue module for `stock_product_qty_by_packaging` and `stock_vertical_lift`.", + "version": "14.0.1.0.0", + "development_status": "Alpha", + "category": "Warehouse Management", + "website": "https://github.com/OCA/wms", + "author": "Camptocamp, Odoo Community Association (OCA)", + "license": "LGPL-3", + "application": False, + "installable": True, + "auto_install": True, + "depends": ["stock_product_qty_by_packaging", "stock_reception_screen"], + "data": ["views/stock_reception_screen.xml"], +} diff --git a/stock_reception_screen_qty_by_packaging/i18n/stock_reception_screen_qty_by_packaging.pot b/stock_reception_screen_qty_by_packaging/i18n/stock_reception_screen_qty_by_packaging.pot new file mode 100644 index 00000000000..cc93d01ee54 --- /dev/null +++ b/stock_reception_screen_qty_by_packaging/i18n/stock_reception_screen_qty_by_packaging.pot @@ -0,0 +1,13 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" diff --git a/stock_reception_screen_qty_by_packaging/readme/CONTRIBUTORS.rst b/stock_reception_screen_qty_by_packaging/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..8df392432cb --- /dev/null +++ b/stock_reception_screen_qty_by_packaging/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Sébastien Alix +* Simone Orsi +* `Trobz `_: + * Khoi Vo diff --git a/stock_reception_screen_qty_by_packaging/readme/CREDITS.rst b/stock_reception_screen_qty_by_packaging/readme/CREDITS.rst new file mode 100644 index 00000000000..f37ebe75704 --- /dev/null +++ b/stock_reception_screen_qty_by_packaging/readme/CREDITS.rst @@ -0,0 +1 @@ +The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp diff --git a/stock_reception_screen_qty_by_packaging/readme/DESCRIPTION.rst b/stock_reception_screen_qty_by_packaging/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..2d28fed235f --- /dev/null +++ b/stock_reception_screen_qty_by_packaging/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +Glue module for `stock_product_qty_by_packaging` and `stock_reception_screen`. diff --git a/stock_reception_screen_qty_by_packaging/static/description/icon.png b/stock_reception_screen_qty_by_packaging/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/stock_reception_screen_qty_by_packaging/static/description/icon.png differ diff --git a/stock_reception_screen_qty_by_packaging/static/description/index.html b/stock_reception_screen_qty_by_packaging/static/description/index.html new file mode 100644 index 00000000000..1f07f47f325 --- /dev/null +++ b/stock_reception_screen_qty_by_packaging/static/description/index.html @@ -0,0 +1,439 @@ + + + + + + +Stock reception screen qty by packaging + + + +
+

Stock reception screen qty by packaging

+ + +

Alpha License: LGPL-3 OCA/wms Translate me on Weblate Try me on Runbot

+

Glue module for stock_product_qty_by_packaging and stock_reception_screen.

+
+

Important

+

This is an alpha version, the data model and design can change at any time without warning. +Only for development or testing purpose, do not use in production. +More details on development status

+
+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp

+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/wms project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/stock_reception_screen_qty_by_packaging/views/stock_reception_screen.xml b/stock_reception_screen_qty_by_packaging/views/stock_reception_screen.xml new file mode 100644 index 00000000000..53067287f56 --- /dev/null +++ b/stock_reception_screen_qty_by_packaging/views/stock_reception_screen.xml @@ -0,0 +1,23 @@ + + + + + + stock.reception.screen.form.inherit + stock.reception.screen + + + + + + + + +