diff --git a/README.md b/README.md index 2f2f3dd..613f51d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [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_quant_history_queued](stock_quant_history_queued/) | 14.0.1.0.0 | [![petrus-v](https://github.com/petrus-v.png?size=30px)](https://github.com/petrus-v) | Use Queue jop to generate stock quants snapshots [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 5e3cb69..bd21c0a 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240725.0 \ No newline at end of file +14.0.20240912.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 249173d..68108f1 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -19,6 +19,7 @@ setuptools.setup( 'odoo14-addon-stock_picking_report_custom_description', 'odoo14-addon-stock_picking_report_valued', 'odoo14-addon-stock_quant_history', + 'odoo14-addon-stock_quant_history_queued', 'odoo14-addon-stock_quantity_history_location', 'odoo14-addon-stock_report_quantity_by_location', ], diff --git a/stock_quant_history_queued/static/description/icon.png b/stock_quant_history_queued/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/stock_quant_history_queued/static/description/icon.png differ