[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-07-23 15:49:28 +00:00
parent 31ab45e967
commit 68968aabac
4 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ addon | version | maintainers | summary
[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
[mrp_bom_tag](mrp_bom_tag/) | 16.0.1.0.0 | | Add tags on your BoM to find it easily
[mrp_bom_tracking](mrp_bom_tracking/) | 16.0.1.0.0 | | Logs any change to a BoM in the chatter
[mrp_default_workorder_time](mrp_default_workorder_time/) | 16.0.1.0.0 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Adds an MRP default workorder time
[mrp_lot_number_propagation](mrp_lot_number_propagation/) | 16.0.1.0.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Propagate a serial number from a component to a finished product

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -1 +1 @@
16.0.20240712.0
16.0.20240723.0

View File

@@ -16,6 +16,7 @@ setuptools.setup(
'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',
'odoo-addon-mrp_bom_tag>=16.0dev,<16.1dev',
'odoo-addon-mrp_bom_tracking>=16.0dev,<16.1dev',
'odoo-addon-mrp_default_workorder_time>=16.0dev,<16.1dev',
'odoo-addon-mrp_lot_number_propagation>=16.0dev,<16.1dev',