[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-11-12 09:02:13 +00:00
parent 016f4ee66a
commit 191403b9a0
6 changed files with 5 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ addon | version | maintainers | summary
[mrp_workorder_lock_planning](mrp_workorder_lock_planning/) | 15.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Lock the planning of a MRP workorder to avoid rescheduling
[mrp_workorder_lot_display](mrp_workorder_lot_display/) | 15.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Display lot number on workorders kanban
[mrp_workorder_sequence](mrp_workorder_sequence/) | 15.0.1.2.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | adds sequence to production work orders.
[purchase_mrp_distribution](purchase_mrp_distribution/) | 15.0.1.0.0 | | Purchase MRP Distribution
[quality_control_oca](quality_control_oca/) | 15.0.1.0.0 | | Generic infrastructure for quality tests.
[quality_control_stock_oca](quality_control_stock_oca/) | 15.0.1.0.0 | | Quality control - Stock (OCA)
[stock_picking_product_kit_helper](stock_picking_product_kit_helper/) | 15.0.0.1.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Set quanity in picking line based on product kit quantity

View File

@@ -7,7 +7,7 @@ Purchase MRP Distribution
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:51d9b4cab80068fcea738841c68a570388273d7cde664d9603cad40b83184c13
!! source digest: sha256:4bbd083070a56bbf9b77fa865d58eb3a5bed9e94afe89bace12e0c24f17a3619
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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:51d9b4cab80068fcea738841c68a570388273d7cde664d9603cad40b83184c13
!! source digest: sha256:4bbd083070a56bbf9b77fa865d58eb3a5bed9e94afe89bace12e0c24f17a3619
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/purchase_mrp_distribution"><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-purchase_mrp_distribution"><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 allows you to buy a product that will be divided into others without

View File

@@ -1 +1 @@
15.0.20240920.1
15.0.20241112.0

View File

@@ -46,6 +46,7 @@ setuptools.setup(
'odoo-addon-mrp_workorder_lock_planning>=15.0dev,<15.1dev',
'odoo-addon-mrp_workorder_lot_display>=15.0dev,<15.1dev',
'odoo-addon-mrp_workorder_sequence>=15.0dev,<15.1dev',
'odoo-addon-purchase_mrp_distribution>=15.0dev,<15.1dev',
'odoo-addon-quality_control_oca>=15.0dev,<15.1dev',
'odoo-addon-quality_control_stock_oca>=15.0dev,<15.1dev',
'odoo-addon-stock_picking_product_kit_helper>=15.0dev,<15.1dev',