8
8
9
9
/*
10
10
: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 $
12
12
:Copyright: This stylesheet has been placed in the public domain.
13
13
14
14
Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
16
17
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
customize this style sheet.
274
275
margin-left : 2em ;
275
276
margin-right : 2em }
276
277
277
- pre .code .ln { color : grey ; } /* line numbers */
278
+ pre .code .ln { color : gray ; } /* line numbers */
278
279
pre .code , code { background-color : # eeeeee }
279
280
pre .code .comment , code .comment { color : # 5C6576 }
280
281
pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
300
301
span .pre {
301
302
white-space : pre }
302
303
303
- span .problematic {
304
+ span .problematic , pre . problematic {
304
305
color : red }
305
306
306
307
span .section-subtitle {
@@ -368,11 +369,11 @@ <h1 class="title">Report QWeb PDF Cover</h1>
368
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
370
!! source digest: sha256:1287ee62d703ed048f33bb706f289cf01e5c99bead22b8b612d69e88071a4d67
370
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/16.0/report_qweb_pdf_cover "> < 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_qweb_pdf_cover "> < 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&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372
- < p > This module allows for front and back covers to be added to the generated PDF
373
- reports. They can be added as a separate page, at the beginning or the end of
374
- the report, but they can also overlap the first and last page of the actual
375
- report, respectively.</ p >
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_qweb_pdf_cover "> < 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_pdf_cover "> < 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
+ < p > This module allows for front and back covers to be added to the
374
+ generated PDF reports. They can be added as a separate page, at the
375
+ beginning or the end of the report, but they can also overlap the first
376
+ and last page of the actual report, respectively.</ p >
376
377
< p > < strong > Table of contents</ strong > </ p >
377
378
< div class ="contents local topic " id ="contents ">
378
379
< ul class ="simple ">
@@ -388,29 +389,31 @@ <h1 class="title">Report QWeb PDF Cover</h1>
388
389
</ div >
389
390
< div class ="section " id ="usage ">
390
391
< h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
391
- < p > To add a cover to a report, you need to access to the report’s configuration,
392
- more specifically to the < cite > Advanced Properties</ cite > tab. There, you will find two
393
- checkboxes, one for the front cover and another for the back cover.
394
- They both work the same, so let’s focus on the front cover with an example.</ p >
392
+ < p > To add a cover to a report, you need to access to the report’s
393
+ configuration, more specifically to the Advanced Properties tab. There,
394
+ you will find two checkboxes, one for the front cover and another for
395
+ the back cover. They both work the same, so let’s focus on the front
396
+ cover with an example.</ p >
395
397
< ul class ="simple ">
396
- < li > You must check the < cite > Use Front Cover</ cite > checkbox to enable the front cover. You
397
- will see that a new checkbox and a PDF file widget appear.</ li >
398
- < li > If you want the front cover to overlap with the first page of the PDF report,
399
- you should also check the < cite > Overlap Front Cover</ cite > checkbox. Leave it unchecked
400
- if you don’t want the front cover to overlap with the first page.</ li >
401
- < li > The last step would be to upload the PDF file that will be used as the front
402
- cover. You can do this by clicking on the PDF file widget and selecting the
403
- file.</ li >
404
- < li > Important! The file must be a PDF file, and it should have only one page. If
405
- it has more pages, only the first one will be used.</ li >
398
+ < li > You must check the Use Front Cover checkbox to enable the front
399
+ cover. You will see that a new checkbox and a PDF file widget appear.</ li >
400
+ < li > If you want the front cover to overlap with the first page of the PDF
401
+ report, you should also check the Overlap Front Cover checkbox. Leave
402
+ it unchecked if you don’t want the front cover to overlap with the
403
+ first page.</ li >
404
+ < li > The last step would be to upload the PDF file that will be used as
405
+ the front cover. You can do this by clicking on the PDF file widget
406
+ and selecting the file.</ li >
407
+ < li > Important! The file must be a PDF file, and it should have only one
408
+ page. If it has more pages, only the first one will be used.</ li >
406
409
</ ul >
407
410
</ div >
408
411
< div class ="section " id ="bug-tracker ">
409
412
< h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
410
413
< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/reporting-engine/issues "> GitHub Issues</ a > .
411
414
In case of trouble, please check there if your issue has already been reported.
412
415
If you spotted it first, help us to smash it by providing a detailed and welcomed
413
- < a class ="reference external " href ="https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_qweb_pdf_cover%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
416
+ < a class ="reference external " href ="https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_qweb_pdf_cover%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
414
417
< p > Do not contact contributors directly about support or help with technical issues.</ p >
415
418
</ div >
416
419
< div class ="section " id ="credits ">
@@ -430,11 +433,13 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
430
433
< div class ="section " id ="maintainers ">
431
434
< h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h2 >
432
435
< p > This module is maintained by the OCA.</ p >
433
- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
436
+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
437
+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
438
+ </ a >
434
439
< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
435
440
mission is to support the collaborative development of Odoo features and
436
441
promote its widespread use.</ p >
437
- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/reporting-engine/tree/16 .0/report_qweb_pdf_cover "> OCA/reporting-engine</ a > project on GitHub.</ p >
442
+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/reporting-engine/tree/18 .0/report_qweb_pdf_cover "> OCA/reporting-engine</ a > project on GitHub.</ p >
438
443
< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
439
444
</ div >
440
445
</ div >
0 commit comments