diff --git a/product_category_product_qty/README.rst b/product_category_product_qty/README.rst new file mode 100644 index 00000000000..6d878f348b4 --- /dev/null +++ b/product_category_product_qty/README.rst @@ -0,0 +1,87 @@ +=================================== +Product Category - Product Quantity +=================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:fdb8861e029f02a4c718257912ac7acd6f8b713fff8cef29cf06cad4ca30f513 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/product_category_product_qty + :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-product_category_product_qty + :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| + +This module extends the functionality of product module to display the +quantity of products and variants for the product categories. + +|image1| + +|image2| + +.. |image1| image:: https://raw.githubusercontent.com/OCA/product-attribute/17.0/product_category_product_qty/static/description/product_category_tree.png +.. |image2| image:: https://raw.githubusercontent.com/OCA/product-attribute/17.0/product_category_product_qty/static/description/product_category_form.png + +**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 +------- + +* GRAP + +Contributors +------------ + +- Sylvain LE GAL + <`https://twitter.com/legalsylvain\\> >`__ +- Quentin DUPONT + <`https://framapiaf.org/@quentind\\> >`__ + +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. + +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/product_category_product_qty/__init__.py b/product_category_product_qty/__init__.py new file mode 100644 index 00000000000..0650744f6bc --- /dev/null +++ b/product_category_product_qty/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/product_category_product_qty/__manifest__.py b/product_category_product_qty/__manifest__.py new file mode 100644 index 00000000000..114018180d8 --- /dev/null +++ b/product_category_product_qty/__manifest__.py @@ -0,0 +1,24 @@ +# Copyright (C) 2014 - Today: GRAP (http://www.grap.coop) +# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) +# @author: Quentin DUPONT (https://twitter.com/pondupont) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Product Category - Product Quantity", + "version": "17.0.1.0.0", + "category": "Product", + "author": "GRAP, " "Odoo Community Association (OCA)", + "website": "https://github.com/OCA/product-attribute", + "license": "AGPL-3", + "depends": [ + "product", + ], + "data": [ + "views/view_product_category.xml", + ], + "images": [ + "static/description/product_category_tree.png", + "static/description/product_category_form.png", + ], + "installable": True, +} diff --git a/product_category_product_qty/i18n/fr.po b/product_category_product_qty/i18n/fr.po new file mode 100644 index 00000000000..8132abc5326 --- /dev/null +++ b/product_category_product_qty/i18n/fr.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_category_product_qty +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-29 08:10+0000\n" +"PO-Revision-Date: 2024-05-29 08:10+0000\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: product_category_product_qty +#: model_terms:ir.ui.view,arch_db:product_category_product_qty.view_product_category_form +msgid " Variants" +msgstr " Variantes" + +#. module: product_category_product_qty +#: model:ir.model,name:product_category_product_qty.model_product_category +msgid "Product Category" +msgstr "Catégorie de produits" + +#. module: product_category_product_qty +#: model_terms:ir.ui.view,arch_db:product_category_product_qty.view_product_category_tree +msgid "Products Quantity" +msgstr "Quantité d'articles" + +#. module: product_category_product_qty +#: model:ir.model.fields,field_description:product_category_product_qty.field_product_category__product_variant_count +msgid "Variants Quantity" +msgstr "Quantité de variantes" diff --git a/product_category_product_qty/i18n/it.po b/product_category_product_qty/i18n/it.po new file mode 100644 index 00000000000..794b4405039 --- /dev/null +++ b/product_category_product_qty/i18n/it.po @@ -0,0 +1,37 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_category_product_qty +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2024-05-30 13:38+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.17\n" + +#. module: product_category_product_qty +#: model_terms:ir.ui.view,arch_db:product_category_product_qty.view_product_category_form +msgid " Variants" +msgstr " Varianti" + +#. module: product_category_product_qty +#: model:ir.model,name:product_category_product_qty.model_product_category +msgid "Product Category" +msgstr "Categoria prodotto" + +#. module: product_category_product_qty +#: model_terms:ir.ui.view,arch_db:product_category_product_qty.view_product_category_tree +msgid "Products Quantity" +msgstr "Quantità prodotto" + +#. module: product_category_product_qty +#: model:ir.model.fields,field_description:product_category_product_qty.field_product_category__product_variant_count +msgid "Variants Quantity" +msgstr "Quantità varianti" diff --git a/product_category_product_qty/i18n/product_category_product_qty.pot b/product_category_product_qty/i18n/product_category_product_qty.pot new file mode 100644 index 00000000000..066e37f4869 --- /dev/null +++ b/product_category_product_qty/i18n/product_category_product_qty.pot @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_category_product_qty +# +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: product_category_product_qty +#: model_terms:ir.ui.view,arch_db:product_category_product_qty.view_product_category_form +msgid " Variants" +msgstr "" + +#. module: product_category_product_qty +#: model:ir.model,name:product_category_product_qty.model_product_category +msgid "Product Category" +msgstr "" + +#. module: product_category_product_qty +#: model_terms:ir.ui.view,arch_db:product_category_product_qty.view_product_category_tree +msgid "Products Quantity" +msgstr "" + +#. module: product_category_product_qty +#: model:ir.model.fields,field_description:product_category_product_qty.field_product_category__product_variant_count +msgid "Variants Quantity" +msgstr "" diff --git a/product_category_product_qty/models/__init__.py b/product_category_product_qty/models/__init__.py new file mode 100644 index 00000000000..53553f3f2de --- /dev/null +++ b/product_category_product_qty/models/__init__.py @@ -0,0 +1 @@ +from . import product_category diff --git a/product_category_product_qty/models/product_category.py b/product_category_product_qty/models/product_category.py new file mode 100644 index 00000000000..c95b55891ef --- /dev/null +++ b/product_category_product_qty/models/product_category.py @@ -0,0 +1,23 @@ +# Copyright (C) 2014 - Today: GRAP (http://www.grap.coop) +# @author: Sylvain LE GAL (https://twitter.com/legalsylvain) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import fields, models + + +class ProductCategory(models.Model): + _inherit = "product.category" + + # Columns Section + product_variant_count = fields.Integer( + compute="_compute_product_variant_count", string="Variants Quantity" + ) + + # Compute Section + def _compute_product_variant_count(self): + res = {} + search = self.env["product.product"].read_group([], ["categ_id"], ["categ_id"]) + for item in search: + res[item["categ_id"][0]] = item["categ_id_count"] + for category in self: + category.product_variant_count = res.get(category.id, 0) diff --git a/product_category_product_qty/pyproject.toml b/product_category_product_qty/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/product_category_product_qty/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_category_product_qty/readme/CONTRIBUTORS.md b/product_category_product_qty/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..99d8329cba4 --- /dev/null +++ b/product_category_product_qty/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Sylvain LE GAL \ +- Quentin DUPONT \ diff --git a/product_category_product_qty/readme/DESCRIPTION.md b/product_category_product_qty/readme/DESCRIPTION.md new file mode 100644 index 00000000000..e8cec3262a0 --- /dev/null +++ b/product_category_product_qty/readme/DESCRIPTION.md @@ -0,0 +1,6 @@ +This module extends the functionality of product module to display the +quantity of products and variants for the product categories. + +![](../static/description/product_category_tree.png) + +![](../static/description/product_category_form.png) diff --git a/product_category_product_qty/static/description/icon.png b/product_category_product_qty/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/product_category_product_qty/static/description/icon.png differ diff --git a/product_category_product_qty/static/description/index.html b/product_category_product_qty/static/description/index.html new file mode 100644 index 00000000000..5296df4e4ea --- /dev/null +++ b/product_category_product_qty/static/description/index.html @@ -0,0 +1,429 @@ + + + + + +Product Category - Product Quantity + + + +
+

Product Category - Product Quantity

+ + +

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

+

This module extends the functionality of product module to display the +quantity of products and variants for the product categories.

+

image1

+

image2

+

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

+
    +
  • GRAP
  • +
+
+ +
+

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.

+

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/product_category_product_qty/static/description/product_category_form.png b/product_category_product_qty/static/description/product_category_form.png new file mode 100644 index 00000000000..3fb8a1e71c1 Binary files /dev/null and b/product_category_product_qty/static/description/product_category_form.png differ diff --git a/product_category_product_qty/static/description/product_category_tree.png b/product_category_product_qty/static/description/product_category_tree.png new file mode 100644 index 00000000000..68bec36b5d9 Binary files /dev/null and b/product_category_product_qty/static/description/product_category_tree.png differ diff --git a/product_category_product_qty/tests/__init__.py b/product_category_product_qty/tests/__init__.py new file mode 100644 index 00000000000..fba8f854896 --- /dev/null +++ b/product_category_product_qty/tests/__init__.py @@ -0,0 +1 @@ +from . import test_product_category_product_qty diff --git a/product_category_product_qty/tests/test_product_category_product_qty.py b/product_category_product_qty/tests/test_product_category_product_qty.py new file mode 100644 index 00000000000..01d32159909 --- /dev/null +++ b/product_category_product_qty/tests/test_product_category_product_qty.py @@ -0,0 +1,33 @@ +# Copyright (C) 2024 - Today: GRAP (http://www.grap.coop) +# @author: Quentin DUPONT (quentin.dupont@grap.coop) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo.tests import common + + +class TestProductCategory(common.TransactionCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True)) + cls.category_model = cls.env["product.category"] + cls.product_corner_desk = cls.env.ref("product.product_product_5") + + def test_compute_product_variant_count(self): + # Create some product categories + category1 = self.category_model.create({"name": "Category 1"}) + + # Check computed value + category1._compute_product_variant_count() + self.assertEqual(category1.product_variant_count, 0) + + # Change categories + self.product_corner_desk.write( + { + "categ_id": category1.id, + } + ) + + # Check computed value + category1._compute_product_variant_count() + self.assertEqual(category1.product_variant_count, 1) diff --git a/product_category_product_qty/views/view_product_category.xml b/product_category_product_qty/views/view_product_category.xml new file mode 100644 index 00000000000..9a2b1141f65 --- /dev/null +++ b/product_category_product_qty/views/view_product_category.xml @@ -0,0 +1,44 @@ + + + + + + product.category + + + + + + + + + + + product.category + + + + + + + + +