Skip to content

Commit b02ce0e

Browse files
committed
[BOT] post-merge updates
1 parent 33cd4ac commit b02ce0e

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ addon | version | maintainers | summary
2525
[bi_sql_editor](bi_sql_editor/) | 17.0.2.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views
2626
[kpi](kpi/) | 17.0.1.0.0 | | Key Performance Indicator
2727
[report_async](report_async/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Central place to run reports live or async
28+
[report_csv](report_csv/) | 17.0.1.0.0 | | Base module to create csv report
2829
[report_layout_config](report_layout_config/) | 17.0.1.0.0 | | Add possibility to easily modify the global report layout
2930
[report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 17.0.1.0.0 | | Report Qweb Element Page Visibility
3031
[report_qweb_parameter](report_qweb_parameter/) | 17.0.1.0.2 | | Add new parameters for qweb templates in order to reduce field length and check minimal length

report_csv/README.rst

+14-14
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Base report csv
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a39959a00912416454f8818d70b9a3ffdd305aeb1b1c35ce3ea007f3c41526bd
10+
!! source digest: sha256:9ecdbfd97f39e757a65514e63f51b8b09fe93f2cbb4ff0c4cd878b72e8633958
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -42,15 +42,15 @@ In case the exported CSV report should be encoded in another system than
4242
UTF-8, following fields of the report record (*Settings > Technical >
4343
Reports*) should be populated accordingly.
4444

45-
- Encoding: set an encoding system (such as cp932)
46-
- Encode Error Handling: select 'Ignore' or 'Replace' as necessary.
45+
- Encoding: set an encoding system (such as cp932)
46+
- Encode Error Handling: select 'Ignore' or 'Replace' as necessary.
4747

48-
- 'Ignore': in case of an encoding error, the problematic character
49-
will be removed from the exported file.
50-
- 'Replace': in case of an encoding error, the problematic character
51-
will be replaced with '?' symbol.
52-
- Leaving the field blank: in case of an encoding error, the report
53-
generation fails with an error message.
48+
- 'Ignore': in case of an encoding error, the problematic character
49+
will be removed from the exported file.
50+
- 'Replace': in case of an encoding error, the problematic character
51+
will be replaced with '?' symbol.
52+
- Leaving the field blank: in case of an encoding error, the report
53+
generation fails with an error message.
5454

5555
Usage
5656
=====
@@ -121,12 +121,12 @@ Authors
121121
Contributors
122122
------------
123123

124-
- Enric Tobella <etobella@creublanca.es>
125-
- Jaime Arroyo <jaime.arroyo@creublanca.es>
126-
- Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
127-
- `Quartile <https://www.quartile.co>`__:
124+
- Enric Tobella <etobella@creublanca.es>
125+
- Jaime Arroyo <jaime.arroyo@creublanca.es>
126+
- Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
127+
- `Quartile <https://www.quartile.co>`__:
128128

129-
- Aung Ko Ko Lin
129+
- Aung Ko Ko Lin
130130

131131
Maintainers
132132
-----------

report_csv/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Base report csv</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:a39959a00912416454f8818d70b9a3ffdd305aeb1b1c35ce3ea007f3c41526bd
370+
!! source digest: sha256:9ecdbfd97f39e757a65514e63f51b8b09fe93f2cbb4ff0c4cd878b72e8633958
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/reporting-engine/tree/17.0/report_csv"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/reporting-engine-17-0/reporting-engine-17-0-report_csv"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module provides a basic report class to generate csv report.</p>

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "odoo-addons-oca-reporting-engine"
3-
version = "17.0.20250106.0"
3+
version = "17.0.20250304.0"
44
dependencies = [
55
"odoo-addon-base_comment_template>=17.0dev,<17.1dev",
66
"odoo-addon-bi_sql_editor>=17.0dev,<17.1dev",
77
"odoo-addon-kpi>=17.0dev,<17.1dev",
88
"odoo-addon-report_async>=17.0dev,<17.1dev",
9+
"odoo-addon-report_csv>=17.0dev,<17.1dev",
910
"odoo-addon-report_layout_config>=17.0dev,<17.1dev",
1011
"odoo-addon-report_qweb_element_page_visibility>=17.0dev,<17.1dev",
1112
"odoo-addon-report_qweb_parameter>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)