|
@ -0,0 +1,32 @@ |
|
|
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
|
|
|
{ |
|
|
|
|
|
'name': 'Survey input debranding', |
|
|
|
|
|
'version': '1.0.0', |
|
|
|
|
|
'summary': """ |
|
|
|
|
|
This module removes the \"Create a free website with odoo\" mention at the bottom right of survey inputs. |
|
|
|
|
|
""", |
|
|
|
|
|
'description': """ """, |
|
|
|
|
|
'author': 'Sudokeys', |
|
|
|
|
|
'website': 'http://www.sudokeys.com', |
|
|
|
|
|
'license': 'AGPL-3', |
|
|
|
|
|
'category': 'Marketing', |
|
|
|
|
|
'depends': [ |
|
|
|
|
|
'survey', |
|
|
|
|
|
], |
|
|
|
|
|
'data': [ |
|
|
|
|
|
'templates/layout.xml', |
|
|
|
|
|
], |
|
|
|
|
|
'demo': [], |
|
|
|
|
|
'auto_install': False, |
|
|
|
|
|
'external_dependencies': [], |
|
|
|
|
|
'application': False, |
|
|
|
|
|
'css': [], |
|
|
|
|
|
'images': [], |
|
|
|
|
|
'js': [], |
|
|
|
|
|
'installable': True, |
|
|
|
|
|
'maintainer': 'Sudokeys', |
|
|
|
|
|
'pre_init_hook': '', |
|
|
|
|
|
'post_init_hook': '', |
|
|
|
|
|
'uninstall_hook': '', |
|
|
|
|
|
} |