Skip to content

Commit 44abcd1

Browse files
committed
[IMP] edi_partner_oca: pre-commit auto fixes
1 parent 5057e69 commit 44abcd1

8 files changed

Lines changed: 28 additions & 23 deletions

File tree

edi_partner_oca/README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ EDI Partners
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi--framework-lightgray.png?logo=github
20-
:target: https://github.com/OCA/edi-framework/tree/16.0/edi_partner_oca
20+
:target: https://github.com/OCA/edi-framework/tree/18.0/edi_partner_oca
2121
:alt: OCA/edi-framework
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_partner_oca
23+
:target: https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_partner_oca
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/edi-framework&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/edi-framework&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -42,31 +42,31 @@ Bug Tracker
4242
Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi-framework/issues>`_.
4343
In case of trouble, please check there if your issue has already been reported.
4444
If you spotted it first, help us to smash it by providing a detailed and welcomed
45-
`feedback <https://github.com/OCA/edi-framework/issues/new?body=module:%20edi_partner_oca%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
45+
`feedback <https://github.com/OCA/edi-framework/issues/new?body=module:%20edi_partner_oca%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4646

4747
Do not contact contributors directly about support or help with technical issues.
4848

4949
Credits
5050
=======
5151

5252
Authors
53-
~~~~~~~
53+
-------
5454

5555
* Camptocamp
5656

5757
Contributors
58-
~~~~~~~~~~~~
58+
------------
5959

60-
* Jacques-Etienne Baudoux <je@bcim.be>
61-
* Duong (Tran Quoc) <duongtq@trobz.com>
60+
- Jacques-Etienne Baudoux <je@bcim.be>
61+
- Duong (Tran Quoc) <duongtq@trobz.com>
6262

6363
Other credits
64-
~~~~~~~~~~~~~
64+
-------------
6565

6666
The creation of this module was financially supported by Camptocamp
6767

6868
Maintainers
69-
~~~~~~~~~~~
69+
-----------
7070

7171
This module is maintained by the OCA.
7272

@@ -78,6 +78,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
7878
mission is to support the collaborative development of Odoo features and
7979
promote its widespread use.
8080

81-
This module is part of the `OCA/edi-framework <https://github.com/OCA/edi-framework/tree/16.0/edi_partner_oca>`_ project on GitHub.
81+
This module is part of the `OCA/edi-framework <https://github.com/OCA/edi-framework/tree/18.0/edi_partner_oca>`_ project on GitHub.
8282

8383
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

edi_partner_oca/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Jacques-Etienne Baudoux \<je@bcim.be\>
2+
- Duong (Tran Quoc) \<duongtq@trobz.com\>

edi_partner_oca/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.

edi_partner_oca/static/description/index.html

Lines changed: 10 additions & 7 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 {
@@ -368,7 +369,7 @@ <h1 class="title">EDI Partners</h1>
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370
!! source digest: sha256:402c72cf354f15d32f132bb78b159c6e60cfdf31d7ff68bda16ee2435dca1d3e
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/edi-framework/tree/16.0/edi_partner_oca"><img alt="OCA/edi-framework" src="https://img.shields.io/badge/github-OCA%2Fedi--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/edi-framework-16-0/edi-framework-16-0-edi_partner_oca"><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/edi-framework&amp;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><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/edi-framework/tree/18.0/edi_partner_oca"><img alt="OCA/edi-framework" src="https://img.shields.io/badge/github-OCA%2Fedi--framework-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/edi-framework-18-0/edi-framework-18-0-edi_partner_oca"><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/edi-framework&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module intends to create a base to be extended by local edi rules
373374
for partner.</p>
374375
<p><strong>Table of contents</strong></p>
@@ -389,7 +390,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
389390
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/edi-framework/issues">GitHub Issues</a>.
390391
In case of trouble, please check there if your issue has already been reported.
391392
If you spotted it first, help us to smash it by providing a detailed and welcomed
392-
<a class="reference external" href="https://github.com/OCA/edi-framework/issues/new?body=module:%20edi_partner_oca%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
393+
<a class="reference external" href="https://github.com/OCA/edi-framework/issues/new?body=module:%20edi_partner_oca%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
393394
<p>Do not contact contributors directly about support or help with technical issues.</p>
394395
</div>
395396
<div class="section" id="credits">
@@ -414,11 +415,13 @@ <h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
414415
<div class="section" id="maintainers">
415416
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
416417
<p>This module is maintained by the OCA.</p>
417-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
418+
<a class="reference external image-reference" href="https://odoo-community.org">
419+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
420+
</a>
418421
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
419422
mission is to support the collaborative development of Odoo features and
420423
promote its widespread use.</p>
421-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/edi-framework/tree/16.0/edi_partner_oca">OCA/edi-framework</a> project on GitHub.</p>
424+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/edi-framework/tree/18.0/edi_partner_oca">OCA/edi-framework</a> project on GitHub.</p>
422425
<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>
423426
</div>
424427
</div>

edi_partner_oca/views/partner_views.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
/>
2626
</button>
2727
</div>
28-
29-
</field>
30-
</record>
28+
</field>
29+
</record>
3130
</odoo>

0 commit comments

Comments
 (0)