diff --git a/README.md b/README.md index 68034511c..b0fd0ea44 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ addon | version | maintainers | summary [report_xlsx_helper](report_xlsx_helper/) | 16.0.1.0.0 | | Report xlsx helpers [report_xml](report_xml/) | 16.0.1.1.2 | | Allow to generate XML reports [sql_export](sql_export/) | 16.0.2.2.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Export data in csv file with SQL requests +[sql_export_delta](sql_export_delta/) | 16.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Support exporting only the changes from last export [sql_export_excel](sql_export_excel/) | 16.0.1.0.1 | | Allow to export a sql query to an excel file. [sql_export_mail](sql_export_mail/) | 16.0.2.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Send csv file generated by sql query by mail. [sql_request_abstract](sql_request_abstract/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Abstract Model to manage SQL Requests diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 9d0980c0c..b942600c5 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241022.0 \ No newline at end of file +16.0.20241106.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 27470dc8f..0a2cc854f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -36,6 +36,7 @@ setuptools.setup( 'odoo-addon-report_xlsx_helper>=16.0dev,<16.1dev', 'odoo-addon-report_xml>=16.0dev,<16.1dev', 'odoo-addon-sql_export>=16.0dev,<16.1dev', + 'odoo-addon-sql_export_delta>=16.0dev,<16.1dev', 'odoo-addon-sql_export_excel>=16.0dev,<16.1dev', 'odoo-addon-sql_export_mail>=16.0dev,<16.1dev', 'odoo-addon-sql_request_abstract>=16.0dev,<16.1dev',