From e69556a8b0e2e09e65f9d34190c76e0773c8c4dc Mon Sep 17 00:00:00 2001 From: RemiFr82 Date: Sat, 1 Feb 2025 00:34:39 +0100 Subject: [PATCH] [MIG] survey_input_debrand --- .../__init__.py | 0 .../__manifest__.py | 6 +++--- survey_input_debrand/templates/layout.xml | 9 +++++++++ survey_input_odoo_debrand/templates/layout.xml | 10 ---------- 4 files changed, 12 insertions(+), 13 deletions(-) rename {survey_input_odoo_debrand => survey_input_debrand}/__init__.py (100%) rename {survey_input_odoo_debrand => survey_input_debrand}/__manifest__.py (82%) create mode 100644 survey_input_debrand/templates/layout.xml delete mode 100644 survey_input_odoo_debrand/templates/layout.xml diff --git a/survey_input_odoo_debrand/__init__.py b/survey_input_debrand/__init__.py similarity index 100% rename from survey_input_odoo_debrand/__init__.py rename to survey_input_debrand/__init__.py diff --git a/survey_input_odoo_debrand/__manifest__.py b/survey_input_debrand/__manifest__.py similarity index 82% rename from survey_input_odoo_debrand/__manifest__.py rename to survey_input_debrand/__manifest__.py index dd61904..0004683 100644 --- a/survey_input_odoo_debrand/__manifest__.py +++ b/survey_input_debrand/__manifest__.py @@ -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": "", diff --git a/survey_input_debrand/templates/layout.xml b/survey_input_debrand/templates/layout.xml new file mode 100644 index 0000000..86eba09 --- /dev/null +++ b/survey_input_debrand/templates/layout.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/survey_input_odoo_debrand/templates/layout.xml b/survey_input_odoo_debrand/templates/layout.xml deleted file mode 100644 index 3b2fa49..0000000 --- a/survey_input_odoo_debrand/templates/layout.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - -