[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2023-11-08 15:09:39 +00:00
parent 71548a7b2a
commit 0a74f5e29b
4 changed files with 3 additions and 1 deletions

View File

@@ -45,6 +45,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.0 | | Adds sale information to Manufacturing models
[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_tag](mrp_tag/) | 15.0.1.0.0 | | Allows to add multiple tags to Manufacturing Orders
[mrp_warehouse_calendar](mrp_warehouse_calendar/) | 15.0.1.0.1 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -1 +1 @@
15.0.20231011.0
15.0.20231108.0

View File

@@ -32,6 +32,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_subcontracting_lot_number_propagation>=15.0dev,<15.1dev',
'odoo-addon-mrp_subcontracting_no_negative>=15.0dev,<15.1dev',
'odoo-addon-mrp_tag>=15.0dev,<15.1dev',
'odoo-addon-mrp_warehouse_calendar>=15.0dev,<15.1dev',