Skip to content

Commit 1065647

Browse files
committed
[IMP] purchase_supplierinfo_currency: pre-commit auto fixes
1 parent 8bbbc7d commit 1065647

File tree

7 files changed

+32
-24
lines changed

7 files changed

+32
-24
lines changed

purchase_supplierinfo_currency/README.rst

+12-11
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ Purchase Supplierinfo Currency
1717
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818
:alt: License: LGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github
20-
:target: https://github.com/OCA/purchase-workflow/tree/16.0/purchase_supplierinfo_currency
20+
:target: https://github.com/OCA/purchase-workflow/tree/17.0/purchase_supplierinfo_currency
2121
:alt: OCA/purchase-workflow
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_supplierinfo_currency
23+
:target: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_supplierinfo_currency
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/purchase-workflow&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&target_branch=17.0
2727
:alt: Try me on Runboat
2828

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

31-
If a purchase order is created from a stock rule we create that purchase order with the supplierinfo currency.
32-
If no exist we create a new purchase order with that currency.
31+
If a purchase order is created from a stock rule we create that purchase
32+
order with the supplierinfo currency. If no exist we create a new
33+
purchase order with that currency.
3334

3435
**Table of contents**
3536

@@ -42,25 +43,25 @@ Bug Tracker
4243
Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/issues>`_.
4344
In case of trouble, please check there if your issue has already been reported.
4445
If you spotted it first, help us to smash it by providing a detailed and welcomed
45-
`feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_supplierinfo_currency%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
46+
`feedback <https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_supplierinfo_currency%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4647

4748
Do not contact contributors directly about support or help with technical issues.
4849

4950
Credits
5051
=======
5152

5253
Authors
53-
~~~~~~~
54+
-------
5455

5556
* Jarsa
5657

5758
Contributors
58-
~~~~~~~~~~~~
59+
------------
5960

60-
* Alan Ramos <alan.ramos@jarsa.com>
61+
- Alan Ramos <alan.ramos@jarsa.com>
6162

6263
Maintainers
63-
~~~~~~~~~~~
64+
-----------
6465

6566
This module is maintained by the OCA.
6667

@@ -72,6 +73,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
7273
mission is to support the collaborative development of Odoo features and
7374
promote its widespread use.
7475

75-
This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/16.0/purchase_supplierinfo_currency>`_ project on GitHub.
76+
This module is part of the `OCA/purchase-workflow <https://github.com/OCA/purchase-workflow/tree/17.0/purchase_supplierinfo_currency>`_ project on GitHub.
7677

7778
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
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 @@
1+
- Alan Ramos \<<alan.ramos@jarsa.com>\>

purchase_supplierinfo_currency/readme/CONTRIBUTORS.rst

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
If a purchase order is created from a stock rule we create that purchase
2+
order with the supplierinfo currency. If no exist we create a new
3+
purchase order with that currency.

purchase_supplierinfo_currency/readme/DESCRIPTION.rst

-2
This file was deleted.

purchase_supplierinfo_currency/static/description/index.html

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -369,9 +369,10 @@ <h1 class="title">Purchase Supplierinfo Currency</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:c7fae92837c36b4918773abd5bddadd19717db17447d868d651d29768ab93162
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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/16.0/purchase_supplierinfo_currency"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_supplierinfo_currency"><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/purchase-workflow&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>If a purchase order is created from a stock rule we create that purchase order with the supplierinfo currency.
374-
If no exist we create a new purchase order with that currency.</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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/17.0/purchase_supplierinfo_currency"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_supplierinfo_currency"><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/purchase-workflow&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>If a purchase order is created from a stock rule we create that purchase
374+
order with the supplierinfo currency. If no exist we create a new
375+
purchase order with that currency.</p>
375376
<p><strong>Table of contents</strong></p>
376377
<div class="contents local topic" id="contents">
377378
<ul class="simple">
@@ -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/purchase-workflow/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/purchase-workflow/issues/new?body=module:%20purchase_supplierinfo_currency%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/purchase-workflow/issues/new?body=module:%20purchase_supplierinfo_currency%0Aversion:%2017.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">
@@ -409,11 +410,13 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
409410
<div class="section" id="maintainers">
410411
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
411412
<p>This module is maintained by the OCA.</p>
412-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
413+
<a class="reference external image-reference" href="https://odoo-community.org">
414+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
415+
</a>
413416
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
414417
mission is to support the collaborative development of Odoo features and
415418
promote its widespread use.</p>
416-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/purchase-workflow/tree/16.0/purchase_supplierinfo_currency">OCA/purchase-workflow</a> project on GitHub.</p>
419+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/purchase-workflow/tree/17.0/purchase_supplierinfo_currency">OCA/purchase-workflow</a> project on GitHub.</p>
417420
<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>
418421
</div>
419422
</div>

0 commit comments

Comments
 (0)