Skip to content

Commit 3bf0e36

Browse files
committed
fix pre commit
1 parent 135f548 commit 3bf0e36

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

edi_exchange_template_oca_json/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Authors
5656
Contributors
5757
------------
5858

59-
- Italo Lopes <italo.lopes@camptocamp.com>
59+
- Italo Lopes <italo.lopes@camptocamp.com>
6060

6161
Maintainers
6262
-----------

edi_exchange_template_oca_json/models/edi_exchange_template_output.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
44

55
import json
6+
67
from odoo import fields, models
78

89

edi_exchange_template_oca_json/static/description/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
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 {
@@ -407,7 +408,9 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
407408
<div class="section" id="maintainers">
408409
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
409410
<p>This module is maintained by the OCA.</p>
410-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
411+
<a class="reference external image-reference" href="https://odoo-community.org">
412+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
413+
</a>
411414
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
412415
mission is to support the collaborative development of Odoo features and
413416
promote its widespread use.</p>

edi_exchange_template_oca_json/tests/test_edi_backend_output_json.py

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

55

66
import json
7+
78
from odoo.addons.edi_exchange_template_oca.tests.test_edi_backend_output import (
89
TestEDIBackendOutputBase,
910
)

0 commit comments

Comments
 (0)