From be02621c920395d36a85e186768a65dc74ffb0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20FRAN=C3=87OIS?= Date: Fri, 11 Sep 2020 18:42:55 +0200 Subject: [PATCH] [REF] rename custom_matrix_survey to survey_custom_matrix --- .../COPYRIGHT | 0 .../LICENSE | 0 .../__init__.py | 0 .../__manifest__.py | 2 +- .../controllers/__init__.py | 0 .../controllers/main.py | 0 .../i18n/custom_matrix_survey.pot | 110 +++++++++--------- .../i18n/fr.po | 110 +++++++++--------- .../models/__init__.py | 0 .../models/survey_label.py | 0 .../models/survey_label_value.py | 0 .../models/survey_question.py | 0 .../models/survey_user_input_line.py | 0 .../reports/user_input.xml | 6 +- .../security/ir_model_access.xml | 4 +- .../static/description/banner.jpg | Bin .../static/description/call-icon.png | Bin .../static/description/color code.txt | 0 .../static/description/features-icon.png | Bin .../static/description/icon-2.png | Bin .../static/description/icon-3.png | Bin .../static/description/icon-4.png | Bin .../static/description/icon-5.png | Bin .../static/description/icon-6.png | Bin .../static/description/icon.png | Bin .../static/description/icon1.png | Bin .../static/description/index.html | 0 .../static/description/logo.png | Bin .../static/description/main_image.jpg | Bin .../static/description/support-icon.png | Bin .../static/description/survey_1.png | Bin .../static/description/survey_10.png | Bin .../static/description/survey_11.png | Bin .../static/description/survey_12.png | Bin .../static/description/survey_13.png | Bin .../static/description/survey_2.png | Bin .../static/description/survey_3.png | Bin .../static/description/survey_4.png | Bin .../static/description/survey_5.png | Bin .../static/description/survey_6.png | Bin .../static/description/survey_8.png | Bin .../static/description/survey_9.png | Bin .../templates/matrix.xml | 0 .../views/survey_question.xml | 2 +- .../views/survey_user_input.xml | 2 +- .../views/survey_user_input_line.xml | 2 +- 46 files changed, 119 insertions(+), 119 deletions(-) rename {custom_matrix_survey => survey_custom_matrix}/COPYRIGHT (100%) rename {custom_matrix_survey => survey_custom_matrix}/LICENSE (100%) rename {custom_matrix_survey => survey_custom_matrix}/__init__.py (100%) rename {custom_matrix_survey => survey_custom_matrix}/__manifest__.py (97%) rename {custom_matrix_survey => survey_custom_matrix}/controllers/__init__.py (100%) rename {custom_matrix_survey => survey_custom_matrix}/controllers/main.py (100%) rename {custom_matrix_survey => survey_custom_matrix}/i18n/custom_matrix_survey.pot (53%) rename {custom_matrix_survey => survey_custom_matrix}/i18n/fr.po (57%) rename {custom_matrix_survey => survey_custom_matrix}/models/__init__.py (100%) rename {custom_matrix_survey => survey_custom_matrix}/models/survey_label.py (100%) rename {custom_matrix_survey => survey_custom_matrix}/models/survey_label_value.py (100%) rename {custom_matrix_survey => survey_custom_matrix}/models/survey_question.py (100%) rename {custom_matrix_survey => survey_custom_matrix}/models/survey_user_input_line.py (100%) rename {custom_matrix_survey => survey_custom_matrix}/reports/user_input.xml (95%) rename {custom_matrix_survey => survey_custom_matrix}/security/ir_model_access.xml (84%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/banner.jpg (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/call-icon.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/color code.txt (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/features-icon.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/icon-2.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/icon-3.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/icon-4.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/icon-5.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/icon-6.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/icon.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/icon1.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/index.html (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/logo.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/main_image.jpg (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/support-icon.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_1.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_10.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_11.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_12.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_13.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_2.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_3.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_4.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_5.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_6.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_8.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/static/description/survey_9.png (100%) rename {custom_matrix_survey => survey_custom_matrix}/templates/matrix.xml (100%) rename {custom_matrix_survey => survey_custom_matrix}/views/survey_question.xml (89%) rename {custom_matrix_survey => survey_custom_matrix}/views/survey_user_input.xml (89%) rename {custom_matrix_survey => survey_custom_matrix}/views/survey_user_input_line.xml (92%) diff --git a/custom_matrix_survey/COPYRIGHT b/survey_custom_matrix/COPYRIGHT similarity index 100% rename from custom_matrix_survey/COPYRIGHT rename to survey_custom_matrix/COPYRIGHT diff --git a/custom_matrix_survey/LICENSE b/survey_custom_matrix/LICENSE similarity index 100% rename from custom_matrix_survey/LICENSE rename to survey_custom_matrix/LICENSE diff --git a/custom_matrix_survey/__init__.py b/survey_custom_matrix/__init__.py similarity index 100% rename from custom_matrix_survey/__init__.py rename to survey_custom_matrix/__init__.py diff --git a/custom_matrix_survey/__manifest__.py b/survey_custom_matrix/__manifest__.py similarity index 97% rename from custom_matrix_survey/__manifest__.py rename to survey_custom_matrix/__manifest__.py index e96f3a0..3e1567e 100644 --- a/custom_matrix_survey/__manifest__.py +++ b/survey_custom_matrix/__manifest__.py @@ -14,7 +14,7 @@ ################################################################################# { - 'name': "Custom Matrix Survey", + 'name': "Survey custom matrix", 'version': '1.0', 'summary': 'This app allows handling of complex survey forms with options like multiple choice questions, custom matrix etc.', 'description': """ diff --git a/custom_matrix_survey/controllers/__init__.py b/survey_custom_matrix/controllers/__init__.py similarity index 100% rename from custom_matrix_survey/controllers/__init__.py rename to survey_custom_matrix/controllers/__init__.py diff --git a/custom_matrix_survey/controllers/main.py b/survey_custom_matrix/controllers/main.py similarity index 100% rename from custom_matrix_survey/controllers/main.py rename to survey_custom_matrix/controllers/main.py diff --git a/custom_matrix_survey/i18n/custom_matrix_survey.pot b/survey_custom_matrix/i18n/custom_matrix_survey.pot similarity index 53% rename from custom_matrix_survey/i18n/custom_matrix_survey.pot rename to survey_custom_matrix/i18n/custom_matrix_survey.pot index 3bbb3d5..7079e7f 100644 --- a/custom_matrix_survey/i18n/custom_matrix_survey.pot +++ b/survey_custom_matrix/i18n/custom_matrix_survey.pot @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * custom_matrix_survey +# * survey_custom_matrix # msgid "" msgstr "" @@ -15,173 +15,173 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_user_input_line__answer_type +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_user_input_line__answer_type msgid "Answer Type" msgstr "" -#. module: custom_matrix_survey -#: model:ir.actions.report,name:custom_matrix_survey.action_view_pdf_answers +#. module: survey_custom_matrix +#: model:ir.actions.report,name:survey_custom_matrix.action_view_pdf_answers msgid "Answers" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Attachment" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Checkbox" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__create_uid +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__create_uid msgid "Created by" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__create_date +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__create_date msgid "Created on" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.question,matrix_subtype:0 msgid "Custom Matrix" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Date" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__display_name +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__display_name msgid "Display Name" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Dropdown" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Free Text" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__id +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__id msgid "ID" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value____last_update +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value____last_update msgid "Last Modified on" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__write_uid +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__write_uid msgid "Last Updated by" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__write_date +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__write_date msgid "Last Updated on" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_question__matrix_subtype +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_question__matrix_subtype msgid "Matrix Type" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_user_input_line__matrix_subtype_id +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_user_input_line__matrix_subtype_id msgid "Matrix subtype" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Multiple Lines Text Box" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.question,matrix_subtype:0 msgid "Multiple choices per row" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__name +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__name msgid "Name" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Number" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Numerical Value" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.question,matrix_subtype:0 msgid "One choice per row" msgstr "" -#. module: custom_matrix_survey -#: model_terms:ir.ui.view,arch_db:custom_matrix_survey.survey_user_input_custom_form +#. module: survey_custom_matrix +#: model_terms:ir.ui.view,arch_db:survey_custom_matrix.survey_user_input_custom_form msgid "Print PDF Answers" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Single Line Text Box" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Suggestion" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model,name:custom_matrix_survey.model_survey_label +#. module: survey_custom_matrix +#: model:ir.model,name:survey_custom_matrix.model_survey_label msgid "Survey Label" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model,name:custom_matrix_survey.model_survey_question +#. module: survey_custom_matrix +#: model:ir.model,name:survey_custom_matrix.model_survey_question msgid "Survey Question" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model,name:custom_matrix_survey.model_survey_user_input_line +#. module: survey_custom_matrix +#: model:ir.model,name:survey_custom_matrix.model_survey_user_input_line msgid "Survey User Input Line" msgstr "" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Text" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_label__type +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_label__type msgid "Type of Question" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_user_input_line__value_dropdown +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_user_input_line__value_dropdown msgid "Value Dropdown" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model,name:custom_matrix_survey.model_dp_attributes_value +#. module: survey_custom_matrix +#: model:ir.model,name:survey_custom_matrix.model_dp_attributes_value msgid "survey.label.value" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_label__dpvalues +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_label__dpvalues msgid "values" msgstr "" diff --git a/custom_matrix_survey/i18n/fr.po b/survey_custom_matrix/i18n/fr.po similarity index 57% rename from custom_matrix_survey/i18n/fr.po rename to survey_custom_matrix/i18n/fr.po index a0e0870..a88ebdb 100644 --- a/custom_matrix_survey/i18n/fr.po +++ b/survey_custom_matrix/i18n/fr.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * custom_matrix_survey +# * survey_custom_matrix # msgid "" msgstr "" @@ -15,172 +15,172 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_user_input_line__answer_type +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_user_input_line__answer_type msgid "Answer Type" msgstr "Type de réponse" -#. module: custom_matrix_survey -#: model:ir.actions.report,name:custom_matrix_survey.action_view_pdf_answers +#. module: survey_custom_matrix +#: model:ir.actions.report,name:survey_custom_matrix.action_view_pdf_answers msgid "Answers" msgstr "Réponses" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Attachment" msgstr "Pièce jointe" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Checkbox" msgstr "Case à cocher" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__create_uid +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__create_uid msgid "Created by" msgstr "Créé par" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__create_date +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__create_date msgid "Created on" msgstr "Créé le" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.question,matrix_subtype:0 msgid "Custom Matrix" msgstr "Matrice personnalisée" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Date" msgstr "Date" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__display_name +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__display_name msgid "Display Name" msgstr "Nom affiché" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Dropdown" msgstr "Liste déroulante" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Free Text" msgstr "Texte libre" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__id +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__id msgid "ID" msgstr "ID" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value____last_update +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value____last_update msgid "Last Modified on" msgstr "Dernière modification le" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__write_uid +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__write_date +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_question__matrix_subtype +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_question__matrix_subtype msgid "Matrix Type" msgstr "Type de matrice" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_user_input_line__matrix_subtype_id +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_user_input_line__matrix_subtype_id msgid "Matrix subtype" msgstr "Sous-type de matrice" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Multiple Lines Text Box" msgstr "Plusieurs lignes de texte" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.question,matrix_subtype:0 msgid "Multiple choices per row" msgstr "Plusieurs choix par ligne" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_dp_attributes_value__name +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_dp_attributes_value__name msgid "Name" msgstr "Nom" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Number" msgstr "Numéro" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Numerical Value" msgstr "Valeur numérique" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.question,matrix_subtype:0 msgid "One choice per row" msgstr "Un choix par ligne" -#. module: custom_matrix_survey -#: model_terms:ir.ui.view,arch_db:custom_matrix_survey.survey_user_input_custom_form +#. module: survey_custom_matrix +#: model_terms:ir.ui.view,arch_db:survey_custom_matrix.survey_user_input_custom_form msgid "Print PDF Answers" msgstr "Imprimer les réponses en PDF" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.label,type:0 msgid "Single Line Text Box" msgstr "Ligne de texte unique" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Suggestion" msgstr "Suggestion" -#. module: custom_matrix_survey -#: model:ir.model,name:custom_matrix_survey.model_survey_label +#. module: survey_custom_matrix +#: model:ir.model,name:survey_custom_matrix.model_survey_label msgid "Survey Label" msgstr "Étiquette du sondage" -#. module: custom_matrix_survey -#: model:ir.model,name:custom_matrix_survey.model_survey_question +#. module: survey_custom_matrix +#: model:ir.model,name:survey_custom_matrix.model_survey_question msgid "Survey Question" msgstr "Question du sondage" -#. module: custom_matrix_survey -#: model:ir.model,name:custom_matrix_survey.model_survey_user_input_line +#. module: survey_custom_matrix +#: model:ir.model,name:survey_custom_matrix.model_survey_user_input_line msgid "Survey User Input Line" msgstr "Ligne de saisie pour l'utilisateur du sondage" -#. module: custom_matrix_survey +#. module: survey_custom_matrix #: selection:survey.user_input_line,answer_type:0 msgid "Text" msgstr "Texte" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_label__type +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_label__type msgid "Type of Question" msgstr "Type de question" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_user_input_line__value_dropdown +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_user_input_line__value_dropdown msgid "Value Dropdown" msgstr "Valeur possible" -#. module: custom_matrix_survey -#: model:ir.model,name:custom_matrix_survey.model_dp_attributes_value +#. module: survey_custom_matrix +#: model:ir.model,name:survey_custom_matrix.model_dp_attributes_value msgid "survey.label.value" msgstr "" -#. module: custom_matrix_survey -#: model:ir.model.fields,field_description:custom_matrix_survey.field_survey_label__dpvalues +#. module: survey_custom_matrix +#: model:ir.model.fields,field_description:survey_custom_matrix.field_survey_label__dpvalues msgid "values" msgstr "Valeurs" diff --git a/custom_matrix_survey/models/__init__.py b/survey_custom_matrix/models/__init__.py similarity index 100% rename from custom_matrix_survey/models/__init__.py rename to survey_custom_matrix/models/__init__.py diff --git a/custom_matrix_survey/models/survey_label.py b/survey_custom_matrix/models/survey_label.py similarity index 100% rename from custom_matrix_survey/models/survey_label.py rename to survey_custom_matrix/models/survey_label.py diff --git a/custom_matrix_survey/models/survey_label_value.py b/survey_custom_matrix/models/survey_label_value.py similarity index 100% rename from custom_matrix_survey/models/survey_label_value.py rename to survey_custom_matrix/models/survey_label_value.py diff --git a/custom_matrix_survey/models/survey_question.py b/survey_custom_matrix/models/survey_question.py similarity index 100% rename from custom_matrix_survey/models/survey_question.py rename to survey_custom_matrix/models/survey_question.py diff --git a/custom_matrix_survey/models/survey_user_input_line.py b/survey_custom_matrix/models/survey_user_input_line.py similarity index 100% rename from custom_matrix_survey/models/survey_user_input_line.py rename to survey_custom_matrix/models/survey_user_input_line.py diff --git a/custom_matrix_survey/reports/user_input.xml b/survey_custom_matrix/reports/user_input.xml similarity index 95% rename from custom_matrix_survey/reports/user_input.xml rename to survey_custom_matrix/reports/user_input.xml index fa21a3e..d4f2fff 100644 --- a/custom_matrix_survey/reports/user_input.xml +++ b/survey_custom_matrix/reports/user_input.xml @@ -71,7 +71,7 @@ @@ -81,8 +81,8 @@ string="Answers" model="survey.user_input" report_type="qweb-pdf" - file="custom_matrix_survey.report_survey_answers" - name="custom_matrix_survey.report_survey_answers" + file="survey_custom_matrix.report_survey_answers" + name="survey_custom_matrix.report_survey_answers" print_report_name="'answer - %s' % (object.survey_id.title)"/> diff --git a/custom_matrix_survey/security/ir_model_access.xml b/survey_custom_matrix/security/ir_model_access.xml similarity index 84% rename from custom_matrix_survey/security/ir_model_access.xml rename to survey_custom_matrix/security/ir_model_access.xml index a966fbe..b375368 100644 --- a/custom_matrix_survey/security/ir_model_access.xml +++ b/survey_custom_matrix/security/ir_model_access.xml @@ -2,7 +2,7 @@ survey.label.value All R - + 1 0 0 @@ -11,7 +11,7 @@ survey.label.value Survey Manager RWCU - + 1 1 diff --git a/custom_matrix_survey/static/description/banner.jpg b/survey_custom_matrix/static/description/banner.jpg similarity index 100% rename from custom_matrix_survey/static/description/banner.jpg rename to survey_custom_matrix/static/description/banner.jpg diff --git a/custom_matrix_survey/static/description/call-icon.png b/survey_custom_matrix/static/description/call-icon.png similarity index 100% rename from custom_matrix_survey/static/description/call-icon.png rename to survey_custom_matrix/static/description/call-icon.png diff --git a/custom_matrix_survey/static/description/color code.txt b/survey_custom_matrix/static/description/color code.txt similarity index 100% rename from custom_matrix_survey/static/description/color code.txt rename to survey_custom_matrix/static/description/color code.txt diff --git a/custom_matrix_survey/static/description/features-icon.png b/survey_custom_matrix/static/description/features-icon.png similarity index 100% rename from custom_matrix_survey/static/description/features-icon.png rename to survey_custom_matrix/static/description/features-icon.png diff --git a/custom_matrix_survey/static/description/icon-2.png b/survey_custom_matrix/static/description/icon-2.png similarity index 100% rename from custom_matrix_survey/static/description/icon-2.png rename to survey_custom_matrix/static/description/icon-2.png diff --git a/custom_matrix_survey/static/description/icon-3.png b/survey_custom_matrix/static/description/icon-3.png similarity index 100% rename from custom_matrix_survey/static/description/icon-3.png rename to survey_custom_matrix/static/description/icon-3.png diff --git a/custom_matrix_survey/static/description/icon-4.png b/survey_custom_matrix/static/description/icon-4.png similarity index 100% rename from custom_matrix_survey/static/description/icon-4.png rename to survey_custom_matrix/static/description/icon-4.png diff --git a/custom_matrix_survey/static/description/icon-5.png b/survey_custom_matrix/static/description/icon-5.png similarity index 100% rename from custom_matrix_survey/static/description/icon-5.png rename to survey_custom_matrix/static/description/icon-5.png diff --git a/custom_matrix_survey/static/description/icon-6.png b/survey_custom_matrix/static/description/icon-6.png similarity index 100% rename from custom_matrix_survey/static/description/icon-6.png rename to survey_custom_matrix/static/description/icon-6.png diff --git a/custom_matrix_survey/static/description/icon.png b/survey_custom_matrix/static/description/icon.png similarity index 100% rename from custom_matrix_survey/static/description/icon.png rename to survey_custom_matrix/static/description/icon.png diff --git a/custom_matrix_survey/static/description/icon1.png b/survey_custom_matrix/static/description/icon1.png similarity index 100% rename from custom_matrix_survey/static/description/icon1.png rename to survey_custom_matrix/static/description/icon1.png diff --git a/custom_matrix_survey/static/description/index.html b/survey_custom_matrix/static/description/index.html similarity index 100% rename from custom_matrix_survey/static/description/index.html rename to survey_custom_matrix/static/description/index.html diff --git a/custom_matrix_survey/static/description/logo.png b/survey_custom_matrix/static/description/logo.png similarity index 100% rename from custom_matrix_survey/static/description/logo.png rename to survey_custom_matrix/static/description/logo.png diff --git a/custom_matrix_survey/static/description/main_image.jpg b/survey_custom_matrix/static/description/main_image.jpg similarity index 100% rename from custom_matrix_survey/static/description/main_image.jpg rename to survey_custom_matrix/static/description/main_image.jpg diff --git a/custom_matrix_survey/static/description/support-icon.png b/survey_custom_matrix/static/description/support-icon.png similarity index 100% rename from custom_matrix_survey/static/description/support-icon.png rename to survey_custom_matrix/static/description/support-icon.png diff --git a/custom_matrix_survey/static/description/survey_1.png b/survey_custom_matrix/static/description/survey_1.png similarity index 100% rename from custom_matrix_survey/static/description/survey_1.png rename to survey_custom_matrix/static/description/survey_1.png diff --git a/custom_matrix_survey/static/description/survey_10.png b/survey_custom_matrix/static/description/survey_10.png similarity index 100% rename from custom_matrix_survey/static/description/survey_10.png rename to survey_custom_matrix/static/description/survey_10.png diff --git a/custom_matrix_survey/static/description/survey_11.png b/survey_custom_matrix/static/description/survey_11.png similarity index 100% rename from custom_matrix_survey/static/description/survey_11.png rename to survey_custom_matrix/static/description/survey_11.png diff --git a/custom_matrix_survey/static/description/survey_12.png b/survey_custom_matrix/static/description/survey_12.png similarity index 100% rename from custom_matrix_survey/static/description/survey_12.png rename to survey_custom_matrix/static/description/survey_12.png diff --git a/custom_matrix_survey/static/description/survey_13.png b/survey_custom_matrix/static/description/survey_13.png similarity index 100% rename from custom_matrix_survey/static/description/survey_13.png rename to survey_custom_matrix/static/description/survey_13.png diff --git a/custom_matrix_survey/static/description/survey_2.png b/survey_custom_matrix/static/description/survey_2.png similarity index 100% rename from custom_matrix_survey/static/description/survey_2.png rename to survey_custom_matrix/static/description/survey_2.png diff --git a/custom_matrix_survey/static/description/survey_3.png b/survey_custom_matrix/static/description/survey_3.png similarity index 100% rename from custom_matrix_survey/static/description/survey_3.png rename to survey_custom_matrix/static/description/survey_3.png diff --git a/custom_matrix_survey/static/description/survey_4.png b/survey_custom_matrix/static/description/survey_4.png similarity index 100% rename from custom_matrix_survey/static/description/survey_4.png rename to survey_custom_matrix/static/description/survey_4.png diff --git a/custom_matrix_survey/static/description/survey_5.png b/survey_custom_matrix/static/description/survey_5.png similarity index 100% rename from custom_matrix_survey/static/description/survey_5.png rename to survey_custom_matrix/static/description/survey_5.png diff --git a/custom_matrix_survey/static/description/survey_6.png b/survey_custom_matrix/static/description/survey_6.png similarity index 100% rename from custom_matrix_survey/static/description/survey_6.png rename to survey_custom_matrix/static/description/survey_6.png diff --git a/custom_matrix_survey/static/description/survey_8.png b/survey_custom_matrix/static/description/survey_8.png similarity index 100% rename from custom_matrix_survey/static/description/survey_8.png rename to survey_custom_matrix/static/description/survey_8.png diff --git a/custom_matrix_survey/static/description/survey_9.png b/survey_custom_matrix/static/description/survey_9.png similarity index 100% rename from custom_matrix_survey/static/description/survey_9.png rename to survey_custom_matrix/static/description/survey_9.png diff --git a/custom_matrix_survey/templates/matrix.xml b/survey_custom_matrix/templates/matrix.xml similarity index 100% rename from custom_matrix_survey/templates/matrix.xml rename to survey_custom_matrix/templates/matrix.xml diff --git a/custom_matrix_survey/views/survey_question.xml b/survey_custom_matrix/views/survey_question.xml similarity index 89% rename from custom_matrix_survey/views/survey_question.xml rename to survey_custom_matrix/views/survey_question.xml index 13e8650..b9d6772 100644 --- a/custom_matrix_survey/views/survey_question.xml +++ b/survey_custom_matrix/views/survey_question.xml @@ -2,7 +2,7 @@ - custom_matrix_survey survey.question form + survey_custom_matrix survey.question form survey.question diff --git a/custom_matrix_survey/views/survey_user_input.xml b/survey_custom_matrix/views/survey_user_input.xml similarity index 89% rename from custom_matrix_survey/views/survey_user_input.xml rename to survey_custom_matrix/views/survey_user_input.xml index ab00c66..99851a6 100644 --- a/custom_matrix_survey/views/survey_user_input.xml +++ b/survey_custom_matrix/views/survey_user_input.xml @@ -2,7 +2,7 @@ - custom_matrix_survey survey.user_input form + survey_custom_matrix survey.user_input form survey.user_input diff --git a/custom_matrix_survey/views/survey_user_input_line.xml b/survey_custom_matrix/views/survey_user_input_line.xml similarity index 92% rename from custom_matrix_survey/views/survey_user_input_line.xml rename to survey_custom_matrix/views/survey_user_input_line.xml index 5947beb..1c2cd09 100644 --- a/custom_matrix_survey/views/survey_user_input_line.xml +++ b/survey_custom_matrix/views/survey_user_input_line.xml @@ -2,7 +2,7 @@ - custom_matrix_survey survey.user_input_line form + survey_custom_matrix survey.user_input_line form survey.user_input_line