diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000000..c18d2841f0b --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +shopfloor_mobile_packing/static/src/js diff --git a/setup/shopfloor_mobile_packing/odoo/addons/shopfloor_mobile_packing b/setup/shopfloor_mobile_packing/odoo/addons/shopfloor_mobile_packing new file mode 120000 index 00000000000..0069ba2870a --- /dev/null +++ b/setup/shopfloor_mobile_packing/odoo/addons/shopfloor_mobile_packing @@ -0,0 +1 @@ +../../../../shopfloor_mobile_packing \ No newline at end of file diff --git a/setup/shopfloor_mobile_packing/setup.py b/setup/shopfloor_mobile_packing/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/shopfloor_mobile_packing/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/shopfloor_packing/odoo/addons/shopfloor_packing b/setup/shopfloor_packing/odoo/addons/shopfloor_packing new file mode 120000 index 00000000000..a02fb6c0aaf --- /dev/null +++ b/setup/shopfloor_packing/odoo/addons/shopfloor_packing @@ -0,0 +1 @@ +../../../../shopfloor_packing \ No newline at end of file diff --git a/setup/shopfloor_packing/setup.py b/setup/shopfloor_packing/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/shopfloor_packing/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/shopfloor_mobile/static/wms/src/scenario/cluster_picking.js b/shopfloor_mobile/static/wms/src/scenario/cluster_picking.js index 91ff499d2fb..d947ce366f6 100644 --- a/shopfloor_mobile/static/wms/src/scenario/cluster_picking.js +++ b/shopfloor_mobile/static/wms/src/scenario/cluster_picking.js @@ -86,6 +86,19 @@ const ClusterPicking = { +
Shopfloor mobile extension for packing operation into cluster picking.
+Table of contents
+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 to smash it by providing a detailed and welcomed +feedback.
+Do not contact contributors directly about support or help with technical issues.
+This module is maintained by the OCA.
+ +
+
+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.
+In a two-step delivery process (or more), packing is a major task. +It is essential that the picking scenario helps operators to put products from +the same order into packages, when collecting multiple orders at the same time.
+This module adds a new configuration option to the “cluster picking” scenario, +enabling the packing of pickings into packages. +When this option is activated, the operator will be prompted to pack the +products of the same picking. +In the background, a package will be created and set as the destination for +the stock move lines.
+Table of contents
+Go to the “cluster picking” scenario and check “Pack pickings”.
+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 to smash it by providing a detailed and welcomed +feedback.
+Do not contact contributors directly about support or help with technical issues.
+This module is maintained by the OCA.
+ +
+
+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.
+