[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-07-23 08:05:48 +00:00
parent a962e2bb90
commit 5274ba1420
3 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ addon | version | maintainers | summary
[stock_picking_report_internal_delivery_address](stock_picking_report_internal_delivery_address/) | 16.0.1.0.0 | | Show delivery address when picking type is internal
[stock_picking_report_qty_undelivered](stock_picking_report_qty_undelivered/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Print a summary of the undelivered quantity
[stock_picking_report_salesperson](stock_picking_report_salesperson/) | 16.0.1.1.0 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Salesperson info in Stock Picking reports
[stock_picking_report_summary](stock_picking_report_summary/) | 16.0.1.0.0 | [![quentinDupont](https://github.com/quentinDupont.png?size=30px)](https://github.com/quentinDupont) [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Stock Picking Report Summary
[stock_picking_report_valued](stock_picking_report_valued/) | 16.0.1.1.2 | | Adding Valued Picking on Delivery Slip report
[stock_quantity_history_location](stock_quantity_history_location/) | 16.0.1.0.1 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![rolandojduartem](https://github.com/rolandojduartem.png?size=30px)](https://github.com/rolandojduartem) | Provides stock quantity by location on past date
[stock_report_quantity_by_location](stock_report_quantity_by_location/) | 16.0.1.0.0 | | Stock Report Quantity By Location

View File

@@ -1 +1 @@
16.0.20240605.0
16.0.20240723.0

View File

@@ -19,6 +19,7 @@ setuptools.setup(
'odoo-addon-stock_picking_report_internal_delivery_address>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_report_qty_undelivered>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_report_salesperson>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_report_summary>=16.0dev,<16.1dev',
'odoo-addon-stock_picking_report_valued>=16.0dev,<16.1dev',
'odoo-addon-stock_quantity_history_location>=16.0dev,<16.1dev',
'odoo-addon-stock_report_quantity_by_location>=16.0dev,<16.1dev',