diff --git a/survey_description/__init__.py b/survey_description/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/survey_description/__manifest__.py b/survey_description/__manifest__.py deleted file mode 100644 index 3544486..0000000 --- a/survey_description/__manifest__.py +++ /dev/null @@ -1,40 +0,0 @@ -# -*- coding: utf-8 -*- -# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). -{ - "name": "Survey description", - "version": "1.0.0", - "summary": """ - Edit description fields on surveys and pages - """, - "description": """ - This module displays standard HTML fields \"Description\" and \"Thank you message\" on survey and survey pages. - """, - "author": "RemiFr82", - "contributors": "Sudokeys", - "website": "https://remifr82.me", - "license": "LGPL-3", - "category": "Marketing", - # "price": 0, - # "currency": "EUR", - "application": False, - "installable": False, - "auto_install": False, - "pre_init_hook": "", - "post_init_hook": "", - "uninstall_hook": "", - "excludes": [], - "external_dependencies": [], - "depends": [ - "survey", - ], - "data": [ - "views/survey_page.xml", - "views/survey_survey.xml", - ], - "css": [], - "images": [], - "js": [], - "test": [], - "demo": [], - "maintainer": "RemiFr82", -} diff --git a/survey_description/i18n/fr.po b/survey_description/i18n/fr.po deleted file mode 100644 index afe45aa..0000000 --- a/survey_description/i18n/fr.po +++ /dev/null @@ -1,34 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * survey_description -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-28 18:18+0000\n" -"PO-Revision-Date: 2023-02-28 18:18+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: survey_description -#: model_terms:ir.ui.view,arch_db:survey_description.survey_survey_form -msgid "Description" -msgstr "" - -#. module: survey_description -#: model_terms:ir.ui.view,arch_db:survey_description.survey_survey_form -msgid "Thank you page" -msgstr "Page de remerciement" - -#. module: survey_description -#: model_terms:ir.ui.view,arch_db:survey_description.survey_survey_form -msgid "This content will be displayed between the title of the survey and the \"Start\" button, on the answer homepage.
\n" -" You can also add a custom content on each page of the survey through the \"Description\" field on each page." -msgstr "Ce contenu sera affiché entre le titre du sondage et le bouton \"Commencer\", sur la page d'accueil des réponses aux sondages.
\n" -" Vous pouvez également ajouter du contenu spécifique sur chacune des pages du sondage via le champ \"Description\" de chaque page." - diff --git a/survey_description/views/survey_page.xml b/survey_description/views/survey_page.xml deleted file mode 100644 index 538b8f8..0000000 --- a/survey_description/views/survey_page.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - survey_description survey.page form - survey.page - - 20 - -

-

- - - - -
- -
diff --git a/survey_description/views/survey_survey.xml b/survey_description/views/survey_survey.xml deleted file mode 100644 index 88023d0..0000000 --- a/survey_description/views/survey_survey.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - survey_description survey.survey form - survey.survey - - 20 - - - - -

- This content will be displayed between the title of the survey and the "Start" button, on the answer homepage.
- You can also add a custom content on each page of the survey through the "Description" field on each page. -

- -
-
- - - - - -
-
-
- -