Skip to content

Commit 20b9a58

Browse files
committed
[IMP] project_task_report: pre-commit auto fixes
1 parent 597444b commit 20b9a58

File tree

8 files changed

+32
-29
lines changed

8 files changed

+32
-29
lines changed

project_task_report/README.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Project Task Report
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%2Fproject--reporting-lightgray.png?logo=github
20-
:target: https://github.com/OCA/project-reporting/tree/16.0/project_task_report
20+
:target: https://github.com/OCA/project-reporting/tree/17.0/project_task_report
2121
:alt: OCA/project-reporting
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/project-reporting-16-0/project-reporting-16-0-project_task_report
23+
:target: https://translation.odoo-community.org/projects/project-reporting-17-0/project-reporting-17-0-project_task_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/project-reporting&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/project-reporting&target_branch=17.0
2727
:alt: Try me on Runboat
2828

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

31-
This module adds a basic Qweb report to the tasks of Project Management App.
32-
The report has two versions: one with only the task information and
31+
This module adds a basic Qweb report to the tasks of Project Management
32+
App. The report has two versions: one with only the task information and
3333
another including the chatter messages as well.
3434

3535
**Table of contents**
@@ -42,36 +42,36 @@ Usage
4242

4343
To use this module, you need to:
4444

45-
#. Go to 'Project > Tasks' and open a task.
46-
#. Click 'Print > Print Task' or 'Print > Print Task and Chatter'.
45+
1. Go to 'Project > Tasks' and open a task.
46+
2. Click 'Print > Print Task' or 'Print > Print Task and Chatter'.
4747

4848
Bug Tracker
4949
===========
5050

5151
Bugs are tracked on `GitHub Issues <https://github.com/OCA/project-reporting/issues>`_.
5252
In case of trouble, please check there if your issue has already been reported.
5353
If you spotted it first, help us to smash it by providing a detailed and welcomed
54-
`feedback <https://github.com/OCA/project-reporting/issues/new?body=module:%20project_task_report%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
54+
`feedback <https://github.com/OCA/project-reporting/issues/new?body=module:%20project_task_report%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
5555

5656
Do not contact contributors directly about support or help with technical issues.
5757

5858
Credits
5959
=======
6060

6161
Authors
62-
~~~~~~~
62+
-------
6363

6464
* Eficent
6565

6666
Contributors
67-
~~~~~~~~~~~~
67+
------------
6868

69-
* Lois Rilo <lois.rilo@eficent.com>
70-
* Serpent Consulting Services Pvt. Ltd. <contact@serpentcs.com>
71-
* Alan Ramos <alan.ramos@jarsa.com.mx>
69+
- Lois Rilo <lois.rilo@eficent.com>
70+
- Serpent Consulting Services Pvt. Ltd. <contact@serpentcs.com>
71+
- Alan Ramos <alan.ramos@jarsa.com.mx>
7272

7373
Maintainers
74-
~~~~~~~~~~~
74+
-----------
7575

7676
This module is maintained by the OCA.
7777

@@ -83,6 +83,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
8383
mission is to support the collaborative development of Odoo features and
8484
promote its widespread use.
8585

86-
This module is part of the `OCA/project-reporting <https://github.com/OCA/project-reporting/tree/16.0/project_task_report>`_ project on GitHub.
86+
This module is part of the `OCA/project-reporting <https://github.com/OCA/project-reporting/tree/17.0/project_task_report>`_ project on GitHub.
8787

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

project_task_report/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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Lois Rilo \<lois.rilo@eficent.com\>
2+
- Serpent Consulting Services Pvt. Ltd. \<contact@serpentcs.com\>
3+
- Alan Ramos \<alan.ramos@jarsa.com.mx\>

project_task_report/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
This module adds a basic Qweb report to the tasks of Project Management App.
2-
The report has two versions: one with only the task information and
1+
This module adds a basic Qweb report to the tasks of Project Management
2+
App. The report has two versions: one with only the task information and
33
another including the chatter messages as well.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
To use this module, you need to:
2+
3+
1. Go to 'Project \> Tasks' and open a task.
4+
2. Click 'Print \> Print Task' or 'Print \> Print Task and Chatter'.

project_task_report/readme/USAGE.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

project_task_report/static/description/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ <h1 class="title">Project Task Report</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:a7266ed5023248f83f992edd924330c9717cc502a547d800b51e206e014bc8d8
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/project-reporting/tree/16.0/project_task_report"><img alt="OCA/project-reporting" src="https://img.shields.io/badge/github-OCA%2Fproject--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/project-reporting-16-0/project-reporting-16-0-project_task_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/project-reporting&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373-
<p>This module adds a basic Qweb report to the tasks of Project Management App.
374-
The report has two versions: one with only the task information and
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/project-reporting/tree/17.0/project_task_report"><img alt="OCA/project-reporting" src="https://img.shields.io/badge/github-OCA%2Fproject--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/project-reporting-17-0/project-reporting-17-0-project_task_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/project-reporting&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373+
<p>This module adds a basic Qweb report to the tasks of Project Management
374+
App. The report has two versions: one with only the task information and
375375
another including the chatter messages as well.</p>
376376
<p><strong>Table of contents</strong></p>
377377
<div class="contents local topic" id="contents">
@@ -399,7 +399,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
399399
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/project-reporting/issues">GitHub Issues</a>.
400400
In case of trouble, please check there if your issue has already been reported.
401401
If you spotted it first, help us to smash it by providing a detailed and welcomed
402-
<a class="reference external" href="https://github.com/OCA/project-reporting/issues/new?body=module:%20project_task_report%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
402+
<a class="reference external" href="https://github.com/OCA/project-reporting/issues/new?body=module:%20project_task_report%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
403403
<p>Do not contact contributors directly about support or help with technical issues.</p>
404404
</div>
405405
<div class="section" id="credits">
@@ -427,7 +427,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
427427
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
428428
mission is to support the collaborative development of Odoo features and
429429
promote its widespread use.</p>
430-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/project-reporting/tree/16.0/project_task_report">OCA/project-reporting</a> project on GitHub.</p>
430+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/project-reporting/tree/17.0/project_task_report">OCA/project-reporting</a> project on GitHub.</p>
431431
<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>
432432
</div>
433433
</div>

0 commit comments

Comments
 (0)