Skip to content

Commit 1829c07

Browse files
[IMP] purchase_request_analytic: pre-commit auto fixes
1 parent 636e5bd commit 1829c07

File tree

10 files changed

+47
-48
lines changed

10 files changed

+47
-48
lines changed

purchase_request_analytic/README.rst

+18-18
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Purchase Request Analytic
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%2Faccount--analytic-lightgray.png?logo=github
20-
:target: https://github.com/OCA/account-analytic/tree/15.0/purchase_request_analytic
20+
:target: https://github.com/OCA/account-analytic/tree/17.0/purchase_request_analytic
2121
:alt: OCA/account-analytic
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-purchase_request_analytic
23+
:target: https://translation.odoo-community.org/projects/account-analytic-17-0/account-analytic-17-0-purchase_request_analytic
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/account-analytic&target_branch=15.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/account-analytic&target_branch=17.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -38,29 +38,29 @@ This module adds the analytic account field to Purchase Requests.
3838
Usage
3939
=====
4040

41-
* Assign an analytic account to the purchase request or to purchase request lines.
41+
- Assign an analytic account to the purchase request or to purchase
42+
request lines.
4243

4344
Changelog
4445
=========
4546

4647
13.0.1.0.0 (2020-01-08)
47-
~~~~~~~~~~~~~~~~~~~~~~~
48+
-----------------------
4849

4950
Migrated to odoo 13.
5051

5152
12.0.1.0.0 (2019-10-30)
52-
~~~~~~~~~~~~~~~~~~~~~~~
53+
-----------------------
5354

5455
Migrated to odoo 12.
5556

5657
10.0.1.0.1 (2019-05-09)
57-
~~~~~~~~~~~~~~~~~~~~~~~
58+
-----------------------
5859

59-
[FIX] Do not restrict picking type for analytic.
60-
[IMP] Add tests.
60+
[FIX] Do not restrict picking type for analytic. [IMP] Add tests.
6161

6262
10.0.1.0.0 (2019-04-29)
63-
~~~~~~~~~~~~~~~~~~~~~~~
63+
-----------------------
6464

6565
First version.
6666

@@ -70,27 +70,27 @@ Bug Tracker
7070
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-analytic/issues>`_.
7171
In case of trouble, please check there if your issue has already been reported.
7272
If you spotted it first, help us to smash it by providing a detailed and welcomed
73-
`feedback <https://github.com/OCA/account-analytic/issues/new?body=module:%20purchase_request_analytic%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
73+
`feedback <https://github.com/OCA/account-analytic/issues/new?body=module:%20purchase_request_analytic%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7474

7575
Do not contact contributors directly about support or help with technical issues.
7676

7777
Credits
7878
=======
7979

8080
Authors
81-
~~~~~~~
81+
-------
8282

8383
* ForgeFlow
8484

8585
Contributors
86-
~~~~~~~~~~~~
86+
------------
8787

88-
* Beñat Jimenez <[email protected]>
89-
* Pimolnat Suntian <[email protected]>
90-
* Juany Davila <[email protected]>
88+
- Beñat Jimenez <[email protected]>
89+
- Pimolnat Suntian <[email protected]>
90+
- Juany Davila <[email protected]>
9191

9292
Maintainers
93-
~~~~~~~~~~~
93+
-----------
9494

9595
This module is maintained by the OCA.
9696

@@ -102,6 +102,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
102102
mission is to support the collaborative development of Odoo features and
103103
promote its widespread use.
104104

105-
This module is part of the `OCA/account-analytic <https://github.com/OCA/account-analytic/tree/15.0/purchase_request_analytic>`_ project on GitHub.
105+
This module is part of the `OCA/account-analytic <https://github.com/OCA/account-analytic/tree/17.0/purchase_request_analytic>`_ project on GitHub.
106106

107107
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Beñat Jimenez \<<[email protected]>\>
2+
- Pimolnat Suntian \<<[email protected]>\>
3+
- Juany Davila \<<[email protected]>\>

purchase_request_analytic/readme/CONTRIBUTORS.rst

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 13.0.1.0.0 (2020-01-08)
2+
3+
Migrated to odoo 13.
4+
5+
## 12.0.1.0.0 (2019-10-30)
6+
7+
Migrated to odoo 12.
8+
9+
## 10.0.1.0.1 (2019-05-09)
10+
11+
\[FIX\] Do not restrict picking type for analytic. \[IMP\] Add tests.
12+
13+
## 10.0.1.0.0 (2019-04-29)
14+
15+
First version.

purchase_request_analytic/readme/HISTORY.rst

-20
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Assign an analytic account to the purchase request or to purchase
2+
request lines.

purchase_request_analytic/readme/USAGE.rst

-1
This file was deleted.

purchase_request_analytic/static/description/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h1 class="title">Purchase Request Analytic</h1>
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369369
!! source digest: sha256:091f04d8f6a4d3c43d2c4472b26a68d8b4de7c34d58bc3e45bb3cb22b41b137d
370370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/account-analytic/tree/15.0/purchase_request_analytic"><img alt="OCA/account-analytic" src="https://img.shields.io/badge/github-OCA%2Faccount--analytic-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-purchase_request_analytic"><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/account-analytic&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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/account-analytic/tree/17.0/purchase_request_analytic"><img alt="OCA/account-analytic" src="https://img.shields.io/badge/github-OCA%2Faccount--analytic-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-analytic-17-0/account-analytic-17-0-purchase_request_analytic"><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/account-analytic&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372372
<p>This module adds the analytic account field to Purchase Requests.</p>
373373
<p><strong>Table of contents</strong></p>
374374
<div class="contents local topic" id="contents">
@@ -393,7 +393,8 @@ <h1 class="title">Purchase Request Analytic</h1>
393393
<div class="section" id="usage">
394394
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395395
<ul class="simple">
396-
<li>Assign an analytic account to the purchase request or to purchase request lines.</li>
396+
<li>Assign an analytic account to the purchase request or to purchase
397+
request lines.</li>
397398
</ul>
398399
</div>
399400
<div class="section" id="changelog">
@@ -408,8 +409,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">12.0.1.0.0 (2019-10-30)</a></h2>
408409
</div>
409410
<div class="section" id="section-3">
410411
<h2><a class="toc-backref" href="#toc-entry-5">10.0.1.0.1 (2019-05-09)</a></h2>
411-
<p>[FIX] Do not restrict picking type for analytic.
412-
[IMP] Add tests.</p>
412+
<p>[FIX] Do not restrict picking type for analytic. [IMP] Add tests.</p>
413413
</div>
414414
<div class="section" id="section-4">
415415
<h2><a class="toc-backref" href="#toc-entry-6">10.0.1.0.0 (2019-04-29)</a></h2>
@@ -421,7 +421,7 @@ <h1><a class="toc-backref" href="#toc-entry-7">Bug Tracker</a></h1>
421421
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-analytic/issues">GitHub Issues</a>.
422422
In case of trouble, please check there if your issue has already been reported.
423423
If you spotted it first, help us to smash it by providing a detailed and welcomed
424-
<a class="reference external" href="https://github.com/OCA/account-analytic/issues/new?body=module:%20purchase_request_analytic%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
424+
<a class="reference external" href="https://github.com/OCA/account-analytic/issues/new?body=module:%20purchase_request_analytic%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
425425
<p>Do not contact contributors directly about support or help with technical issues.</p>
426426
</div>
427427
<div class="section" id="credits">
@@ -447,7 +447,7 @@ <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
447447
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
448448
mission is to support the collaborative development of Odoo features and
449449
promote its widespread use.</p>
450-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-analytic/tree/15.0/purchase_request_analytic">OCA/account-analytic</a> project on GitHub.</p>
450+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-analytic/tree/17.0/purchase_request_analytic">OCA/account-analytic</a> project on GitHub.</p>
451451
<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>
452452
</div>
453453
</div>

0 commit comments

Comments
 (0)