[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-09-20 12:29:33 +00:00
parent 4f34a4b02b
commit 29f0ead9c4
6 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:bf57d7cafed692fe20d0710b88e16940f6dd8eeda49c9490253d6468ede6ded8
!! source digest: sha256:ff9921c9fe654754e59abd395f5c1852bfcab9412edae6ac3dbb20242cc49693
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/manufacture/tree/15.0/mrp_set_quantity_to_reservation"><img alt="OCA/manufacture" src="https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/manufacture-15-0/manufacture-15-0-mrp_set_quantity_to_reservation"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/manufacture&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds the button “Set quantities” on productions. By clicking this button

View File

@@ -1 +1 @@
15.0.20240920.0
15.0.20240920.1

View File

@@ -36,6 +36,7 @@ setuptools.setup(
'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',