diff --git a/README.md b/README.md index c999627..2f2f3dd 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [stock_picking_group_by_partner_by_carrier_sale_line_position](stock_picking_group_by_partner_by_carrier_sale_line_position/) | 14.0.1.0.2 | | Glue module for sale position and delivery report grouped [stock_picking_report_custom_description](stock_picking_report_custom_description/) | 14.0.2.0.0 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Show moves description in picking reports [stock_picking_report_valued](stock_picking_report_valued/) | 14.0.1.2.2 | | Adding Valued Picking on Delivery Slip report +[stock_quant_history](stock_quant_history/) | 14.0.1.0.0 | [![petrus-v](https://github.com/petrus-v.png?size=30px)](https://github.com/petrus-v) | Re-generate stock quants for given date [stock_quantity_history_location](stock_quantity_history_location/) | 14.0.1.0.0 | | Provides stock quantity by location on past date [stock_report_quantity_by_location](stock_report_quantity_by_location/) | 14.0.1.0.0 | | Stock Report Quantity By Location diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index e331aa2..5e3cb69 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240214.0 \ No newline at end of file +14.0.20240725.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index e114235..249173d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -18,6 +18,7 @@ setuptools.setup( 'odoo14-addon-stock_picking_group_by_partner_by_carrier_sale_line_position', 'odoo14-addon-stock_picking_report_custom_description', 'odoo14-addon-stock_picking_report_valued', + 'odoo14-addon-stock_quant_history', 'odoo14-addon-stock_quantity_history_location', 'odoo14-addon-stock_report_quantity_by_location', ], diff --git a/stock_quant_history/static/description/icon.png b/stock_quant_history/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_quant_history/static/description/icon.png differ