Skip to content

Commit c5f12be

Browse files
[IMP] product_set: pre-commit auto fixes
1 parent 4e7ad70 commit c5f12be

File tree

9 files changed

+69
-42
lines changed

9 files changed

+69
-42
lines changed

product_set/README.rst

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

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

3131
A **product set** is a list of products which are usually used together.
3232

33-
This module aims to help defining several products under a name, for later
34-
being added in a quick way into other document.
33+
This module aims to help defining several products under a name, for
34+
later being added in a quick way into other document.
3535

36-
After a *product set* is added, each line can be updated or removed as any
37-
other lines.
36+
After a *product set* is added, each line can be updated or removed as
37+
any other lines.
3838

39-
This differs from packing products as you don't follow *product set*
40-
are not linked to sale order other project once they are added.
39+
This differs from packing products as you don't follow *product set* are
40+
not linked to sale order other project once they are added.
4141

4242
**Table of contents**
4343

@@ -47,51 +47,51 @@ are not linked to sale order other project once they are added.
4747
Usage
4848
=====
4949

50-
To use this module, you need to install subsequent modules like `sale_product_set` and check their instructions.
50+
To use this module, you need to install subsequent modules like
51+
sale_product_set and check their instructions.
5152

5253
Bug Tracker
5354
===========
5455

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

6061
Do not contact contributors directly about support or help with technical issues.
6162

6263
Credits
6364
=======
6465

6566
Authors
66-
~~~~~~~
67+
-------
6768

6869
* Anybox
6970

7071
Contributors
71-
~~~~~~~~~~~~
72+
------------
7273

73-
* Clovis Nzouendjou <clovis@anybox.fr>
74-
* Pierre Verkest <pverkest@anybox.fr>
75-
* Denis Leemann <denis.leemann@camptocamp.com>
76-
* Simone Orsi <simone.orsi@camptocamp.com>
77-
* Souheil Bejaoui <souheil.bejaoui@acsone.eu>
78-
* Adria Gil Sorribes <adria.gil@forgeflow.com>
79-
* Phuc (Tran Thanh) <phuc@trobz.com>
80-
* Manuel Regidor <manuel.regidor@sygel.es>
81-
* `Tecnativa <https://www.tecnativa.com>`_:
82-
83-
* Pilar Vargas
74+
- Clovis Nzouendjou <clovis@anybox.fr>
75+
- Pierre Verkest <pverkest@anybox.fr>
76+
- Denis Leemann <denis.leemann@camptocamp.com>
77+
- Simone Orsi <simone.orsi@camptocamp.com>
78+
- Souheil Bejaoui <souheil.bejaoui@acsone.eu>
79+
- Adria Gil Sorribes <adria.gil@forgeflow.com>
80+
- Phuc (Tran Thanh) <phuc@trobz.com>
81+
- Manuel Regidor <manuel.regidor@sygel.es>
82+
- `Tecnativa <https://www.tecnativa.com>`__:
8483

84+
- Pilar Vargas
8585

8686
Other credits
87-
~~~~~~~~~~~~~
87+
-------------
8888

8989
The development of this module has been financially supported by:
9090

91-
* Camptocamp
91+
- Camptocamp
9292

9393
Maintainers
94-
~~~~~~~~~~~
94+
-----------
9595

9696
This module is maintained by the OCA.
9797

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

106-
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/16.0/product_set>`_ project on GitHub.
106+
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/17.0/product_set>`_ project on GitHub.
107107

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

product_set/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"

product_set/readme/CONTRIBUTORS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- Clovis Nzouendjou \<<clovis@anybox.fr>\>
2+
- Pierre Verkest \<<pverkest@anybox.fr>\>
3+
- Denis Leemann \<<denis.leemann@camptocamp.com>\>
4+
- Simone Orsi \<<simone.orsi@camptocamp.com>\>
5+
- Souheil Bejaoui \<<souheil.bejaoui@acsone.eu>\>
6+
- Adria Gil Sorribes \<<adria.gil@forgeflow.com>\>
7+
- Phuc (Tran Thanh) \<<phuc@trobz.com>\>
8+
- Manuel Regidor \<<manuel.regidor@sygel.es>\>
9+
- [Tecnativa](https://www.tecnativa.com):
10+
- Pilar Vargas

product_set/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@
66
* Adria Gil Sorribes <adria.gil@forgeflow.com>
77
* Phuc (Tran Thanh) <phuc@trobz.com>
88
* Manuel Regidor <manuel.regidor@sygel.es>
9-
* `Tecnativa <https://www.tecnativa.com>`_:
10-
11-
* Pilar Vargas
12-

product_set/readme/CREDITS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The development of this module has been financially supported by:
2+
3+
- Camptocamp

product_set/readme/DESCRIPTION.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
A **product set** is a list of products which are usually used together.
2+
3+
This module aims to help defining several products under a name, for
4+
later being added in a quick way into other document.
5+
6+
After a *product set* is added, each line can be updated or removed as
7+
any other lines.
8+
9+
This differs from packing products as you don't follow *product set* are
10+
not linked to sale order other project once they are added.

product_set/readme/USAGE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
To use this module, you need to install subsequent modules like
2+
sale_product_set and check their instructions.

product_set/static/description/index.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
23
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
34
<head>
@@ -368,14 +369,14 @@ <h1 class="title">Product set</h1>
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370
!! source digest: sha256:734f219996f211b55af2e7ab81dee9f291bdd1b8a2659476c7fa325f1c15e021
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/product-attribute/tree/16.0/product_set"><img alt="OCA/product-attribute" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_set"><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/product-attribute&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/product-attribute/tree/17.0/product_set"><img alt="OCA/product-attribute" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/product-attribute-17-0/product-attribute-17-0-product_set"><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/product-attribute&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>A <strong>product set</strong> is a list of products which are usually used together.</p>
373-
<p>This module aims to help defining several products under a name, for later
374-
being added in a quick way into other document.</p>
375-
<p>After a <em>product set</em> is added, each line can be updated or removed as any
376-
other lines.</p>
377-
<p>This differs from packing products as you don’t follow <em>product set</em>
378-
are not linked to sale order other project once they are added.</p>
374+
<p>This module aims to help defining several products under a name, for
375+
later being added in a quick way into other document.</p>
376+
<p>After a <em>product set</em> is added, each line can be updated or removed as
377+
any other lines.</p>
378+
<p>This differs from packing products as you don’t follow <em>product set</em> are
379+
not linked to sale order other project once they are added.</p>
379380
<p><strong>Table of contents</strong></p>
380381
<div class="contents local topic" id="contents">
381382
<ul class="simple">
@@ -392,14 +393,15 @@ <h1 class="title">Product set</h1>
392393
</div>
393394
<div class="section" id="usage">
394395
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395-
<p>To use this module, you need to install subsequent modules like <cite>sale_product_set</cite> and check their instructions.</p>
396+
<p>To use this module, you need to install subsequent modules like
397+
sale_product_set and check their instructions.</p>
396398
</div>
397399
<div class="section" id="bug-tracker">
398400
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
399401
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/product-attribute/issues">GitHub Issues</a>.
400402
In case of trouble, please check there if your issue has already been reported.
401403
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/product-attribute/issues/new?body=module:%20product_set%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
404+
<a class="reference external" href="https://github.com/OCA/product-attribute/issues/new?body=module:%20product_set%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
403405
<p>Do not contact contributors directly about support or help with technical issues.</p>
404406
</div>
405407
<div class="section" id="credits">
@@ -441,7 +443,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
441443
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
442444
mission is to support the collaborative development of Odoo features and
443445
promote its widespread use.</p>
444-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/product-attribute/tree/16.0/product_set">OCA/product-attribute</a> project on GitHub.</p>
446+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/product-attribute/tree/17.0/product_set">OCA/product-attribute</a> project on GitHub.</p>
445447
<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>
446448
</div>
447449
</div>

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
odoo_test_helper

0 commit comments

Comments
 (0)