Skip to content

Commit d6ee652

Browse files
committed
[DCK] Add development_status key to manifest
1 parent b02ce0e commit d6ee652

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

report_csv/README.rst

+15-15
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Base report csv
1010
!! source digest: sha256:9ecdbfd97f39e757a65514e63f51b8b09fe93f2cbb4ff0c4cd878b72e8633958
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
13-
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1414
:target: https://odoo-community.org/page/development-status
15-
:alt: Beta
15+
:alt: Production/Stable
1616
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
@@ -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/__manifest__.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
"report_csv/static/src/js/report/qwebactionmanager.esm.js"
1717
]
1818
},
19+
"development_status": "Production/Stable",
1920
"installable": True,
2021
}

report_csv/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">Base report csv</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:9ecdbfd97f39e757a65514e63f51b8b09fe93f2cbb4ff0c4cd878b72e8633958
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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>
374374
<p><strong>Table of contents</strong></p>
375375
<div class="contents local topic" id="contents">

0 commit comments

Comments
 (0)