update all kept modules to OCA 19.0 versions

bi_sql_editor 19.0.1.0.1, report_csv 19.0.1.0.0,
report_qweb_element_page_visibility 19.0.1.0.0,
report_xlsx_helper 19.0.1.0.0, report_xml 19.0.1.0.0,
sql_request_abstract 19.0.1.0.0

🤖 assisted by claude
This commit is contained in:
Ernad Husremovic 2026-03-09 22:24:48 +01:00
parent 05df50b41d
commit c18e7fd4c7
258 changed files with 8677 additions and 6341 deletions

View file

@ -0,0 +1,12 @@
In case the exported CSV report should be encoded in another system than
UTF-8, following fields of the report record (*Settings \> Technical \>
Reports*) should be populated accordingly.
- Encoding: set an encoding system (such as cp932)
- Encode Error Handling: select 'Ignore' or 'Replace' as necessary.
- 'Ignore': in case of an encoding error, the problematic character
will be removed from the exported file.
- 'Replace': in case of an encoding error, the problematic character
will be replaced with '?' symbol.
- Leaving the field blank: in case of an encoding error, the report
generation fails with an error message.

View file

@ -1,9 +0,0 @@
In case the exported CSV report should be encoded in another system than UTF-8, following
fields of the report record (*Settings > Technical > Reports*) should be populated accordingly.
* Encoding: set an encoding system (such as cp932)
* Encode Error Handling: select 'Ignore' or 'Replace' as necessary.
* 'Ignore': in case of an encoding error, the problematic character will be removed from the exported file.
* 'Replace': in case of an encoding error, the problematic character will be replaced with '?' symbol.
* Leaving the field blank: in case of an encoding error, the report generation fails with an error message.

View file

@ -0,0 +1,5 @@
- Enric Tobella \<<etobella@creublanca.es>\>
- Jaime Arroyo \<<jaime.arroyo@creublanca.es>\>
- Rattapong Chokmasermkul \<<rattapongc@ecosoft.co.th>\>
- [Quartile](https://www.quartile.co):
- Aung Ko Ko Lin

View file

@ -1,6 +0,0 @@
* Enric Tobella <etobella@creublanca.es>
* Jaime Arroyo <jaime.arroyo@creublanca.es>
* Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
* `Quartile <https://www.quartile.co>`__:
* Aung Ko Ko Lin

View file

@ -1,6 +1,7 @@
An example of CSV report for partners on a module called `module_name`:
An example of CSV report for partners on a module called
\`module_name\`:
A python class ::
A python class :
from odoo import models
@ -24,8 +25,7 @@ A python class ::
res['quoting'] = csv.QUOTE_ALL
return res
A report XML record ::
A report XML record :
<report
id="partner_csv"