[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-10-25 18:00:17 +00:00
parent 5de739380b
commit a87efdff05
3 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ addon | version | maintainers | summary
[mrp_multi_level](mrp_multi_level/) | 17.0.1.1.5 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Adds an MRP Scheduler [mrp_multi_level](mrp_multi_level/) | 17.0.1.1.5 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Adds an MRP Scheduler
[mrp_multi_level_estimate](mrp_multi_level_estimate/) | 17.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 17.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level.
[mrp_production_note](mrp_production_note/) | 17.0.1.0.0 | | Notes in production orders [mrp_production_note](mrp_production_note/) | 17.0.1.0.0 | | Notes in production orders
[mrp_repair_order](mrp_repair_order/) | 17.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) | Create repair order from manufacturing order
[mrp_sale_info](mrp_sale_info/) | 17.0.1.1.0 | | Adds sale information to Manufacturing models [mrp_sale_info](mrp_sale_info/) | 17.0.1.1.0 | | Adds sale information to Manufacturing models
[mrp_tag](mrp_tag/) | 17.0.1.0.0 | | Allows to add multiple tags to Manufacturing Orders [mrp_tag](mrp_tag/) | 17.0.1.0.0 | | Allows to add multiple tags to Manufacturing Orders
[mrp_warehouse_calendar](mrp_warehouse_calendar/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing

View File

@@ -7,7 +7,7 @@ MRP Repair Order
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:59abcf10a982af23fbe8da15d6de94dd3effa113217ed9dd9cfb22614b3d8618 !! source digest: sha256:8352134de8cf89ecbb14c70ef1d786582e37d5d01e71e6a4a919e333cbad1e24
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

View File

@@ -1,12 +1,13 @@
[project] [project]
name = "odoo-addons-oca-manufacture" name = "odoo-addons-oca-manufacture"
version = "17.0.20241016.0" version = "17.0.20241025.0"
dependencies = [ dependencies = [
"odoo-addon-mrp_bom_component_menu>=17.0dev,<17.1dev", "odoo-addon-mrp_bom_component_menu>=17.0dev,<17.1dev",
"odoo-addon-mrp_bom_tracking>=17.0dev,<17.1dev", "odoo-addon-mrp_bom_tracking>=17.0dev,<17.1dev",
"odoo-addon-mrp_multi_level>=17.0dev,<17.1dev", "odoo-addon-mrp_multi_level>=17.0dev,<17.1dev",
"odoo-addon-mrp_multi_level_estimate>=17.0dev,<17.1dev", "odoo-addon-mrp_multi_level_estimate>=17.0dev,<17.1dev",
"odoo-addon-mrp_production_note>=17.0dev,<17.1dev", "odoo-addon-mrp_production_note>=17.0dev,<17.1dev",
"odoo-addon-mrp_repair_order>=17.0dev,<17.1dev",
"odoo-addon-mrp_sale_info>=17.0dev,<17.1dev", "odoo-addon-mrp_sale_info>=17.0dev,<17.1dev",
"odoo-addon-mrp_tag>=17.0dev,<17.1dev", "odoo-addon-mrp_tag>=17.0dev,<17.1dev",
"odoo-addon-mrp_warehouse_calendar>=17.0dev,<17.1dev", "odoo-addon-mrp_warehouse_calendar>=17.0dev,<17.1dev",