From de9e00e9cd9674344e6336ca7a53434249c267ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20FRAN=C3=87OIS?= Date: Tue, 31 Mar 2020 12:07:03 +0200 Subject: [PATCH] [ADD] survey_odoo_debrand module --- survey_input_odoo_debrand/__init__.py | 0 survey_input_odoo_debrand/__manifest__.py | 32 +++++++++++++++++++ .../templates/layout.xml | 10 ++++++ 3 files changed, 42 insertions(+) create mode 100644 survey_input_odoo_debrand/__init__.py create mode 100644 survey_input_odoo_debrand/__manifest__.py create mode 100644 survey_input_odoo_debrand/templates/layout.xml diff --git a/survey_input_odoo_debrand/__init__.py b/survey_input_odoo_debrand/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/survey_input_odoo_debrand/__manifest__.py b/survey_input_odoo_debrand/__manifest__.py new file mode 100644 index 0000000..a81d855 --- /dev/null +++ b/survey_input_odoo_debrand/__manifest__.py @@ -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': '', +} diff --git a/survey_input_odoo_debrand/templates/layout.xml b/survey_input_odoo_debrand/templates/layout.xml new file mode 100644 index 0000000..3b2fa49 --- /dev/null +++ b/survey_input_odoo_debrand/templates/layout.xml @@ -0,0 +1,10 @@ + + + + + +