diff --git a/README.md b/README.md index 7b621aef2..e8fb3ec91 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_brand](account_brand/) | 14.0.1.0.1 | [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | Send branded invoices and refunds [analytic_brand](analytic_brand/) | 14.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/) | 14.0.1.0.2 | [![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 +[brand](brand/) | 14.0.1.0.3 | [![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 [brand_external_report_layout](brand_external_report_layout/) | 14.0.1.0.2 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | This module allows you to have a different layout by brand for your external reports. [contract_brand](contract_brand/) | 14.0.1.0.1 | [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | This module allows you to manage branded contracts. It adds a brand field on the contract and propagate the value on the invoices. -[product_brand](product_brand/) | 14.0.1.1.2 | | Product Brand Manager +[product_brand](product_brand/) | 14.0.1.1.3 | | Product Brand Manager [product_brand_multicompany](product_brand_multicompany/) | 14.0.1.0.0 | | Define rules product brand's visibility by company [product_brand_purchase](product_brand_purchase/) | 14.0.1.0.0 | | This module allows to work with product_brand in purchase reports. -[product_brand_social_responsibility](product_brand_social_responsibility/) | 14.0.1.1.0 | | Provide CSR info on brands. +[product_brand_social_responsibility](product_brand_social_responsibility/) | 14.0.1.1.1 | | Provide CSR info on brands. [product_brand_tag](product_brand_tag/) | 14.0.1.1.1 | | Add tags to product brand [product_brand_tag_secondary](product_brand_tag_secondary/) | 14.0.1.0.0 | | Add secondary tags to product brand for a second level of categorization. [sale_brand](sale_brand/) | 14.0.1.0.1 | [![osi-scampbell](https://github.com/osi-scampbell.png?size=30px)](https://github.com/osi-scampbell) [![sbejaoui](https://github.com/sbejaoui.png?size=30px)](https://github.com/sbejaoui) | Send branded sales orders diff --git a/brand/README.rst b/brand/README.rst index b24da9132..e3ab46aa9 100644 --- a/brand/README.rst +++ b/brand/README.rst @@ -7,7 +7,7 @@ Brand !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:82cf650d16a434ed8dbcd1ddebafe2beeb01e84f176e61943fbd73770a6e7d8e + !! source digest: sha256:cf0a68cb0c7f21952192d1b1ac76e1102a7c3a952924f9d2050ca2f178df9fbd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/brand/__manifest__.py b/brand/__manifest__.py index 1682bd728..818696d4e 100644 --- a/brand/__manifest__.py +++ b/brand/__manifest__.py @@ -7,7 +7,7 @@ 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""", - "version": "14.0.1.0.2", + "version": "14.0.1.0.3", "license": "AGPL-3", "author": "Odoo Community Association (OCA)," "ACSONE SA/NV", "website": "https://github.com/OCA/brand", diff --git a/brand/static/description/index.html b/brand/static/description/index.html index 224f7eb0d..e869f82b0 100644 --- a/brand/static/description/index.html +++ b/brand/static/description/index.html @@ -367,7 +367,7 @@

Brand

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

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

This is a base addon for brand modules. It adds the brand object and its menu and diff --git a/product_brand/README.rst b/product_brand/README.rst index 8939eeba3..7d10fb148 100644 --- a/product_brand/README.rst +++ b/product_brand/README.rst @@ -7,7 +7,7 @@ Product Brand Manager !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:193d0254fb92acf26e60fda0c1befb760736254004004dbf0cc23cb2f4aa7cf1 + !! source digest: sha256:92e0c6c07eceea4c1137950ef4094f3bb0355df74a903b079cf0c15ee2525909 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/product_brand/__manifest__.py b/product_brand/__manifest__.py index 74cbc72c7..b3c469538 100644 --- a/product_brand/__manifest__.py +++ b/product_brand/__manifest__.py @@ -9,7 +9,7 @@ { "name": "Product Brand Manager", - "version": "14.0.1.1.2", + "version": "14.0.1.1.3", "development_status": "Mature", "category": "Product", "summary": "Product Brand Manager", diff --git a/product_brand/static/description/index.html b/product_brand/static/description/index.html index 5ff2fe928..51f40592a 100644 --- a/product_brand/static/description/index.html +++ b/product_brand/static/description/index.html @@ -367,7 +367,7 @@

Product Brand Manager

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:193d0254fb92acf26e60fda0c1befb760736254004004dbf0cc23cb2f4aa7cf1 +!! source digest: sha256:92e0c6c07eceea4c1137950ef4094f3bb0355df74a903b079cf0c15ee2525909 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows odoo users to easily manage product brands.

diff --git a/product_brand_social_responsibility/README.rst b/product_brand_social_responsibility/README.rst index f8dc0e665..38d0d8841 100644 --- a/product_brand_social_responsibility/README.rst +++ b/product_brand_social_responsibility/README.rst @@ -7,7 +7,7 @@ Product brand Corporate Social Responsibility !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:cd11887c01b19bb5e08fc726c4e080f44b6769e5cf43ebc69a3a4e33b9eaeab2 + !! source digest: sha256:a5cebcea0091f69b7077350027cfba5bda2ffc2ca4f4d2c6b0ee46cec9ebf32a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_brand_social_responsibility/__manifest__.py b/product_brand_social_responsibility/__manifest__.py index caa17bb68..3ea9f66e0 100644 --- a/product_brand_social_responsibility/__manifest__.py +++ b/product_brand_social_responsibility/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Product brand Corporate Social Responsibility", "summary": "Provide CSR info on brands.", - "version": "14.0.1.1.0", + "version": "14.0.1.1.1", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Product", diff --git a/product_brand_social_responsibility/static/description/index.html b/product_brand_social_responsibility/static/description/index.html index c07959b24..03219da18 100644 --- a/product_brand_social_responsibility/static/description/index.html +++ b/product_brand_social_responsibility/static/description/index.html @@ -367,7 +367,7 @@

Product brand Corporate Social Responsibility

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

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

Add Corporate Social Responsibiliy infos to product brand.