mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-19 08:02:05 +02:00
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:
parent
05df50b41d
commit
c18e7fd4c7
258 changed files with 8677 additions and 6341 deletions
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue