|
|
@ -1,13 +1,13 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). |
|
|
|
{ |
|
|
|
"name": "Survey input debranding", |
|
|
|
"name": "Survey input debrand", |
|
|
|
"version": "1.0.0", |
|
|
|
"summary": """ |
|
|
|
Removes Odoo branding from surveys |
|
|
|
""", |
|
|
|
"description": """ |
|
|
|
This module removes the \"Create a free website with odoo\" mention at the bottom of survey inputs. |
|
|
|
This module removes the \"Powered by odoo\" mention at the bottom right of survey inputs. |
|
|
|
""", |
|
|
|
"author": "RemiFr82", |
|
|
|
"contributors": "Sudokeys", |
|
|
@ -17,7 +17,7 @@ |
|
|
|
# "price": 0, |
|
|
|
# "currency": "EUR", |
|
|
|
"application": False, |
|
|
|
"installable": False, |
|
|
|
"installable": True, |
|
|
|
"auto_install": False, |
|
|
|
"pre_init_hook": "", |
|
|
|
"post_init_hook": "", |