diff --git a/analytic_brand/README.rst b/analytic_brand/README.rst new file mode 100644 index 000000000..1d5d43916 --- /dev/null +++ b/analytic_brand/README.rst @@ -0,0 +1,96 @@ +.. 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:85b3dd863725994f23afdb05c4cd559cef210852d86267072ba5299141a78d6a + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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 associate an analytic distribution to a brand that will be +used as a default value where the brand is used if the analytic +accounting is activated. + +**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..ff3a0cb58 --- /dev/null +++ b/analytic_brand/__manifest__.py @@ -0,0 +1,21 @@ +# Copyright 2019 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Analytic Brand", + "summary": """ + This addon associate an analytic account to a brand that will be used + as a default value where the brand is used if the analytic accounting + is activated""", + "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/res_brand.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..90b51a607 --- /dev/null +++ b/analytic_brand/i18n/analytic_brand.pot @@ -0,0 +1,34 @@ +# 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.fields,field_description:analytic_brand.field_res_brand__analytic_distribution +msgid "Analytic Distribution" +msgstr "" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_res_brand__analytic_precision +msgid "Analytic Precision" +msgstr "" + +#. module: analytic_brand +#: model:ir.model,name:analytic_brand.model_res_brand +msgid "Brand" +msgstr "" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_res_brand__distribution_analytic_account_ids +msgid "Distribution Analytic Account" +msgstr "" diff --git a/analytic_brand/i18n/es.po b/analytic_brand/i18n/es.po new file mode 100644 index 000000000..13a74f054 --- /dev/null +++ b/analytic_brand/i18n/es.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 15.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2025-08-07 15:25+0000\n" +"Last-Translator: Miquel Romera \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.10.4\n" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_res_brand__analytic_distribution +msgid "Analytic Distribution" +msgstr "Distribución analítica" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_res_brand__analytic_precision +msgid "Analytic Precision" +msgstr "Precisión analítica" + +#. module: analytic_brand +#: model:ir.model,name:analytic_brand.model_res_brand +msgid "Brand" +msgstr "Marca" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_res_brand__distribution_analytic_account_ids +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..b5903bd9a --- /dev/null +++ b/analytic_brand/i18n/it.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 17.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2025-07-30 09:46+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.10.4\n" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_res_brand__analytic_distribution +msgid "Analytic Distribution" +msgstr "Distribuzione analitica" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_res_brand__analytic_precision +msgid "Analytic Precision" +msgstr "Precisione analitica" + +#. module: analytic_brand +#: model:ir.model,name:analytic_brand.model_res_brand +msgid "Brand" +msgstr "Marca" + +#. module: analytic_brand +#: model:ir.model.fields,field_description:analytic_brand.field_res_brand__distribution_analytic_account_ids +msgid "Distribution Analytic Account" +msgstr "Conto distribuzione analitica" + +#~ msgid "Analytic Account" +#~ msgstr "Conto analitico" diff --git a/analytic_brand/models/__init__.py b/analytic_brand/models/__init__.py new file mode 100644 index 000000000..3dc20cced --- /dev/null +++ b/analytic_brand/models/__init__.py @@ -0,0 +1 @@ +from . import res_brand diff --git a/analytic_brand/models/res_brand.py b/analytic_brand/models/res_brand.py new file mode 100644 index 000000000..5bb832f8d --- /dev/null +++ b/analytic_brand/models/res_brand.py @@ -0,0 +1,9 @@ +# Copyright 2019 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models + + +class ResBrand(models.Model): + _name = "res.brand" + _inherit = ["analytic.mixin", "res.brand"] 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..3c46ee35d --- /dev/null +++ b/analytic_brand/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This addon associate an analytic distribution to a brand that will be used as +a default value where the brand is used if the analytic accounting is +activated. 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..21c2e3f53 --- /dev/null +++ b/analytic_brand/static/description/index.html @@ -0,0 +1,439 @@ + + + + + +README.rst + + + +
+ + + +Odoo Community Association + +
+

Analytic Brand

+ +

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

+

This addon associate an analytic distribution to a brand that will be +used as a default value where the brand is used if the analytic +accounting is activated.

+

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..5ad5d6cdb --- /dev/null +++ b/analytic_brand/tests/test_analytic_brand.py @@ -0,0 +1,46 @@ +# 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 with the analytic distribution: 100% on the analytic account + self.res_brand = self.env["res.brand"].create( + { + "name": "Test Brand", + "analytic_distribution": {self.analytic_account.id: 100.0}, + } + ) + + def test_analytic_account_assignment(self): + """Test if the analytic_account_id is assigned correctly""" + self.assertEqual( + self.res_brand.analytic_distribution, + {str(self.analytic_account.id): 100.0}, + "The analytic_distribution field should be assigned correctly.", + ) diff --git a/analytic_brand/views/res_brand.xml b/analytic_brand/views/res_brand.xml new file mode 100644 index 000000000..c165599ea --- /dev/null +++ b/analytic_brand/views/res_brand.xml @@ -0,0 +1,33 @@ + + + + + res.brand + + + + + + + + + + + res.brand + + + + + + + + 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 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 000000000..3bfb4f5a6 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1 @@ +odoo-addon-brand @ git+https://github.com/OCA/brand.git@refs/pull/270/head#subdirectory=brand