Skip to content

Commit 5940a89

Browse files
committed
[BOT] post-merge updates
1 parent 311af2c commit 5940a89

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[disable_odoo_online](disable_odoo_online/) | 19.0.1.0.0 | | Remove odoo.com Bindings
25+
[mail_debranding](mail_debranding/) | 19.0.1.0.0 | <a href='https://github.com/pedrobaeza'><img src='https://github.com/pedrobaeza.png' width='32' height='32' style='border-radius:50%;' alt='pedrobaeza'/></a> <a href='https://github.com/joao-p-marques'><img src='https://github.com/joao-p-marques.png' width='32' height='32' style='border-radius:50%;' alt='joao-p-marques'/></a> | Remove Odoo branding in sent emails Removes anchor <a href odoo.com togheder with it's parent ( for powerd by) form all the templates removes any 'odoo' that are in tempalte texts > 20characters
2526
[portal_debranding](portal_debranding/) | 19.0.1.0.0 | <a href='https://github.com/eLBati'><img src='https://github.com/eLBati.png' width='32' height='32' style='border-radius:50%;' alt='eLBati'/></a> <a href='https://github.com/ivantodorovich'><img src='https://github.com/ivantodorovich.png' width='32' height='32' style='border-radius:50%;' alt='ivantodorovich'/></a> | Remove Odoo Branding from Portal
2627
[remove_odoo_enterprise](remove_odoo_enterprise/) | 19.0.1.0.0 | | Remove enterprise modules and setting items
2728
[website_debranding](website_debranding/) | 19.0.1.0.0 | | Remove Odoo Branding from Website

mail_debranding/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Mail Debrand
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:cf83905fe082c9778d10cba5bc4a979d5d97f105da9b13b04558731e0d5996fb
14+
!! source digest: sha256:a260d5f972cb076e5789f2dfb9ee9e901f217503abb57c3238b42638f524bf8e
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

mail_debranding/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Mail Debrand</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:cf83905fe082c9778d10cba5bc4a979d5d97f105da9b13b04558731e0d5996fb
375+
!! source digest: sha256:a260d5f972cb076e5789f2dfb9ee9e901f217503abb57c3238b42638f524bf8e
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-brand/tree/19.0/mail_debranding"><img alt="OCA/server-brand" src="https://img.shields.io/badge/github-OCA%2Fserver--brand-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-brand-19-0/server-brand-19-0-mail_debranding"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-brand&amp;target_branch=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module modifies the functionality of emails to remove the Odoo

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "odoo-addons-oca-server-brand"
3-
version = "19.0.20260108.1"
3+
version = "19.0.20260109.0"
44
dependencies = [
55
"odoo-addon-disable_odoo_online==19.0.*",
6+
"odoo-addon-mail_debranding==19.0.*",
67
"odoo-addon-portal_debranding==19.0.*",
78
"odoo-addon-remove_odoo_enterprise==19.0.*",
89
"odoo-addon-website_debranding==19.0.*",

0 commit comments

Comments
 (0)