Skip to content

Commit 213f751

Browse files
committed
[MIG] report_wkhtmltopdf_param: Migration to 17.0
1 parent 97e6491 commit 213f751

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

report_wkhtmltopdf_param/README.rst

+9
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ Contributors
7979
- Jordi Ballester <jordi.ballester@eficent.com>
8080
- Saran Lim. <saranl@ecosoft.co.th>
8181
- Foram Shah <foramshah@initos.com>
82+
- `Trobz <https://www.trobz.com>`__:
83+
84+
- Tris Doan <tridm@trobz.com>
85+
86+
Other credits
87+
-------------
88+
89+
The migration of this module from 16.0 to 17.0 was financially supported
90+
by Camptocamp
8291

8392
Maintainers
8493
-----------

report_wkhtmltopdf_param/__manifest__.py

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

report_wkhtmltopdf_param/readme/CONTRIBUTORS.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
- Jordi Ballester \<<jordi.ballester@eficent.com>\>
33
- Saran Lim. \<<saranl@ecosoft.co.th>\>
44
- Foram Shah \<<foramshah@initos.com>\>
5+
- [Trobz](https://www.trobz.com):
6+
- Tris Doan \<<tridm@trobz.com>\>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The migration of this module from 16.0 to 17.0 was financially supported
2+
by Camptocamp

report_wkhtmltopdf_param/static/description/index.html

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -387,7 +386,8 @@ <h1 class="title">Report Wkhtmltopdf Param</h1>
387386
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
388387
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
389388
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
390-
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
389+
<li><a class="reference internal" href="#other-credits" id="toc-entry-6">Other credits</a></li>
390+
<li><a class="reference internal" href="#maintainers" id="toc-entry-7">Maintainers</a></li>
391391
</ul>
392392
</li>
393393
</ul>
@@ -426,10 +426,19 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
426426
<li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;eficent.com">jordi.ballester&#64;eficent.com</a>&gt;</li>
427427
<li>Saran Lim. &lt;<a class="reference external" href="mailto:saranl&#64;ecosoft.co.th">saranl&#64;ecosoft.co.th</a>&gt;</li>
428428
<li>Foram Shah &lt;<a class="reference external" href="mailto:foramshah&#64;initos.com">foramshah&#64;initos.com</a>&gt;</li>
429+
<li><a class="reference external" href="https://www.trobz.com">Trobz</a>:<ul>
430+
<li>Tris Doan &lt;<a class="reference external" href="mailto:tridm&#64;trobz.com">tridm&#64;trobz.com</a>&gt;</li>
429431
</ul>
432+
</li>
433+
</ul>
434+
</div>
435+
<div class="section" id="other-credits">
436+
<h2><a class="toc-backref" href="#toc-entry-6">Other credits</a></h2>
437+
<p>The migration of this module from 16.0 to 17.0 was financially supported
438+
by Camptocamp</p>
430439
</div>
431440
<div class="section" id="maintainers">
432-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
441+
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
433442
<p>This module is maintained by the OCA.</p>
434443
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
435444
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose

0 commit comments

Comments
 (0)