Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
22
portal_debranding/__manifest__.py
Normal file
22
portal_debranding/__manifest__.py
Normal 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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user