diff --git a/README.md b/README.md index e49f198..1c906d3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 1735eb5..98deb56 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240605.0 \ No newline at end of file +16.0.20240723.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 72024c4..76ce04e 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -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',