[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-07-12 12:59:05 +00:00
parent 3d2895e9db
commit 22d2f3c1b0
4 changed files with 3 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ addon | version | maintainers | summary
[mrp_attachment_mgmt](mrp_attachment_mgmt/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Mrp Attachment Mgmt
[mrp_bom_component_menu](mrp_bom_component_menu/) | 16.0.1.0.0 | | MRP BOM Component Menu
[mrp_bom_hierarchy](mrp_bom_hierarchy/) | 16.0.1.2.0 | | Make it easy to navigate through BoM hierarchy.
[mrp_bom_image](mrp_bom_image/) | 16.0.1.0.0 | | Add product Images to BoM
[mrp_bom_line_formula_quantity](mrp_bom_line_formula_quantity/) | 16.0.1.0.0 | [![SirAionTech](https://github.com/SirAionTech.png?size=30px)](https://github.com/SirAionTech) | Compute the quantity of a Production Line using a formula in the BoM Line.
[mrp_bom_location](mrp_bom_location/) | 16.0.1.1.1 | | Adds location field to Bill of Materials and its components.
[mrp_bom_note](mrp_bom_note/) | 16.0.1.0.0 | | Notes in Bill of Materials

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -1 +1 @@
16.0.20240626.0
16.0.20240712.0

View File

@@ -12,6 +12,7 @@ setuptools.setup(
'odoo-addon-mrp_attachment_mgmt>=16.0dev,<16.1dev',
'odoo-addon-mrp_bom_component_menu>=16.0dev,<16.1dev',
'odoo-addon-mrp_bom_hierarchy>=16.0dev,<16.1dev',
'odoo-addon-mrp_bom_image>=16.0dev,<16.1dev',
'odoo-addon-mrp_bom_line_formula_quantity>=16.0dev,<16.1dev',
'odoo-addon-mrp_bom_location>=16.0dev,<16.1dev',
'odoo-addon-mrp_bom_note>=16.0dev,<16.1dev',