diff --git a/product_template_tags/README.rst b/product_template_tags/README.rst index b26e8c4a5ac1..c245208e5790 100644 --- a/product_template_tags/README.rst +++ b/product_template_tags/README.rst @@ -40,16 +40,16 @@ Configuration To configure this module, you need to: -#. Go to the product form view. -#. Create and edit tags using the form view +1. Go to the product form view. +2. Create and edit tags using the form view Usage ===== To use this module, you need to: -#. On the product view, you can add and create tags. -#. Tags will be shown in the kanban view. +1. On the product view, you can add and create tags. +2. Tags will be shown in the kanban view. Bug Tracker =========== @@ -57,7 +57,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -65,26 +65,26 @@ Credits ======= Authors -~~~~~~~ +------- * ACSONE SA/NV * Numigi Contributors -~~~~~~~~~~~~ +------------ -* Benjamin Willig -* Numigi (tm) and all its contributors (https://bit.ly/numigiens) -* Patrick Wilson -* Pimolnat Suntian +- Benjamin Willig +- Numigi (tm) and all its contributors (https://bit.ly/numigiens) +- Patrick Wilson +- Pimolnat Suntian +- `Camptocamp `__ -* `Camptocamp `_ + - Iván Todorovich - * Iván Todorovich -* David Montull Guasch +- David Montull Guasch Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. diff --git a/product_template_tags/models/product_template.py b/product_template_tags/models/product_template.py index 38a6ed59551d..7c1d7706182b 100644 --- a/product_template_tags/models/product_template.py +++ b/product_template_tags/models/product_template.py @@ -5,7 +5,6 @@ class ProductTemplate(models.Model): - _inherit = "product.template" tag_ids = fields.Many2many( diff --git a/product_template_tags/pyproject.toml b/product_template_tags/pyproject.toml new file mode 100644 index 000000000000..4231d0cccb3d --- /dev/null +++ b/product_template_tags/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_template_tags/readme/CONFIGURE.md b/product_template_tags/readme/CONFIGURE.md new file mode 100644 index 000000000000..626c16a48664 --- /dev/null +++ b/product_template_tags/readme/CONFIGURE.md @@ -0,0 +1,4 @@ +To configure this module, you need to: + +1. Go to the product form view. +2. Create and edit tags using the form view diff --git a/product_template_tags/readme/CONFIGURE.rst b/product_template_tags/readme/CONFIGURE.rst deleted file mode 100644 index 318d930cece0..000000000000 --- a/product_template_tags/readme/CONFIGURE.rst +++ /dev/null @@ -1,4 +0,0 @@ -To configure this module, you need to: - -#. Go to the product form view. -#. Create and edit tags using the form view diff --git a/product_template_tags/readme/CONTRIBUTORS.md b/product_template_tags/readme/CONTRIBUTORS.md new file mode 100644 index 000000000000..9250741a91d5 --- /dev/null +++ b/product_template_tags/readme/CONTRIBUTORS.md @@ -0,0 +1,7 @@ +- Benjamin Willig \<\> +- Numigi (tm) and all its contributors () +- Patrick Wilson \<\> +- Pimolnat Suntian \<\> +- [Camptocamp](https://www.camptocamp.com) + - Iván Todorovich \<\> +- David Montull Guasch \<\> diff --git a/product_template_tags/readme/CONTRIBUTORS.rst b/product_template_tags/readme/CONTRIBUTORS.rst deleted file mode 100644 index 18cb95ecad8a..000000000000 --- a/product_template_tags/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* Benjamin Willig -* Numigi (tm) and all its contributors (https://bit.ly/numigiens) -* Patrick Wilson -* Pimolnat Suntian - -* `Camptocamp `_ - - * Iván Todorovich -* David Montull Guasch diff --git a/product_template_tags/readme/DESCRIPTION.rst b/product_template_tags/readme/DESCRIPTION.md similarity index 100% rename from product_template_tags/readme/DESCRIPTION.rst rename to product_template_tags/readme/DESCRIPTION.md diff --git a/product_template_tags/readme/USAGE.md b/product_template_tags/readme/USAGE.md new file mode 100644 index 000000000000..bc09dae39ff0 --- /dev/null +++ b/product_template_tags/readme/USAGE.md @@ -0,0 +1,4 @@ +To use this module, you need to: + +1. On the product view, you can add and create tags. +2. Tags will be shown in the kanban view. diff --git a/product_template_tags/readme/USAGE.rst b/product_template_tags/readme/USAGE.rst deleted file mode 100644 index e8e88d0da4a6..000000000000 --- a/product_template_tags/readme/USAGE.rst +++ /dev/null @@ -1,4 +0,0 @@ -To use this module, you need to: - -#. On the product view, you can add and create tags. -#. Tags will be shown in the kanban view. diff --git a/product_template_tags/static/description/index.html b/product_template_tags/static/description/index.html index 9dc1ba2b2860..997119453c36 100644 --- a/product_template_tags/static/description/index.html +++ b/product_template_tags/static/description/index.html @@ -9,10 +9,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +276,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +302,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,7 +370,7 @@

Product Template Tags

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:53fb0f2779dec9659da98e445cfd03c266e73cb3f38aaeae17ec2db86d42e8d6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/product-attribute Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/product-attribute Translate me on Weblate Try me on Runboat

This addon allows to add tags on products.

Table of contents

@@ -435,7 +436,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.