Add sql_export_excel

This commit is contained in:
Florian da Costa
2019-07-28 12:12:02 +02:00
parent 08c5f372d0
commit c5e89ac2ae
11 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
If you want Odoo to update an existing excel file, you should create an attachment
with the excel file and configure this attachment on the query.
Then, you can configure the query to indicate if Odoo should export the header and where it should
insert the data. By default, it will insert it in the first sheet, at first row/column.

View File

@@ -0,0 +1 @@
* Florian da Costa <florian.dacosta@akretion.com>

View File

@@ -0,0 +1,4 @@
Add the possibility to extract data from a sql query toward an excel file.
It is also possible to provide an template excel file for a query. In this case,
the data will be inserted in the specified sheet of the provided excel file. This
is usefull when doing a lot of calculation in excel and the data is coming from Odoo.