Skip to content

Commit a77b85c

Browse files
committed
[BOT] post-merge updates
1 parent 5e88dcf commit a77b85c

File tree

4 files changed

+34
-21
lines changed

4 files changed

+34
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ addon | version | maintainers | summary
2929
[report_py3o_fusion_server](report_py3o_fusion_server/) | 18.0.1.0.0 | | Let the fusion server handle format conversion.
3030
[report_qr](report_qr/) | 18.0.1.0.0 | | Web QR Manager
3131
[report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 18.0.1.0.0 | | Report Qweb Element Page Visibility
32-
[report_qweb_field_option](report_qweb_field_option/) | 18.0.1.0.0 | | Report Qweb Field Option
32+
[report_qweb_field_option](report_qweb_field_option/) | 18.0.1.0.1 | | Report Qweb Field Option
3333
[report_qweb_parameter](report_qweb_parameter/) | 18.0.1.0.0 | | Add new parameters for qweb templates in order to reduce field length and check minimal length
3434
[report_qweb_pdf_cover](report_qweb_pdf_cover/) | 18.0.1.0.0 | | Add front and back covers to your QWeb PDF reports
3535
[report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 18.0.1.0.0 | | Add watermarks to your QWEB PDF reports

report_qweb_field_option/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
Report Qweb Field Option
37
========================
@@ -7,13 +11,13 @@ Report Qweb Field Option
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:9f92f02a3f0144fa239be9348673fd9b15602d13d9e6fcb626eeecfb48e16cc9
14+
!! source digest: sha256:6a839e0b8361541500cea7946ac9d7bfbcbe37ab2a102576061a2940c4343c5c
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

report_qweb_field_option/__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.gnu.org/licenses/agpl).
33
{
44
"name": "Report Qweb Field Option",
5-
"version": "18.0.1.0.0",
5+
"version": "18.0.1.0.1",
66
"category": "Technical Settings",
77
"license": "AGPL-3",
88
"author": "Quartile, Odoo Community Association (OCA)",

report_qweb_field_option/static/description/index.html

Lines changed: 26 additions & 17 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>Report Qweb Field Option</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="report-qweb-field-option">
363-
<h1 class="title">Report Qweb Field Option</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="report-qweb-field-option">
370+
<h1>Report Qweb Field Option</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:9f92f02a3f0144fa239be9348673fd9b15602d13d9e6fcb626eeecfb48e16cc9
375+
!! source digest: sha256:6a839e0b8361541500cea7946ac9d7bfbcbe37ab2a102576061a2940c4343c5c
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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_qweb_field_option"><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_qweb_field_option"><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_qweb_field_option"><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_qweb_field_option"><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>
372378
<p>This module allows administrators to define the decimal precision of
373379
float fields and add option values to fields (e.g., adding a date widget
374380
option to datetime fields) for QWeb report and view presentation.</p>
@@ -388,7 +394,7 @@ <h1 class="title">Report Qweb Field Option</h1>
388394
</ul>
389395
</div>
390396
<div class="section" id="configuration">
391-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
392398
<p>Go to <em>Settings &gt; Technical &gt; Reporting &gt; Qweb Field Options</em>, and
393399
create records according to your needs.</p>
394400
<p>For each record:</p>
@@ -405,15 +411,15 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
405411
</ul>
406412
</div>
407413
<div class="section" id="usage">
408-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
414+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
409415
<p>Print a QWeb report (quotation, invoice, purchase order, etc.), and the
410416
value presentation for fields like line quantity, price unit and date
411417
order are adjusted according to the Qweb Field Options configuration.</p>
412418
<p>Note that among matching configuration records, the one with the
413419
strictest condition will be applied.</p>
414420
</div>
415421
<div class="section" id="known-issues-roadmap">
416-
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
422+
<h2><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h2>
417423
<div class="line-block">
418424
<div class="line">#. QWeb field option settings only apply to fields rendered with
419425
<tt class="docutils literal"><span class="pre">t-field</span></tt>.</div>
@@ -435,23 +441,23 @@ <h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
435441
<a class="reference external" href="https://github.com/odoo/odoo/blob/5eec379/addons/purchase/views/portal_templates.xml#L101-L102">https://github.com/odoo/odoo/blob/5eec379/addons/purchase/views/portal_templates.xml#L101-L102</a></p>
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_qweb_field_option%0Aversion:%2018.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>Quartile</li>
451457
</ul>
452458
</div>
453459
<div class="section" id="contributors">
454-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
460+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
455461
<ul class="simple">
456462
<li><a class="reference external" href="https://www.quartile.co">Quartile</a>:<ul>
457463
<li>Yoshi Tashiro</li>
@@ -461,9 +467,11 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
461467
</ul>
462468
</div>
463469
<div class="section" id="maintainers">
464-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
470+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
465471
<p>This module is maintained by the OCA.</p>
466-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
472+
<a class="reference external image-reference" href="https://odoo-community.org">
473+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
474+
</a>
467475
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
468476
mission is to support the collaborative development of Odoo features and
469477
promote its widespread use.</p>
@@ -472,5 +480,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
472480
</div>
473481
</div>
474482
</div>
483+
</div>
475484
</body>
476485
</html>

0 commit comments

Comments
 (0)