Skip to content

Commit 1cb0111

Browse files
committed
[BOT] post-merge updates
1 parent c51cebf commit 1cb0111

4 files changed

Lines changed: 35 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ addon | version | maintainers | summary
5252
[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.
5353
[report_xlsx](report_xlsx/) | 16.0.2.0.2 | | Base module to create xlsx report
5454
[report_xlsx_helper](report_xlsx_helper/) | 16.0.1.0.0 | | Report xlsx helpers
55-
[report_xml](report_xml/) | 16.0.1.1.2 | | Allow to generate XML reports
55+
[report_xml](report_xml/) | 16.0.1.1.3 | | Allow to generate XML reports
5656
[sql_export](sql_export/) | 16.0.2.2.1 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> <a href='https://github.com/florian-dacosta'><img src='https://github.com/florian-dacosta.png' width='32' height='32' style='border-radius:50%;' alt='florian-dacosta'/></a> | Export data in csv file with SQL requests
5757
[sql_export_delta](sql_export_delta/) | 16.0.1.0.0 | <a href='https://github.com/hbrunn'><img src='https://github.com/hbrunn.png' width='32' height='32' style='border-radius:50%;' alt='hbrunn'/></a> | Support exporting only the changes from last export
5858
[sql_export_excel](sql_export_excel/) | 16.0.1.0.1 | | Allow to export a sql query to an excel file.

report_xml/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===========
26
XML Reports
37
===========
@@ -7,13 +11,13 @@ XML Reports
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:e491947bf3954fb138e5655b09ea354d544b745eb63f3cec1d51df4a900595c6
14+
!! source digest: sha256:b679be499dd034756b41af5fd17c161b212cc571469cddd9695d2ab420962155
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github

report_xml/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License AGPL-3.0 or later (https://www.gnuorg/licenses/agpl.html).
33
{
44
"name": "XML Reports",
5-
"version": "16.0.1.1.2",
5+
"version": "16.0.1.1.3",
66
"category": "Reporting",
77
"website": "https://github.com/OCA/reporting-engine",
88
"development_status": "Production/Stable",

report_xml/static/description/index.html

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>XML Reports</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
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 {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="xml-reports">
363-
<h1 class="title">XML Reports</h1>
363+
<div class="document">
364364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="xml-reports">
370+
<h1>XML Reports</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:e491947bf3954fb138e5655b09ea354d544b745eb63f3cec1d51df4a900595c6
375+
!! source digest: sha256:b679be499dd034756b41af5fd17c161b212cc571469cddd9695d2ab420962155
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/16.0/report_xml"><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_xml"><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>
377+
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/reporting-engine/tree/16.0/report_xml"><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_xml"><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>
372378
<p>This module was written to extend the functionality of the reporting engine to
373379
support XML reports and allow modules to generate them by code or by QWeb
374380
templates.</p>
@@ -391,7 +397,7 @@ <h1 class="title">XML Reports</h1>
391397
</ul>
392398
</div>
393399
<div class="section" id="installation">
394-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
400+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
395401
<p>To install this module, you need to:</p>
396402
<ul class="simple">
397403
<li>Install <a class="reference external" href="http://lxml.de/">lxml</a> in Odoo’s <tt class="docutils literal">$PYTHONPATH</tt>.</li>
@@ -401,10 +407,10 @@ <h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
401407
installed it’s probably because there is another module that depends on it.</p>
402408
</div>
403409
<div class="section" id="usage">
404-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
410+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
405411
<p>This module is intended as a base engine for other modules to use it, so no direct result if you are a user.</p>
406412
<div class="section" id="if-you-are-a-developer">
407-
<h2><a class="toc-backref" href="#toc-entry-3">If you are a developer</a></h2>
413+
<h3><a class="toc-backref" href="#toc-entry-3">If you are a developer</a></h3>
408414
<p>To learn from an example, just check the <a class="reference external" href="https://github.com/OCA/reporting-engine/blob/13.0/report_xml/demo/demo_report.xml">demo report</a> on GitHub for
409415
the model <tt class="docutils literal">res.company</tt> or check it in interface from companies views.</p>
410416
<p>To develop with this module, you need to:</p>
@@ -435,24 +441,24 @@ <h2><a class="toc-backref" href="#toc-entry-3">If you are a developer</a></h2>
435441
</div>
436442
</div>
437443
<div class="section" id="bug-tracker">
438-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
444+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
439445
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/reporting-engine/issues">GitHub Issues</a>.
440446
In case of trouble, please check there if your issue has already been reported.
441447
If you spotted it first, help us to smash it by providing a detailed and welcomed
442448
<a class="reference external" href="https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_xml%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
443449
<p>Do not contact contributors directly about support or help with technical issues.</p>
444450
</div>
445451
<div class="section" id="credits">
446-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
452+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
447453
<div class="section" id="authors">
448-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
454+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
449455
<ul class="simple">
450456
<li>Tecnativa</li>
451457
<li>Avoin.Systems</li>
452458
</ul>
453459
</div>
454460
<div class="section" id="contributors">
455-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
461+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
456462
<ul class="simple">
457463
<li>Enric Tobella &lt;<a class="reference external" href="mailto:etobella&#64;creublanca.es">etobella&#64;creublanca.es</a>&gt;</li>
458464
<li><dl class="first docutils">
@@ -475,15 +481,17 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
475481
</ul>
476482
</div>
477483
<div class="section" id="other-credits">
478-
<h2><a class="toc-backref" href="#toc-entry-8">Other credits</a></h2>
484+
<h3><a class="toc-backref" href="#toc-entry-8">Other credits</a></h3>
479485
<ul class="simple">
480486
<li>Icon taken from <a class="reference external" href="http://commons.wikimedia.org/wiki/File:Text-xml.svg">http://commons.wikimedia.org/wiki/File:Text-xml.svg</a></li>
481487
</ul>
482488
</div>
483489
<div class="section" id="maintainers">
484-
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
490+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
485491
<p>This module is maintained by the OCA.</p>
486-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
492+
<a class="reference external image-reference" href="https://odoo-community.org">
493+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
494+
</a>
487495
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
488496
mission is to support the collaborative development of Odoo features and
489497
promote its widespread use.</p>
@@ -492,5 +500,6 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
492500
</div>
493501
</div>
494502
</div>
503+
</div>
495504
</body>
496505
</html>

0 commit comments

Comments
 (0)