Skip to content

Commit 49b755b

Browse files
committed
[BOT] post-merge updates
1 parent 397fd71 commit 49b755b

File tree

7 files changed

+38
-28
lines changed

7 files changed

+38
-28
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ addon | version | maintainers | summary
3535
[report_qweb_pdf_cover](report_qweb_pdf_cover/) | 18.0.1.0.0 | | Add front and back covers to your QWeb PDF reports
3636
[report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 18.0.1.0.1 | <a href='https://github.com/hbrunn'><img src='https://github.com/hbrunn.png' width='32' height='32' style='border-radius:50%;' alt='hbrunn'/></a> | Add watermarks to your QWEB PDF reports
3737
[report_substitute](report_substitute/) | 18.0.1.0.0 | <a href='https://github.com/sbejaoui'><img src='https://github.com/sbejaoui.png' width='32' height='32' style='border-radius:50%;' alt='sbejaoui'/></a> | This module allows to create substitution rules for report actions.
38-
[report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 18.0.1.0.0 | | Add new parameters for a paper format to be used by wkhtmltopdf command as arguments.
38+
[report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 18.0.1.0.1 | | Add new parameters for a paper format to be used by wkhtmltopdf command as arguments.
3939
[report_xlsx](report_xlsx/) | 18.0.1.0.1 | | Base module to create xlsx report
4040
[report_xlsx_helper](report_xlsx_helper/) | 18.0.1.0.0 | | Report xlsx helpers
4141
[report_xml](report_xml/) | 18.0.1.0.1 | | Allow to generate XML reports
42-
[sql_export](sql_export/) | 18.0.1.1.0 | <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
42+
[sql_export](sql_export/) | 18.0.1.1.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
4343
[sql_export_excel](sql_export_excel/) | 18.0.1.0.1 | <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> | Allow to export a sql query to an excel file.
4444
[sql_request_abstract](sql_request_abstract/) | 18.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Abstract Model to manage SQL Requests
4545

report_wkhtmltopdf_param/README.rst

Lines changed: 8 additions & 4 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
Report Wkhtmltopdf Param
37
========================
@@ -7,13 +11,13 @@ Report Wkhtmltopdf Param
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f6a617c50bb6d8d43fa080c2344bff806f6ac1133ab8067c4b95b8ddcc70ea9c
14+
!! source digest: sha256:f7ac0d62c57b3a3b633d5bf2774fc945d0cfc5aefb1ca17a527cb946259f3e0a
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
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
@@ -70,13 +74,13 @@ Authors
7074
-------
7175

7276
* Avoin.Systems
73-
* Eficent
77+
* ForgeFlow
7478

7579
Contributors
7680
------------
7781

7882
- Miku Laitinen <miku@avoin.systems>
79-
- Jordi Ballester <jordi.ballester@eficent.com>
83+
- Jordi Ballester <jordi.ballester@forgeflow.com>
8084
- Saran Lim. <saranl@ecosoft.co.th>
8185
- Foram Shah <foramshah@initos.com>
8286
- `Trobz <https://www.trobz.com>`__:

report_wkhtmltopdf_param/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# noinspection PyStatementEffect
55
{
66
"name": "Report Wkhtmltopdf Param",
7-
"version": "18.0.1.0.0",
7+
"version": "18.0.1.0.1",
88
"license": "AGPL-3",
99
"summary": """
1010
Add new parameters for a paper format to be used by wkhtmltopdf

report_wkhtmltopdf_param/static/description/index.html

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>Report Wkhtmltopdf Param</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="report-wkhtmltopdf-param">
364-
<h1 class="title">Report Wkhtmltopdf Param</h1>
363+
<div class="document">
365364

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="report-wkhtmltopdf-param">
370+
<h1>Report Wkhtmltopdf Param</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:f6a617c50bb6d8d43fa080c2344bff806f6ac1133ab8067c4b95b8ddcc70ea9c
375+
!! source digest: sha256:f7ac0d62c57b3a3b633d5bf2774fc945d0cfc5aefb1ca17a527cb946259f3e0a
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/18.0/report_wkhtmltopdf_param"><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-18-0/reporting-engine-18-0-report_wkhtmltopdf_param"><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=18.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="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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/reporting-engine/tree/18.0/report_wkhtmltopdf_param"><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-18-0/reporting-engine-18-0-report_wkhtmltopdf_param"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows you to add new parameters for a paper format which
374379
are then forwarded to wkhtmltopdf command as arguments. To display the
375380
arguments that wkhtmltopdf accepts go to your command line and type
@@ -394,7 +399,7 @@ <h1 class="title">Report Wkhtmltopdf Param</h1>
394399
</ul>
395400
</div>
396401
<div class="section" id="usage">
397-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
402+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
398403
<ol class="arabic simple">
399404
<li>Go to <em>Settings</em> and press ‘Activate the developer mode (with
400405
assets)’</li>
@@ -404,27 +409,27 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
404409
</ol>
405410
</div>
406411
<div class="section" id="bug-tracker">
407-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
412+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
408413
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/reporting-engine/issues">GitHub Issues</a>.
409414
In case of trouble, please check there if your issue has already been reported.
410415
If you spotted it first, help us to smash it by providing a detailed and welcomed
411416
<a class="reference external" href="https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_wkhtmltopdf_param%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
412417
<p>Do not contact contributors directly about support or help with technical issues.</p>
413418
</div>
414419
<div class="section" id="credits">
415-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
420+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
416421
<div class="section" id="authors">
417-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
422+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
418423
<ul class="simple">
419424
<li>Avoin.Systems</li>
420-
<li>Eficent</li>
425+
<li>ForgeFlow</li>
421426
</ul>
422427
</div>
423428
<div class="section" id="contributors">
424-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
429+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
425430
<ul class="simple">
426431
<li>Miku Laitinen &lt;<a class="reference external" href="mailto:miku&#64;avoin.systems">miku&#64;avoin.systems</a>&gt;</li>
427-
<li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;eficent.com">jordi.ballester&#64;eficent.com</a>&gt;</li>
432+
<li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
428433
<li>Saran Lim. &lt;<a class="reference external" href="mailto:saranl&#64;ecosoft.co.th">saranl&#64;ecosoft.co.th</a>&gt;</li>
429434
<li>Foram Shah &lt;<a class="reference external" href="mailto:foramshah&#64;initos.com">foramshah&#64;initos.com</a>&gt;</li>
430435
<li><a class="reference external" href="https://www.trobz.com">Trobz</a>:<ul>
@@ -435,12 +440,12 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
435440
</ul>
436441
</div>
437442
<div class="section" id="other-credits">
438-
<h2><a class="toc-backref" href="#toc-entry-6">Other credits</a></h2>
443+
<h3><a class="toc-backref" href="#toc-entry-6">Other credits</a></h3>
439444
<p>The migration of this module from 16.0 to 17.0 was financially supported
440445
by Camptocamp</p>
441446
</div>
442447
<div class="section" id="maintainers">
443-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
448+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
444449
<p>This module is maintained by the OCA.</p>
445450
<a class="reference external image-reference" href="https://odoo-community.org">
446451
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -453,5 +458,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
453458
</div>
454459
</div>
455460
</div>
461+
</div>
456462
</body>
457463
</html>

sql_export/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SQL Export
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:da7e1d1dec905a3376788566f8902019c9fc2065f3f791cb604e60d5cfa29cf3
14+
!! source digest: sha256:4f5b18eab71ba067ea88439b72cfd484c0c761faa38f715000ea4ced8f78725c
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -103,9 +103,9 @@ Contributors
103103
- Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
104104
- Benoît GUILLOT <benoit.guillot@akretion.com>
105105

106-
- `Eficent <https://www.eficent.com>`__:
106+
- `ForgeFlow <https://www.forgeflow.com>`__:
107107

108-
- Aaron Henriquez <ahenriquez@eficent.com>
108+
- Aaron Henriquez <ahenriquez@forgeflow>
109109

110110
- `Codeforward <https://www.codeforward.nl>`__:
111111

sql_export/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "SQL Export",
7-
"version": "18.0.1.1.0",
7+
"version": "18.0.1.1.1",
88
"author": "Akretion,GRAP,Odoo Community Association (OCA)",
99
"maintainers": ["legalsylvain", "florian-dacosta"],
1010
"website": "https://github.com/OCA/reporting-engine",

sql_export/static/description/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>SQL Export</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:da7e1d1dec905a3376788566f8902019c9fc2065f3f791cb604e60d5cfa29cf3
375+
!! source digest: sha256:4f5b18eab71ba067ea88439b72cfd484c0c761faa38f715000ea4ced8f78725c
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/reporting-engine/tree/18.0/sql_export"><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-18-0/reporting-engine-18-0-sql_export"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>Allow to export data in csv files FROM sql requests. There are some
@@ -453,8 +453,8 @@ <h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
453453
<li>Benoît GUILLOT &lt;<a class="reference external" href="mailto:benoit.guillot&#64;akretion.com">benoit.guillot&#64;akretion.com</a>&gt;</li>
454454
</ul>
455455
</li>
456-
<li><a class="reference external" href="https://www.eficent.com">Eficent</a>:<ul>
457-
<li>Aaron Henriquez &lt;<a class="reference external" href="mailto:ahenriquez&#64;eficent.com">ahenriquez&#64;eficent.com</a>&gt;</li>
456+
<li><a class="reference external" href="https://www.forgeflow.com">ForgeFlow</a>:<ul>
457+
<li>Aaron Henriquez &lt;<a class="reference external" href="mailto:ahenriquez&#64;forgeflow">ahenriquez&#64;forgeflow</a>&gt;</li>
458458
</ul>
459459
</li>
460460
<li><a class="reference external" href="https://www.codeforward.nl">Codeforward</a>:<ul>

0 commit comments

Comments
 (0)