Public release from ruodoo-project: 19.0 - 2026-09-20 21:17:41 UTC

This commit is contained in:
CI Publish Bot
2026-09-20 21:17:50 +00:00
commit ebd298dbf0
1234 changed files with 187334 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",
],
}