Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC

This commit is contained in:
CI Publish Bot
2026-05-10 21:19:11 +00:00
commit cbf9e6e6d6
1213 changed files with 183945 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Copyright 2020 Lorenzo Battistini @ TAKOBI
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "Remove Odoo Branding from Portal",
"version": "19.0.1.0.0",
"development_status": "Beta",
"category": "Hidden",
"website": "https://github.com/OCA/server-brand",
"author": "TAKOBI, Odoo Community Association (OCA)",
"maintainers": ["eLBati", "ivantodorovich"],
"license": "LGPL-3",
"application": False,
"installable": True,
"depends": [
"portal",
"web_debranding"
],
"data": [
"views/portal_templates.xml",
"views/web_login_debrand.xml",
],
}