Skip to content

Commit 7470393

Browse files
committed
[BOT] post-merge updates
1 parent 8261a11 commit 7470393

File tree

4 files changed

+31
-26
lines changed

4 files changed

+31
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ addon | version | maintainers | summary
4444
[report_substitute](report_substitute/) | 16.0.1.0.2 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | This module allows to create substitution rules for report actions.
4545
[report_text_format_option](report_text_format_option/) | 16.0.1.0.0 | | Report Text Format Option
4646
[report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 16.0.1.0.0 | | Add new parameters for a paper format to be used by wkhtmltopdf command as arguments.
47-
[report_xlsx](report_xlsx/) | 16.0.2.0.1 | | Base module to create xlsx report
47+
[report_xlsx](report_xlsx/) | 16.0.2.0.2 | | Base module to create xlsx report
4848
[report_xlsx_helper](report_xlsx_helper/) | 16.0.1.0.0 | | Report xlsx helpers
4949
[report_xml](report_xml/) | 16.0.1.1.2 | | Allow to generate XML reports
5050
[sql_export](sql_export/) | 16.0.2.2.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Export data in csv file with SQL requests

report_xlsx/README.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Base report xlsx
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:1dcaaeb8b4bf74eaeb6a87b4c9a280028c197de726f96c64dbfc98ff5c444a98
10+
!! source digest: sha256:1b8ed9ba68eb80158d4a236896a641b3ef8f79c2068525b03d67d67e72d20dcd
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -72,15 +72,16 @@ To manipulate the ``workbook`` and ``sheet`` objects, refer to the
7272

7373
A report XML record ::
7474

75-
<report
76-
id="partner_xlsx"
77-
model="res.partner"
78-
string="Print to XLSX"
79-
report_type="xlsx"
80-
name="module_name.report_name"
81-
file="res_partner"
82-
attachment_use="False"
83-
/>
75+
<record id="action_report_partner_xlsx" model="ir.actions.report">
76+
<field name="name">Print to XLSX</field>
77+
<field name="model">res.partner</field>
78+
<field name="report_type">xlsx</field>
79+
<field name="report_name">module_name.report_name</field>
80+
<field name="report_file">module_name.report_file</field>
81+
<field name="binding_model_id" ref="res.partner"/>
82+
<field name="binding_type">report</field>
83+
<field name="attachment_use" eval="False"/>
84+
</record>
8485

8586
Bug Tracker
8687
===========

report_xlsx/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "ACSONE SA/NV," "Creu Blanca," "Odoo Community Association (OCA)",
77
"website": "https://github.com/OCA/reporting-engine",
88
"category": "Reporting",
9-
"version": "16.0.2.0.1",
9+
"version": "16.0.2.0.2",
1010
"development_status": "Mature",
1111
"license": "AGPL-3",
1212
"depends": ["base", "web"],

report_xlsx/static/description/index.html

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger ([email protected])
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -366,7 +367,7 @@ <h1 class="title">Base report xlsx</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:1dcaaeb8b4bf74eaeb6a87b4c9a280028c197de726f96c64dbfc98ff5c444a98
370+
!! source digest: sha256:1b8ed9ba68eb80158d4a236896a641b3ef8f79c2068525b03d67d67e72d20dcd
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.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/16.0/report_xlsx"><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-16-0/reporting-engine-16-0-report_xlsx"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module provides a basic report class to generate xlsx report.</p>
@@ -418,15 +419,16 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
418419
<a class="reference external" href="http://xlsxwriter.readthedocs.org/">documentation</a> of <tt class="docutils literal">xlsxwriter</tt>.</p>
419420
<p>A report XML record</p>
420421
<pre class="literal-block">
421-
&lt;report
422-
id=&quot;partner_xlsx&quot;
423-
model=&quot;res.partner&quot;
424-
string=&quot;Print to XLSX&quot;
425-
report_type=&quot;xlsx&quot;
426-
name=&quot;module_name.report_name&quot;
427-
file=&quot;res_partner&quot;
428-
attachment_use=&quot;False&quot;
429-
/&gt;
422+
&lt;record id=&quot;action_report_partner_xlsx&quot; model=&quot;ir.actions.report&quot;&gt;
423+
&lt;field name=&quot;name&quot;&gt;Print to XLSX&lt;/field&gt;
424+
&lt;field name=&quot;model&quot;&gt;res.partner&lt;/field&gt;
425+
&lt;field name=&quot;report_type&quot;&gt;xlsx&lt;/field&gt;
426+
&lt;field name=&quot;report_name&quot;&gt;module_name.report_name&lt;/field&gt;
427+
&lt;field name=&quot;report_file&quot;&gt;module_name.report_file&lt;/field&gt;
428+
&lt;field name=&quot;binding_model_id&quot; ref=&quot;res.partner&quot;/&gt;
429+
&lt;field name=&quot;binding_type&quot;&gt;report&lt;/field&gt;
430+
&lt;field name=&quot;attachment_use&quot; eval=&quot;False&quot;/&gt;
431+
&lt;/record&gt;
430432
</pre>
431433
</div>
432434
<div class="section" id="bug-tracker">
@@ -464,7 +466,9 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
464466
<div class="section" id="maintainers">
465467
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
466468
<p>This module is maintained by the OCA.</p>
467-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
469+
<a class="reference external image-reference" href="https://odoo-community.org">
470+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
471+
</a>
468472
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
469473
mission is to support the collaborative development of Odoo features and
470474
promote its widespread use.</p>

0 commit comments

Comments
 (0)