Files
Odoo-Modules/fusion_whitelabels/__manifest__.py
gsinghpal a2fe1fcbcc changes
2026-04-29 03:35:33 -04:00

31 lines
978 B
Python

# -*- coding: utf-8 -*-
{
"name": "Fusion Whitelabels",
"version": "19.0.1.4.3",
"category": "Website",
"summary": "Replace Odoo frontend promotional branding with Nexa Systems whitelabeling.",
"description": """
Fusion Whitelabels
==================
Persistent Odoo 19 whitelabel customizations:
- Removes "Connect with your software" portal promotions.
- Replaces global "Powered by Odoo" website/footer promotions with Nexa Systems credit.
- Removes login-page "Powered by Odoo" footer link.
""",
"author": "Fusion",
"license": "LGPL-3",
"depends": ["portal", "sale", "purchase", "website", "website_sale"],
"data": [
"views/fusion_whitelabels_templates.xml",
],
"assets": {
"web.assets_frontend": [
"fusion_whitelabels/static/src/css/whitelabel.css",
],
},
"installable": True,
"auto_install": False,
"application": False,
}