diff --git a/README.md b/README.md index 02734316..e74b34e7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_repair_config](base_repair_config/) | 17.0.1.0.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) | Provides general settings for the Repair App [repair_order_template](repair_order_template/) | 17.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Use templates to save time when creating repair orders -[repair_picking_after_done](repair_picking_after_done/) | 17.0.1.0.0 | | Transfer repaired move to another location directly from repair order +[repair_picking_after_done](repair_picking_after_done/) | 17.0.1.1.0 | | Transfer repaired move to another location directly from repair order [repair_quality_control](repair_quality_control/) | 17.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) | Create quality controls from repair order [repair_service](repair_service/) | 17.0.1.0.0 | | Adds services to repair orders, so that they can be added as sale order lines. [repair_stock](repair_stock/) | 17.0.1.0.0 | | Repair Stock diff --git a/repair_picking_after_done/README.rst b/repair_picking_after_done/README.rst index cb09e504..9acc2805 100644 --- a/repair_picking_after_done/README.rst +++ b/repair_picking_after_done/README.rst @@ -7,7 +7,7 @@ Repair picking after done !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:995e42bf1b3c872f5f3a7edd8dd7edadeb42ce20d29672ca59de59e31b1e046e + !! source digest: sha256:b4f02d79666355063173a84f30f0d933ccd32f5ac36b52a70932189188e546f3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -31,12 +31,11 @@ Repair picking after done This module enhances Odoo's repair process by introducing automatic stock transfers for repaired products. -- **Automatic Transfer:** When a repair order is marked as done, a - stock transfer for the remaining repaired products is automatically - created and validated if the **auto_transfer_repair** parameter is - enabled. -- **Manual Transfer:** Users can manually create stock transfers when - automatic transfer is disabled. +- **Automatic Transfer:** When a repair order is marked as done, a stock + transfer for the remaining repaired products is automatically created + and validated if the **auto_transfer_repair** parameter is enabled. +- **Manual Transfer:** Users can manually create stock transfers when + automatic transfer is disabled. .. IMPORTANT:: This is an alpha version, the data model and design can change at any time without warning. @@ -54,8 +53,8 @@ Configuration To enable automatic transfers for repaired products when a repair order is completed: -- Navigate to Repairs → Configuration → Settings. -- Enable the **Automatic Transfer on Repair Completion** setting. +- Navigate to Repairs → Configuration → Settings. +- Enable the **Automatic Transfer on Repair Completion** setting. When enabled, internal transfers for repaired products are automatically created and validated upon completing the repair order. diff --git a/repair_picking_after_done/__manifest__.py b/repair_picking_after_done/__manifest__.py index 363c994c..2674594c 100644 --- a/repair_picking_after_done/__manifest__.py +++ b/repair_picking_after_done/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Repair picking after done", - "version": "17.0.1.0.0", + "version": "17.0.1.1.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/repair", "summary": "Transfer repaired move to another location directly from repair order", diff --git a/repair_picking_after_done/static/description/index.html b/repair_picking_after_done/static/description/index.html index 5d24f44a..be0573ad 100644 --- a/repair_picking_after_done/static/description/index.html +++ b/repair_picking_after_done/static/description/index.html @@ -367,16 +367,15 @@
This module enhances Odoo’s repair process by introducing automatic stock transfers for repaired products.