mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -49,6 +49,7 @@ addon | version | maintainers | summary
|
||||
[mrp_production_split](mrp_production_split/) | 15.0.1.0.0 | [](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 | [](https://github.com/CarlosRoca13) [](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 | [](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 | [](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
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
mrp_set_quantity_to_reservation/static/description/icon.png
Normal file
BIN
mrp_set_quantity_to_reservation/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
@@ -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&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
|
||||
|
||||
@@ -1 +1 @@
|
||||
15.0.20240920.0
|
||||
15.0.20240920.1
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user