From f994be3813a2dc51b18f2f006f90b9b6e2c65fc3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 1 Jan 2025 15:15:48 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + analytic_brand/README.rst | 6 +++--- analytic_brand/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbe552175..3730cb7d5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[analytic_brand](analytic_brand/) | 17.0.1.0.0 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | 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 [brand](brand/) | 17.0.1.1.1 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | This is a base addon for brand modules. It adds the brand object and its menu and define an abstract model to be inherited from branded objects [product_brand](product_brand/) | 17.0.1.2.0 | | Product Brand Manager diff --git a/analytic_brand/README.rst b/analytic_brand/README.rst index 1874b42f7..a491a7210 100644 --- a/analytic_brand/README.rst +++ b/analytic_brand/README.rst @@ -7,7 +7,7 @@ Analytic Brand !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a6f269c7f4f6b54f1396870f5a05eb5c41582cf2b60eb957c3d3256ae431a71f + !! source digest: sha256:cdb10b7fafde7842afd156114a2269da092a9c4e2c9148dfb126380fc363e9b0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -58,8 +58,8 @@ Authors Contributors ------------ -- Souheil Bejaoui -- Ammar Officewala +- Souheil Bejaoui +- Ammar Officewala Maintainers ----------- diff --git a/analytic_brand/static/description/index.html b/analytic_brand/static/description/index.html index 5e59ba6d5..77b6fa774 100644 --- a/analytic_brand/static/description/index.html +++ b/analytic_brand/static/description/index.html @@ -367,7 +367,7 @@

Analytic Brand

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a6f269c7f4f6b54f1396870f5a05eb5c41582cf2b60eb957c3d3256ae431a71f +!! source digest: sha256:cdb10b7fafde7842afd156114a2269da092a9c4e2c9148dfb126380fc363e9b0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon associate an analytic account to a brand that will be used as diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index a9cc8c2cb..f20aacac2 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-brand" -version = "17.0.20231207.0" +version = "17.0.20250101.0" dependencies = [ + "odoo-addon-analytic_brand>=17.0dev,<17.1dev", "odoo-addon-brand>=17.0dev,<17.1dev", "odoo-addon-product_brand>=17.0dev,<17.1dev", ]