-
-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] product_assortment: pre-commit auto fixes
- Loading branch information
1 parent
ddf1c04
commit deff106
Showing
13 changed files
with
88 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,23 +17,23 @@ Product Assortment | |
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github | ||
:target: https://github.com/OCA/product-attribute/tree/16.0/product_assortment | ||
:target: https://github.com/OCA/product-attribute/tree/18.0/product_assortment | ||
:alt: OCA/product-attribute | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_assortment | ||
:target: https://translation.odoo-community.org/projects/product-attribute-18-0/product-attribute-18-0-product_assortment | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=16.0 | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/product-attribute&target_branch=18.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This addon intends to manage product assortment. In Odoo you can only define | ||
some filters defined by a domain but it can be sometimes really complicated. | ||
With this addon you will be able to define a domain but also add some | ||
products to include or to exclude through a allowed list and a restricted list. | ||
This is done by overriding ir.capability but without influencing its standard | ||
behaviour. | ||
This addon intends to manage product assortment. In Odoo you can only | ||
define some filters defined by a domain but it can be sometimes really | ||
complicated. With this addon you will be able to define a domain but | ||
also add some products to include or to exclude through a allowed list | ||
and a restricted list. This is done by overriding ir.capability but | ||
without influencing its standard behaviour. | ||
|
||
**Table of contents** | ||
|
||
|
@@ -43,66 +43,66 @@ behaviour. | |
Usage | ||
===== | ||
|
||
|
||
To use this module, you need to: | ||
|
||
#. Enter the menu through Product Assortment Icon | ||
#. Create a new filter where you can define your domain and add allowed and restricted products | ||
1. Enter the menu through Product Assortment Icon | ||
2. Create a new filter where you can define your domain and add allowed | ||
and restricted products | ||
|
||
Changelog | ||
========= | ||
|
||
10.0.1.0.0 (2018-08-27) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
----------------------- | ||
|
||
* [10.0][ADD] product_assortment | ||
- [10.0][ADD] product_assortment | ||
|
||
12.0.1.0.0 (2019-06-03) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
----------------------- | ||
|
||
* [12.0][MIG] product_assortment | ||
- [12.0][MIG] product_assortment | ||
|
||
14.0.1.0.0 (2019-06-03) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
----------------------- | ||
|
||
* [14.0][MIG] product_assortment | ||
- [14.0][MIG] product_assortment | ||
|
||
16.0.1.0.0 (2022-09-15) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
----------------------- | ||
|
||
* [16.0][MIG] product_assortment | ||
- [16.0][MIG] product_assortment | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/product-attribute/issues/new?body=module:%20product_assortment%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/product-attribute/issues/new?body=module:%20product_assortment%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* ACSONE SA/NV | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* Denis Roussel <[email protected]> | ||
* Cédric Pigeon <[email protected]> | ||
* Xavier Bouquiaux <[email protected]> | ||
* `Tecnativa <https://www.tecnativa.com>`_: | ||
- Denis Roussel <[email protected]> | ||
- Cédric Pigeon <[email protected]> | ||
- Xavier Bouquiaux <[email protected]> | ||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
* Carlos Roca | ||
* Sergio Teruel | ||
- Carlos Roca | ||
- Sergio Teruel | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
@@ -114,6 +114,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose | |
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/16.0/product_assortment>`_ project on GitHub. | ||
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/18.0/product_assortment>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Denis Roussel \<<[email protected]>\> | ||
- Cédric Pigeon \<<[email protected]>\> | ||
- Xavier Bouquiaux \<<[email protected]>\> | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Carlos Roca | ||
- Sergio Teruel |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
This addon intends to manage product assortment. In Odoo you can only | ||
define some filters defined by a domain but it can be sometimes really | ||
complicated. With this addon you will be able to define a domain but | ||
also add some products to include or to exclude through a allowed list | ||
and a restricted list. This is done by overriding ir.capability but | ||
without influencing its standard behaviour. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 10.0.1.0.0 (2018-08-27) | ||
|
||
- \[10.0\]\[ADD\] product_assortment | ||
|
||
## 12.0.1.0.0 (2019-06-03) | ||
|
||
- \[12.0\]\[MIG\] product_assortment | ||
|
||
## 14.0.1.0.0 (2019-06-03) | ||
|
||
- \[14.0\]\[MIG\] product_assortment | ||
|
||
## 16.0.1.0.0 (2022-09-15) | ||
|
||
- \[16.0\]\[MIG\] product_assortment |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
To use this module, you need to: | ||
|
||
1. Enter the menu through Product Assortment Icon | ||
2. Create a new filter where you can define your domain and add allowed | ||
and restricted products |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters