[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-05-22 13:55:34 +00:00
parent 274c925b81
commit acfb321a63
3 changed files with 3 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ addon | version | maintainers | summary
[scrap_reason_code](scrap_reason_code/) | 16.0.1.1.0 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Reason code for scrapping
[stock_demand_estimate](stock_demand_estimate/) | 16.0.1.2.0 | | Allows to create demand estimates.
[stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 16.0.1.0.0 | | Allows to create demand estimates.
[stock_exception](stock_exception/) | 16.0.1.0.0 | | Custom exceptions on stock picking
[stock_helper](stock_helper/) | 16.0.1.1.0 | | Add methods shared between various stock modules
[stock_inventory](stock_inventory/) | 16.0.2.0.0 | | Allows to do an easier follow up of the Inventory Adjustments
[stock_inventory_count_to_zero](stock_inventory_count_to_zero/) | 16.0.1.0.0 | | Request an inventory count filling the quantities to zero as default

View File

@@ -1 +1 @@
16.0.20240518.0
16.0.20240522.0

View File

@@ -15,6 +15,7 @@ setuptools.setup(
'odoo-addon-scrap_reason_code>=16.0dev,<16.1dev',
'odoo-addon-stock_demand_estimate>=16.0dev,<16.1dev',
'odoo-addon-stock_demand_estimate_matrix>=16.0dev,<16.1dev',
'odoo-addon-stock_exception>=16.0dev,<16.1dev',
'odoo-addon-stock_helper>=16.0dev,<16.1dev',
'odoo-addon-stock_inventory>=16.0dev,<16.1dev',
'odoo-addon-stock_inventory_count_to_zero>=16.0dev,<16.1dev',