[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2024-11-06 19:21:53 +00:00
parent 2eee1afa29
commit ccfd569cd6
3 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1 @@
16.0.20241022.0
16.0.20241106.0

View File

@@ -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',