diff --git a/README.md b/README.md index 0dba0d8ac6..a01c60a678 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ addon | version | maintainers | summary [shopfloor_reception_purchase_partner_ref](shopfloor_reception_purchase_partner_ref/) | 14.0.1.1.0 | [![mt-software-de](https://github.com/mt-software-de.png?size=30px)](https://github.com/mt-software-de) | Adds the purchase partner ref field to shopfloor reception scenario [shopfloor_reception_purchase_partner_ref_mobile](shopfloor_reception_purchase_partner_ref_mobile/) | 14.0.1.1.0 | [![mt-software-de](https://github.com/mt-software-de.png?size=30px)](https://github.com/mt-software-de) | Adds the purchase partner ref field to shopfloor reception scenario [shopfloor_rest_log](shopfloor_rest_log/) | 14.0.1.2.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Integrate rest_log into Shopfloor app -[shopfloor_single_product_transfer](shopfloor_single_product_transfer/) | 14.0.2.2.0 | [![mmequignon](https://github.com/mmequignon.png?size=30px)](https://github.com/mmequignon) | Move an item from one location to another. -[shopfloor_single_product_transfer_force_package](shopfloor_single_product_transfer_force_package/) | 14.0.1.1.1 | [![JuMiSanAr](https://github.com/JuMiSanAr.png?size=30px)](https://github.com/JuMiSanAr) | Force to select package if location already contains packages. +[shopfloor_single_product_transfer](shopfloor_single_product_transfer/) | 14.0.2.3.0 | [![mmequignon](https://github.com/mmequignon.png?size=30px)](https://github.com/mmequignon) | Move an item from one location to another. +[shopfloor_single_product_transfer_force_package](shopfloor_single_product_transfer_force_package/) | 14.0.1.2.0 | [![JuMiSanAr](https://github.com/JuMiSanAr.png?size=30px)](https://github.com/JuMiSanAr) | Force to select package if location already contains packages. [shopfloor_single_product_transfer_mobile](shopfloor_single_product_transfer_mobile/) | 14.0.1.2.0 | [![JuMiSanAr](https://github.com/JuMiSanAr.png?size=30px)](https://github.com/JuMiSanAr) | Mobile frontend for single product transfer scenario -[shopfloor_single_product_transfer_unique_order_at_location](shopfloor_single_product_transfer_unique_order_at_location/) | 14.0.1.1.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Prevent to mix sales order on same consolidation location. +[shopfloor_single_product_transfer_unique_order_at_location](shopfloor_single_product_transfer_unique_order_at_location/) | 14.0.1.2.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Prevent to mix sales order on same consolidation location. [shopfloor_workstation](shopfloor_workstation/) | 14.0.1.3.1 | | Manage warehouse workstation with barcode scanners [shopfloor_workstation_label_printer](shopfloor_workstation_label_printer/) | 14.0.1.1.0 | | Adds a label printer configuration to the user and shopfloor workstation. [shopfloor_workstation_mobile](shopfloor_workstation_mobile/) | 14.0.1.0.1 | | Shopfloor mobile app integration for workstation diff --git a/shopfloor_single_product_transfer/README.rst b/shopfloor_single_product_transfer/README.rst index 569c9a9d72..76b23cd09f 100644 --- a/shopfloor_single_product_transfer/README.rst +++ b/shopfloor_single_product_transfer/README.rst @@ -7,7 +7,7 @@ Shopfloor Single Product Transfer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6c68d48d21b7dec7174f3018b1d89dac0781c150792d1c3f70adfc7d39052b3a + !! source digest: sha256:822d95e2766213e7d7659b96d3105e0cef075e73999490ad5b69b35f61ab4db8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/shopfloor_single_product_transfer/__manifest__.py b/shopfloor_single_product_transfer/__manifest__.py index a1ce34c2d7..e6850c7cfb 100644 --- a/shopfloor_single_product_transfer/__manifest__.py +++ b/shopfloor_single_product_transfer/__manifest__.py @@ -1,7 +1,7 @@ { "name": "Shopfloor Single Product Transfer", "summary": "Move an item from one location to another.", - "version": "14.0.2.2.0", + "version": "14.0.2.3.0", "category": "Inventory", "website": "https://github.com/OCA/wms", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/shopfloor_single_product_transfer/static/description/index.html b/shopfloor_single_product_transfer/static/description/index.html index c32e769780..0d02c76ca9 100644 --- a/shopfloor_single_product_transfer/static/description/index.html +++ b/shopfloor_single_product_transfer/static/description/index.html @@ -367,7 +367,7 @@

Shopfloor Single Product Transfer

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6c68d48d21b7dec7174f3018b1d89dac0781c150792d1c3f70adfc7d39052b3a +!! source digest: sha256:822d95e2766213e7d7659b96d3105e0cef075e73999490ad5b69b35f61ab4db8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/wms Translate me on Weblate Try me on Runboat

Allow to move a single product from a location to another one.

diff --git a/shopfloor_single_product_transfer_force_package/README.rst b/shopfloor_single_product_transfer_force_package/README.rst index 181c2ac9e9..272885ecdd 100644 --- a/shopfloor_single_product_transfer_force_package/README.rst +++ b/shopfloor_single_product_transfer_force_package/README.rst @@ -7,7 +7,7 @@ Shopfloor Single Product Transfer Force Select Package !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e82edcbccff746daa3c4eb6aa9014931e7b70cc699598b4ab2752ee137708ec8 + !! source digest: sha256:0702ee282f599d910e0ca55c0568774a774ea4c6c7bc6293a0df70b0b6c0f8f6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/shopfloor_single_product_transfer_force_package/__manifest__.py b/shopfloor_single_product_transfer_force_package/__manifest__.py index 4f94c7f9f4..2f25db44a7 100644 --- a/shopfloor_single_product_transfer_force_package/__manifest__.py +++ b/shopfloor_single_product_transfer_force_package/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Shopfloor Single Product Transfer Force Select Package", "summary": "Force to select package if location already contains packages.", - "version": "14.0.1.1.1", + "version": "14.0.1.2.0", "category": "Inventory", "website": "https://github.com/OCA/wms", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/shopfloor_single_product_transfer_force_package/static/description/index.html b/shopfloor_single_product_transfer_force_package/static/description/index.html index 6f5bb2073c..d8c1e7cb69 100644 --- a/shopfloor_single_product_transfer_force_package/static/description/index.html +++ b/shopfloor_single_product_transfer_force_package/static/description/index.html @@ -367,7 +367,7 @@

Shopfloor Single Product Transfer Force Select Package

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e82edcbccff746daa3c4eb6aa9014931e7b70cc699598b4ab2752ee137708ec8 +!! source digest: sha256:0702ee282f599d910e0ca55c0568774a774ea4c6c7bc6293a0df70b0b6c0f8f6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/wms Translate me on Weblate Try me on Runboat

Force the user to select a package if they scan a location which already contains packages.

diff --git a/shopfloor_single_product_transfer_unique_order_at_location/README.rst b/shopfloor_single_product_transfer_unique_order_at_location/README.rst index 57ee2ecc84..eca55e6b3b 100644 --- a/shopfloor_single_product_transfer_unique_order_at_location/README.rst +++ b/shopfloor_single_product_transfer_unique_order_at_location/README.rst @@ -7,7 +7,7 @@ Shopfloor Single Product Transfer Unique Order Per Location !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6009aa6960e9ba8bda6b2942b50f38fb7dd25cf7c0e1c9820f643c838e0ec0e9 + !! source digest: sha256:b65737fb5a07f447ab0222b9c55b1c46e6e26351936cd9b2a29c525cddbb72c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/shopfloor_single_product_transfer_unique_order_at_location/__manifest__.py b/shopfloor_single_product_transfer_unique_order_at_location/__manifest__.py index 8b873f5142..33e4de62b4 100644 --- a/shopfloor_single_product_transfer_unique_order_at_location/__manifest__.py +++ b/shopfloor_single_product_transfer_unique_order_at_location/__manifest__.py @@ -1,7 +1,7 @@ { "name": "Shopfloor Single Product Transfer Unique Order Per Location", "summary": "Prevent to mix sales order on same consolidation location.", - "version": "14.0.1.1.0", + "version": "14.0.1.2.0", "category": "Inventory", "website": "https://github.com/OCA/wms", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/shopfloor_single_product_transfer_unique_order_at_location/static/description/index.html b/shopfloor_single_product_transfer_unique_order_at_location/static/description/index.html index 510e3bd1d3..2edd435b69 100644 --- a/shopfloor_single_product_transfer_unique_order_at_location/static/description/index.html +++ b/shopfloor_single_product_transfer_unique_order_at_location/static/description/index.html @@ -367,7 +367,7 @@

Shopfloor Single Product Transfer Unique Order Per Location

Beta License: AGPL-3 OCA/wms Translate me on Weblate Try me on Runboat

When installed, this module restricts transfer to some non empty location