From 607cba7e584b59607f300833dabeb2db5e4bced0 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 20 Dec 2024 09:34:19 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + portal_odoo_debranding/README.rst | 2 +- portal_odoo_debranding/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3759791..053b017 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [disable_odoo_online](disable_odoo_online/) | 18.0.1.0.0 | | Remove odoo.com Bindings +[portal_odoo_debranding](portal_odoo_debranding/) | 18.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Remove Odoo Branding from Website [remove_odoo_enterprise](remove_odoo_enterprise/) | 18.0.1.0.0 | | Remove enterprise modules and setting items [//]: # (end addons) diff --git a/portal_odoo_debranding/README.rst b/portal_odoo_debranding/README.rst index 99671f9..a0ca8d5 100644 --- a/portal_odoo_debranding/README.rst +++ b/portal_odoo_debranding/README.rst @@ -7,7 +7,7 @@ Remove Odoo Branding from Website !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b4ad9aed1f0b97f754de61ce97a20d0362cf579dc1c64f067b24ec3bda7ef76a + !! source digest: sha256:530254162340a14f1bc9986f40c60f44de9afa31bdb6d5cddda2eca973dd55a5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/portal_odoo_debranding/static/description/index.html b/portal_odoo_debranding/static/description/index.html index 29ebc94..bace0e2 100644 --- a/portal_odoo_debranding/static/description/index.html +++ b/portal_odoo_debranding/static/description/index.html @@ -367,7 +367,7 @@

Remove Odoo Branding from Website

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

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

This module removes Odoo branding from portal pages.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index dd21ddc..8890c06 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-server-brand" -version = "18.0.20241207.0" +version = "18.0.20241220.0" dependencies = [ "odoo-addon-disable_odoo_online==18.0.*", + "odoo-addon-portal_odoo_debranding==18.0.*", "odoo-addon-remove_odoo_enterprise==18.0.*", ] classifiers=[