diff --git a/sale_product_template_tags/README.rst b/sale_product_template_tags/README.rst new file mode 100644 index 00000000000..b9decbe0448 --- /dev/null +++ b/sale_product_template_tags/README.rst @@ -0,0 +1,88 @@ +========================== +Sale Product Template Tags +========================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:bbacf0129b1199bc3f0aecf1ecbd55b2a3b926c81b67da15e89c86096a58ae04 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :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/17.0/sale_product_template_tags + :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-17-0/product-attribute-17-0-sale_product_template_tags + :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=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +Shows the Product Tags menu in Sales app + +**Table of contents** + +.. contents:: + :local: + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Camptocamp SA + +Contributors +------------ + +- `Camptocamp `__ + + - Iván Todorovich + +- David Montull Guasch + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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. + +.. |maintainer-ivantodorovich| image:: https://github.com/ivantodorovich.png?size=40px + :target: https://github.com/ivantodorovich + :alt: ivantodorovich + +Current `maintainer `__: + +|maintainer-ivantodorovich| + +This module is part of the `OCA/product-attribute `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/sale_product_template_tags/__init__.py b/sale_product_template_tags/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/sale_product_template_tags/__manifest__.py b/sale_product_template_tags/__manifest__.py new file mode 100644 index 00000000000..ed7cecb68b0 --- /dev/null +++ b/sale_product_template_tags/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2021 Camptocamp SA +# @author Iván Todorovich +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Sale Product Template Tags", + "summary": "Show product tags menu in Sale app", + "version": "17.0.1.0.0", + "license": "AGPL-3", + "author": "Camptocamp SA, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/product-attribute", + "depends": ["sale"], + "data": ["views/product_template_tag.xml"], + "maintainers": ["ivantodorovich"], + "auto_install": True, +} diff --git a/sale_product_template_tags/i18n/ca.po b/sale_product_template_tags/i18n/ca.po new file mode 100644 index 00000000000..39c696325b2 --- /dev/null +++ b/sale_product_template_tags/i18n/ca.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_template_tags +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2022-04-22 10:05+0000\n" +"Last-Translator: pablontura \n" +"Language-Team: none\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.3.2\n" + +#. module: sale_product_template_tags +#: model:ir.ui.menu,name:sale_product_template_tags.menu_product_template_tag +msgid "Tags" +msgstr "Etiquetes" diff --git a/sale_product_template_tags/i18n/it.po b/sale_product_template_tags/i18n/it.po new file mode 100644 index 00000000000..f87fbcfeffe --- /dev/null +++ b/sale_product_template_tags/i18n/it.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_template_tags +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-04-21 14:34+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: sale_product_template_tags +#: model:ir.ui.menu,name:sale_product_template_tags.menu_product_template_tag +msgid "Tags" +msgstr "Etichette" diff --git a/sale_product_template_tags/i18n/pt.po b/sale_product_template_tags/i18n/pt.po new file mode 100644 index 00000000000..b0c17bca34f --- /dev/null +++ b/sale_product_template_tags/i18n/pt.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_template_tags +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2022-11-10 00:48+0000\n" +"Last-Translator: Pedro Castro Silva \n" +"Language-Team: none\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: sale_product_template_tags +#: model:ir.ui.menu,name:sale_product_template_tags.menu_product_template_tag +msgid "Tags" +msgstr "Etiquetas" diff --git a/sale_product_template_tags/i18n/pt_BR.po b/sale_product_template_tags/i18n/pt_BR.po new file mode 100644 index 00000000000..49511d251da --- /dev/null +++ b/sale_product_template_tags/i18n/pt_BR.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_template_tags +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-10-31 12:16+0000\n" +"Last-Translator: Adriano Prado \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: sale_product_template_tags +#: model:ir.ui.menu,name:sale_product_template_tags.menu_product_template_tag +msgid "Tags" +msgstr "Marcadores" diff --git a/sale_product_template_tags/i18n/sale_product_template_tags.pot b/sale_product_template_tags/i18n/sale_product_template_tags.pot new file mode 100644 index 00000000000..666df4fa18e --- /dev/null +++ b/sale_product_template_tags/i18n/sale_product_template_tags.pot @@ -0,0 +1,19 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_product_template_tags +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: sale_product_template_tags +#: model:ir.ui.menu,name:sale_product_template_tags.menu_product_template_tag +msgid "Tags" +msgstr "" diff --git a/sale_product_template_tags/pyproject.toml b/sale_product_template_tags/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/sale_product_template_tags/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/sale_product_template_tags/readme/CONTRIBUTORS.md b/sale_product_template_tags/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..a0ea7e496b1 --- /dev/null +++ b/sale_product_template_tags/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- [Camptocamp](https://www.camptocamp.com) + - Iván Todorovich \<\> +- David Montull Guasch \<\> diff --git a/sale_product_template_tags/readme/DESCRIPTION.md b/sale_product_template_tags/readme/DESCRIPTION.md new file mode 100644 index 00000000000..d65e7ba6dc4 --- /dev/null +++ b/sale_product_template_tags/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Shows the Product Tags menu in Sales app diff --git a/sale_product_template_tags/static/description/icon.png b/sale_product_template_tags/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/sale_product_template_tags/static/description/icon.png differ diff --git a/sale_product_template_tags/static/description/index.html b/sale_product_template_tags/static/description/index.html new file mode 100644 index 00000000000..7d2fb84baeb --- /dev/null +++ b/sale_product_template_tags/static/description/index.html @@ -0,0 +1,427 @@ + + + + + + +Sale Product Template Tags + + + +
+

Sale Product Template Tags

+ + +

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

+

Shows the Product Tags menu in Sales app

+

Table of contents

+ +
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp SA
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+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.

+

Current maintainer:

+

ivantodorovich

+

This module is part of the OCA/product-attribute project on GitHub.

+

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

+
+
+
+ + diff --git a/sale_product_template_tags/views/product_template_tag.xml b/sale_product_template_tags/views/product_template_tag.xml new file mode 100644 index 00000000000..75d49932f05 --- /dev/null +++ b/sale_product_template_tags/views/product_template_tag.xml @@ -0,0 +1,17 @@ + + + + + + +