diff --git a/README.md b/README.md index 8a4ed25274..b4ffd9263a 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ addon | version | maintainers | summary [mrp_production_split](mrp_production_split/) | 15.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Split Manufacturing Orders into smaller ones [mrp_progress_button](mrp_progress_button/) | 15.0.2.0.0 | | Add a button on MO to make the MO state 'In Progress' [mrp_sale_info](mrp_sale_info/) | 15.0.1.0.1 | | Adds sale information to Manufacturing models +[mrp_set_quantity_to_reservation](mrp_set_quantity_to_reservation/) | 15.0.0.1.0 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | MRP Set Quantity To Reservation [mrp_subcontracting_lot_number_propagation](mrp_subcontracting_lot_number_propagation/) | 15.0.0.1.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Propagate a serial number from a component to a finished product (subcontracting integration) [mrp_subcontracting_no_negative](mrp_subcontracting_no_negative/) | 15.0.0.1.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Disallow negative stock levels in subcontractor locations. [mrp_subcontracting_purchase_link](mrp_subcontracting_purchase_link/) | 15.0.1.0.0 | | Link Purchase Order Line to Subcontract Productions diff --git a/mrp_set_quantity_to_reservation/README.rst b/mrp_set_quantity_to_reservation/README.rst index a445c070f2..fe92eb993b 100644 --- a/mrp_set_quantity_to_reservation/README.rst +++ b/mrp_set_quantity_to_reservation/README.rst @@ -7,7 +7,7 @@ MRP Set Quantity To Reservation !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bf57d7cafed692fe20d0710b88e16940f6dd8eeda49c9490253d6468ede6ded8 + !! source digest: sha256:ff9921c9fe654754e59abd395f5c1852bfcab9412edae6ac3dbb20242cc49693 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mrp_set_quantity_to_reservation/static/description/icon.png b/mrp_set_quantity_to_reservation/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/mrp_set_quantity_to_reservation/static/description/icon.png differ diff --git a/mrp_set_quantity_to_reservation/static/description/index.html b/mrp_set_quantity_to_reservation/static/description/index.html index 1f21d70398..44f1dc5cf0 100644 --- a/mrp_set_quantity_to_reservation/static/description/index.html +++ b/mrp_set_quantity_to_reservation/static/description/index.html @@ -367,7 +367,7 @@

MRP Set Quantity To Reservation

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

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

This module adds the button “Set quantities” on productions. By clicking this button diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 73d72b300c..3bcd187832 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240920.0 \ No newline at end of file +15.0.20240920.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 49d6def383..6e28077290 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -36,6 +36,7 @@ 'odoo-addon-mrp_production_split>=15.0dev,<15.1dev', 'odoo-addon-mrp_progress_button>=15.0dev,<15.1dev', 'odoo-addon-mrp_sale_info>=15.0dev,<15.1dev', + 'odoo-addon-mrp_set_quantity_to_reservation>=15.0dev,<15.1dev', 'odoo-addon-mrp_subcontracting_lot_number_propagation>=15.0dev,<15.1dev', 'odoo-addon-mrp_subcontracting_no_negative>=15.0dev,<15.1dev', 'odoo-addon-mrp_subcontracting_purchase_link>=15.0dev,<15.1dev',