Skip to content

Commit 4cac644

Browse files
committed
[IMP] : pre-commit auto fixes
1 parent e340bf8 commit 4cac644

File tree

8 files changed

+29
-26
lines changed

8 files changed

+29
-26
lines changed

base_tier_validation_report/README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ Base Tier Validation - Reports
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%2Fserver--ux-lightgray.png?logo=github
20-
:target: https://github.com/OCA/server-ux/tree/16.0/base_tier_validation_report
20+
:target: https://github.com/OCA/server-ux/tree/18.0/base_tier_validation_report
2121
:alt: OCA/server-ux
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_tier_validation_report
23+
:target: https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_tier_validation_report
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/server-ux&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

3131
This module provide additional reports related to Tier Validation
3232

33-
#. My Reviews (pending, approved, rejected)
34-
#. All Reviews (pending, approved, rejected)
33+
1. My Reviews (pending, approved, rejected)
34+
2. All Reviews (pending, approved, rejected)
3535

3636
These reports are accessible in Dashboard app
3737

@@ -46,26 +46,26 @@ Bug Tracker
4646
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-ux/issues>`_.
4747
In case of trouble, please check there if your issue has already been reported.
4848
If you spotted it first, help us to smash it by providing a detailed and welcomed
49-
`feedback <https://github.com/OCA/server-ux/issues/new?body=module:%20base_tier_validation_report%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
49+
`feedback <https://github.com/OCA/server-ux/issues/new?body=module:%20base_tier_validation_report%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5050

5151
Do not contact contributors directly about support or help with technical issues.
5252

5353
Credits
5454
=======
5555

5656
Authors
57-
~~~~~~~
57+
-------
5858

5959
* Ecosoft
6060

6161
Contributors
62-
~~~~~~~~~~~~
62+
------------
6363

64-
* Kitti U. <[email protected]>
65-
* Pimolnat Suntian <[email protected]>
64+
- Kitti U. <[email protected]>
65+
- Pimolnat Suntian <[email protected]>
6666

6767
Maintainers
68-
~~~~~~~~~~~
68+
-----------
6969

7070
This module is maintained by the OCA.
7171

@@ -85,6 +85,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
8585

8686
|maintainer-kittiu|
8787

88-
This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/16.0/base_tier_validation_report>`_ project on GitHub.
88+
This module is part of the `OCA/server-ux <https://github.com/OCA/server-ux/tree/18.0/base_tier_validation_report>`_ project on GitHub.
8989

9090
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
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+
- Kitti U. \<<[email protected]>\>
2+
- Pimolnat Suntian \<<[email protected]>\>

base_tier_validation_report/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This module provide additional reports related to Tier Validation
22

3-
#. My Reviews (pending, approved, rejected)
4-
#. All Reviews (pending, approved, rejected)
3+
1. My Reviews (pending, approved, rejected)
4+
2. All Reviews (pending, approved, rejected)
55

66
These reports are accessible in Dashboard app

base_tier_validation_report/reports/tier_review_report.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,4 @@
147147
sequence="20"
148148
groups="base_tier_validation_report.group_see_all_reviews"
149149
/>
150-
151150
</odoo>

base_tier_validation_report/security/groups.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<odoo noupdate="1">
2-
32
<record id="group_see_all_reviews" model="res.groups">
43
<field name="name">See All Tier Reviews</field>
54
<field name="category_id" ref="base.module_category_hidden" />
@@ -11,5 +10,4 @@
1110
eval="[(4, ref('base_tier_validation_report.group_see_all_reviews'))]"
1211
/>
1312
</record>
14-
1513
</odoo>

base_tier_validation_report/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 ([email protected])
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">Base Tier Validation - Reports</h1>
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370
!! source digest: sha256:ae2dd1c883a61dfb546655f581093230033cc4476576c6012f06c16e7ea5689e
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/server-ux/tree/16.0/base_tier_validation_report"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-ux-16-0/server-ux-16-0-base_tier_validation_report"><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/server-ux&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/server-ux/tree/18.0/base_tier_validation_report"><img alt="OCA/server-ux" src="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_tier_validation_report"><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/server-ux&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 provide additional reports related to Tier Validation</p>
373374
<ol class="arabic simple">
374375
<li>My Reviews (pending, approved, rejected)</li>
@@ -392,7 +393,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
392393
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-ux/issues">GitHub Issues</a>.
393394
In case of trouble, please check there if your issue has already been reported.
394395
If you spotted it first, help us to smash it by providing a detailed and welcomed
395-
<a class="reference external" href="https://github.com/OCA/server-ux/issues/new?body=module:%20base_tier_validation_report%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
396+
<a class="reference external" href="https://github.com/OCA/server-ux/issues/new?body=module:%20base_tier_validation_report%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
396397
<p>Do not contact contributors directly about support or help with technical issues.</p>
397398
</div>
398399
<div class="section" id="credits">
@@ -413,13 +414,15 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
413414
<div class="section" id="maintainers">
414415
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
415416
<p>This module is maintained by the OCA.</p>
416-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
417+
<a class="reference external image-reference" href="https://odoo-community.org">
418+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
419+
</a>
417420
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
418421
mission is to support the collaborative development of Odoo features and
419422
promote its widespread use.</p>
420423
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
421424
<p><a class="reference external image-reference" href="https://github.com/kittiu"><img alt="kittiu" src="https://github.com/kittiu.png?size=40px" /></a></p>
422-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-ux/tree/16.0/base_tier_validation_report">OCA/server-ux</a> project on GitHub.</p>
425+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-ux/tree/18.0/base_tier_validation_report">OCA/server-ux</a> project on GitHub.</p>
423426
<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>
424427
</div>
425428
</div>

0 commit comments

Comments
 (0)