Files
public/portal_debranding/__manifest__.py

23 lines
653 B
Python

# 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",
],
}