diff --git a/analytic_brand/README.rst b/analytic_brand/README.rst new file mode 100644 index 000000000..07b758a33 --- /dev/null +++ b/analytic_brand/README.rst @@ -0,0 +1,95 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + +============== +Analytic Brand +============== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:daeb553453b3524a1859aacf814eaa3cfd617ea7c2a6eb8fce1dff9124983b41 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/license-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%2Fbrand-lightgray.png?logo=github + :target: https://github.com/OCA/brand/tree/19.0/analytic_brand + :alt: OCA/brand +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/brand-19-0/brand-19-0-analytic_brand + :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/brand&target_branch=19.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This addon allows to define analytic distribution models using brands in +their domains. + +**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 +------- + +* ACSONE SA/NV + +Contributors +------------ + +- Souheil Bejaoui +- Ammar Officewala +- `Heliconia Solutions Pvt. Ltd. `__ + + - Bhavesh Heliconia + +- Marie Lejeune + +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-sbejaoui| image:: https://github.com/sbejaoui.png?size=40px + :target: https://github.com/sbejaoui + :alt: sbejaoui + +Current `maintainer `__: + +|maintainer-sbejaoui| + +This module is part of the `OCA/brand `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/analytic_brand/__init__.py b/analytic_brand/__init__.py new file mode 100644 index 000000000..0650744f6 --- /dev/null +++ b/analytic_brand/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/analytic_brand/__manifest__.py b/analytic_brand/__manifest__.py new file mode 100644 index 000000000..4ba3baf71 --- /dev/null +++ b/analytic_brand/__manifest__.py @@ -0,0 +1,20 @@ +# Copyright 2019 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Analytic Brand", + "summary": """ + This addon allows to define analytic distribution models using + brands in their domains.""", + "version": "19.0.1.0.0", + "license": "AGPL-3", + "author": "ACSONE SA/NV,Odoo Community Association (OCA)", + "website": "https://github.com/OCA/brand", + "depends": ["analytic", "brand"], + "data": ["views/account_analytic_distribution_model.xml"], + "demo": [], + "maintainers": ["sbejaoui"], + "external_dependencies": { + "python": ["openupgradelib"], + }, +} diff --git a/analytic_brand/i18n/analytic_brand.pot b/analytic_brand/i18n/analytic_brand.pot new file mode 100644 index 000000000..5a7fc79ce --- /dev/null +++ b/analytic_brand/i18n/analytic_brand.pot @@ -0,0 +1,32 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * analytic_brand +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.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: analytic_brand +#: model:ir.model,name:analytic_brand.model_account_analytic_distribution_model +msgid "Analytic Distribution Model" +msgstr "" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_account_analytic_distribution_model__brand_id +msgid "Brand" +msgstr "" + +#. module: analytic_brand +#: model:ir.model.fields,help:analytic_brand.field_account_analytic_distribution_model__brand_id +msgid "" +"Select a brand for which the analytic distribution will be used (e.g. create" +" new customer invoice or Sales order linked to this brand, it will " +"automatically take this as an analytic account)" +msgstr "" diff --git a/analytic_brand/i18n/es.po b/analytic_brand/i18n/es.po new file mode 100644 index 000000000..b2ea23875 --- /dev/null +++ b/analytic_brand/i18n/es.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * analytic_brand +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-04-22 14:45+0000\n" +"Last-Translator: Ed-Spain \n" +"Language-Team: none\n" +"Language: es\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 5.15.2\n" + +#. module: analytic_brand +#: model:ir.model,name:analytic_brand.model_account_analytic_distribution_model +msgid "Analytic Distribution Model" +msgstr "Modelo de Distribución Analítica" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_account_analytic_distribution_model__brand_id +msgid "Brand" +msgstr "Marca" + +#. module: analytic_brand +#: model:ir.model.fields,help:analytic_brand.field_account_analytic_distribution_model__brand_id +msgid "" +"Select a brand for which the analytic distribution will be used (e.g. create " +"new customer invoice or Sales order linked to this brand, it will " +"automatically take this as an analytic account)" +msgstr "" +"Selecciona una marca para la que se usará la distribución analítica. (Por " +"Ejemplo, al crear una nueva factura de cliente o un pedido de venta " +"vinculado a esa marca, se asignará automáticamente esta como cuenta " +"analítica.)" + +#~ msgid "Analytic Distribution" +#~ msgstr "Distribución analítica" + +#~ msgid "Analytic Precision" +#~ msgstr "Precisión analítica" + +#~ msgid "Distribution Analytic Account" +#~ msgstr "Cuenta analítica de distribución" + +#~ msgid "Analytic Account" +#~ msgstr "Cuenta Analítica" diff --git a/analytic_brand/i18n/it.po b/analytic_brand/i18n/it.po new file mode 100644 index 000000000..90f6bcb95 --- /dev/null +++ b/analytic_brand/i18n/it.po @@ -0,0 +1,51 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * analytic_brand +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-03-02 18:45+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 5.15.2\n" + +#. module: analytic_brand +#: model:ir.model,name:analytic_brand.model_account_analytic_distribution_model +msgid "Analytic Distribution Model" +msgstr "Modello distribuzione analitica" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_account_analytic_distribution_model__brand_id +msgid "Brand" +msgstr "Marca" + +#. module: analytic_brand +#: model:ir.model.fields,help:analytic_brand.field_account_analytic_distribution_model__brand_id +msgid "" +"Select a brand for which the analytic distribution will be used (e.g. create " +"new customer invoice or Sales order linked to this brand, it will " +"automatically take this as an analytic account)" +msgstr "" +"Seleziona un marchio per il quale verrà utilizzata la distribuzione " +"analitica (ad esempio, crea una nuova fattura cliente o un ordine di vendita " +"collegato a questo marchio, che verrà automaticamente considerato come un " +"account analitico)" + +#~ msgid "Analytic Distribution" +#~ msgstr "Distribuzione analitica" + +#~ msgid "Analytic Precision" +#~ msgstr "Precisione analitica" + +#~ msgid "Distribution Analytic Account" +#~ msgstr "Conto distribuzione analitica" + +#~ msgid "Analytic Account" +#~ msgstr "Conto analitico" diff --git a/analytic_brand/i18n/sl.po b/analytic_brand/i18n/sl.po new file mode 100644 index 000000000..2c058cf6d --- /dev/null +++ b/analytic_brand/i18n/sl.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * analytic_brand +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2026-06-22 10:27+0000\n" +"Last-Translator: Matjaz Mozetic \n" +"Language-Team: none\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 5.15.2\n" + +#. module: analytic_brand +#: model:ir.model,name:analytic_brand.model_account_analytic_distribution_model +msgid "Analytic Distribution Model" +msgstr "Model analitične porazdelitve" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_account_analytic_distribution_model__brand_id +msgid "Brand" +msgstr "Blagovna znamka" + +#. module: analytic_brand +#: model:ir.model.fields,help:analytic_brand.field_account_analytic_distribution_model__brand_id +msgid "" +"Select a brand for which the analytic distribution will be used (e.g. create" +" new customer invoice or Sales order linked to this brand, it will " +"automatically take this as an analytic account)" +msgstr "" +"Izberite blagovno znamko, za katero se bo uporabljala analitična " +"porazdelitev (npr. ob ustvarjanju novega računa za stranko ali prodajnega " +"naročila, povezanega s to blagovno znamko, se bo ta samodejno upoštevala kot " +"analitični račun)" diff --git a/analytic_brand/migrations/18.0.1.1.0/pre-migrate.py b/analytic_brand/migrations/18.0.1.1.0/pre-migrate.py new file mode 100644 index 000000000..f5248ffd8 --- /dev/null +++ b/analytic_brand/migrations/18.0.1.1.0/pre-migrate.py @@ -0,0 +1,26 @@ +# Copyright 2025 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +import logging + +from openupgradelib import openupgrade + +_logger = logging.getLogger(__name__) + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.logged_query( + env.cr, + """ + ALTER TABLE res_brand + ADD analytic_distribution jsonb; + """, + ) + openupgrade.logged_query( + env.cr, + """ + UPDATE res_brand + SET analytic_distribution = jsonb_build_object(analytic_account_id, 100.0) + WHERE analytic_account_id IS NOT NULL; + """, + ) diff --git a/analytic_brand/migrations/18.0.2.0.0/post-migrate.py b/analytic_brand/migrations/18.0.2.0.0/post-migrate.py new file mode 100644 index 000000000..b616e661a --- /dev/null +++ b/analytic_brand/migrations/18.0.2.0.0/post-migrate.py @@ -0,0 +1,63 @@ +# Copyright 2025 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +import logging + +from openupgradelib import openupgrade + +_logger = logging.getLogger(__name__) + + +def _find_company_from_analytic_distribution(env, analytic_distribution): + # Take inspiration from Odoo method _compute_distribution_analytic_account_ids + # on analytic.mixin + account_ids = {int(_id) for key in analytic_distribution for _id in key.split(";")} + env.cr.execute( + """ + SELECT DISTINCT company_id + FROM account_analytic_account + WHERE id IN %(account_ids)s + """, + { + "account_ids": tuple(account_ids), + }, + ) + res = env.cr.fetchall() + if not res: + return False + if len(res) > 1: + _logger.error( + "Analytic distribution %s mixes accounts from several companies", + analytic_distribution, + ) + return res[0][0] + + +@openupgrade.migrate() +def migrate(env, version): + _logger.info("Delete res.brand form view") + openupgrade.delete_records_safely_by_xml_id( + env, "analytic_brand.res_brand_form_view" + ) + _logger.info("Create analytic distribution models for brands") + openupgrade.logged_query( + env.cr, + """ + SELECT id, analytic_distribution + FROM res_brand + WHERE analytic_distribution IS NOT NULL + """, + ) + res = env.cr.fetchall() + vals_create = [] + for brand_id, analytic_distribution in res: + company_id = _find_company_from_analytic_distribution( + env, analytic_distribution + ) + vals_create.append( + { + "brand_id": brand_id, + "analytic_distribution": analytic_distribution, + "company_id": company_id, + } + ) + env["account.analytic.distribution.model"].create(vals_create) diff --git a/analytic_brand/models/__init__.py b/analytic_brand/models/__init__.py new file mode 100644 index 000000000..5233dca62 --- /dev/null +++ b/analytic_brand/models/__init__.py @@ -0,0 +1 @@ +from . import account_analytic_distribution_model diff --git a/analytic_brand/models/account_analytic_distribution_model.py b/analytic_brand/models/account_analytic_distribution_model.py new file mode 100644 index 000000000..b1075d63a --- /dev/null +++ b/analytic_brand/models/account_analytic_distribution_model.py @@ -0,0 +1,20 @@ +# Copyright 2025 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import api, fields, models + + +class AccountAnalyticDistributionModel(models.Model): + _inherit = "account.analytic.distribution.model" + + brand_id = fields.Many2one( + "res.brand", + ondelete="restrict", + help="Select a brand for which the analytic distribution will be used" + " (e.g. create new customer invoice or Sales order linked to this brand, " + "it will automatically take this as an analytic account)", + ) + + @api.model + def _get_default_search_domain_vals(self): + return super()._get_default_search_domain_vals() | {"brand_id": False} diff --git a/analytic_brand/pyproject.toml b/analytic_brand/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/analytic_brand/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/analytic_brand/readme/CONTRIBUTORS.md b/analytic_brand/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..2d2b1b79d --- /dev/null +++ b/analytic_brand/readme/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +- Souheil Bejaoui \<\> +- Ammar Officewala \<\> +- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io) + - Bhavesh Heliconia +- Marie Lejeune \</> diff --git a/analytic_brand/readme/DESCRIPTION.md b/analytic_brand/readme/DESCRIPTION.md new file mode 100644 index 000000000..3f26b139c --- /dev/null +++ b/analytic_brand/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This addon allows to define analytic distribution models using +brands in their domains. diff --git a/analytic_brand/static/description/icon.png b/analytic_brand/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/analytic_brand/static/description/icon.png differ diff --git a/analytic_brand/static/description/index.html b/analytic_brand/static/description/index.html new file mode 100644 index 000000000..2d047b4f5 --- /dev/null +++ b/analytic_brand/static/description/index.html @@ -0,0 +1,438 @@ + + + + + +README.rst + + + +
+ + + +Odoo Community Association + +
+

Analytic Brand

+ +

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

+

This addon allows to define analytic distribution models using brands in +their domains.

+

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

+
    +
  • ACSONE SA/NV
  • +
+
+
+

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:

+

sbejaoui

+

This module is part of the OCA/brand project on GitHub.

+

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

+
+
+
+
+ + diff --git a/analytic_brand/tests/__init__.py b/analytic_brand/tests/__init__.py new file mode 100644 index 000000000..9de1fb276 --- /dev/null +++ b/analytic_brand/tests/__init__.py @@ -0,0 +1 @@ +from . import test_analytic_brand diff --git a/analytic_brand/tests/test_analytic_brand.py b/analytic_brand/tests/test_analytic_brand.py new file mode 100644 index 000000000..cc2dc9097 --- /dev/null +++ b/analytic_brand/tests/test_analytic_brand.py @@ -0,0 +1,51 @@ +# Copyright 2019 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from odoo.tests.common import tagged + +from odoo.addons.base.tests.common import BaseCommon + + +# Run tests in post-install because creating a res.brand creates a res.partner +# And there is an issue creating a new partner with required field autopost_bills +# in addon account (default value not set up because this addon doesn't depend +# on account) +@tagged("post_install", "-at_install") +class TestResBrand(BaseCommon): + @classmethod + def setUpClass(self): + super().setUpClass() + # Create a plan (assuming a Plan model exists and is required) + self.plan = self.env["account.analytic.plan"].create( + { + "name": "Test Plan", + } + ) + + # Create an analytic account with the plan_id set + self.analytic_account = self.env["account.analytic.account"].create( + { + "name": "Test Analytic Account", + "plan_id": self.plan.id, + } + ) + + # Create a brand + self.res_brand = self.env["res.brand"].create( + { + "name": "Test Brand", + } + ) + + def test_analytic_distribution_assignment(self): + """Test if the analytic_distribution is assigned correctly""" + model = self.env["account.analytic.distribution.model"].create( + { + "brand_id": self.res_brand.id, + "analytic_distribution": {self.analytic_account.id: 100.0}, + } + ) + self.assertEqual( + model.analytic_distribution, + {str(self.analytic_account.id): 100.0}, + "The analytic_distribution field should be assigned correctly.", + ) diff --git a/analytic_brand/views/account_analytic_distribution_model.xml b/analytic_brand/views/account_analytic_distribution_model.xml new file mode 100644 index 000000000..89afb057c --- /dev/null +++ b/analytic_brand/views/account_analytic_distribution_model.xml @@ -0,0 +1,30 @@ + + + + + account.analytic.distribution.model + + + + + + + + + + account.analytic.distribution.model + + + + + + + + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..180fc4978 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +# generated from manifests external_dependencies +openupgradelib