diff --git a/survey_crm_generation/README.rst b/survey_crm_generation/README.rst new file mode 100644 index 0000000..698a837 --- /dev/null +++ b/survey_crm_generation/README.rst @@ -0,0 +1,105 @@ +======================= +Survey leads generation +======================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:72ceb1068020aaec4baba6df86a6b1b024793db57bdfc2cec8374da9cac8d031 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsurvey-lightgray.png?logo=github + :target: https://github.com/OCA/survey/tree/15.0/survey_crm_generation + :alt: OCA/survey +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/survey-15-0/survey-15-0-survey_crm_generation + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/survey&target_branch=15.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to generate leads/opportunities from surveys. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +To configure the leads/opportunities generation: + +#. Go to the configured survey. +#. In the *CRM* section of the *Options* tab, set *Generate leads* on. +#. Optionally you can set default tags for the generated leads. +#. You can set the crm team to assign the leads to. + +The questions marked to be shown in the lead description will be shown there. + +Usage +===== + +Once the surveys are submited a lead/opportunity (depending on the default options for +the company) will be generated with a link to the answers. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Tecnativa + +Contributors +~~~~~~~~~~~~ + +* `Tecnativa `_ + + * David Vidal + * Stefan ungureanu + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +.. |maintainer-chienandalu| image:: https://github.com/chienandalu.png?size=40px + :target: https://github.com/chienandalu + :alt: chienandalu + +Current `maintainer `__: + +|maintainer-chienandalu| + +This module is part of the `OCA/survey `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/survey_crm_generation/__init__.py b/survey_crm_generation/__init__.py new file mode 100644 index 0000000..0650744 --- /dev/null +++ b/survey_crm_generation/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/survey_crm_generation/__manifest__.py b/survey_crm_generation/__manifest__.py new file mode 100644 index 0000000..ef8ecb5 --- /dev/null +++ b/survey_crm_generation/__manifest__.py @@ -0,0 +1,26 @@ +# Copyright 2023 Tecnativa - David Vidal +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +{ + "name": "Survey leads generation", + "summary": "Generate CRM leads/opportunities from surveys", + "version": "16.0.1.0.0", + "development_status": "Beta", + "category": "Marketing/Survey", + "website": "https://github.com/OCA/survey", + "author": "Tecnativa, Odoo Community Association (OCA)", + "maintainers": ["chienandalu"], + "license": "AGPL-3", + "depends": ["survey", "crm"], + "data": [ + "views/survey_survey_views.xml", + "views/survey_question_views.xml", + "views/survey_user_input_views.xml", + "views/crm_lead_views.xml", + ], + "demo": ["demo/survey_crm_demo.xml"], + "assets": { + "web.assets_tests": [ + "/survey_crm_generation/static/tests/survey_crm_generation_tour.js", + ], + }, +} diff --git a/survey_crm_generation/demo/survey_crm_demo.xml b/survey_crm_generation/demo/survey_crm_demo.xml new file mode 100644 index 0000000..638631c --- /dev/null +++ b/survey_crm_generation/demo/survey_crm_demo.xml @@ -0,0 +1,51 @@ + + + + Survey Leads + + + OCA Partnership + + + + OCA Partnership + + + + Become OCA Partner + Be part of the Odoo Community! + 08b4db21-66cc-4c69-a712-cc364c54902c + public + + + + + + + + 0 + E-mail address + text_box + + + + + + 1 + Your company name? + text_box + + + + + + 2 + And your name? + text_box + + + + diff --git a/survey_crm_generation/i18n/es.po b/survey_crm_generation/i18n/es.po new file mode 100644 index 0000000..2dfe41d --- /dev/null +++ b/survey_crm_generation/i18n/es.po @@ -0,0 +1,137 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * survey_crm_generation +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 15.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-01 09:49+0000\n" +"PO-Revision-Date: 2023-06-01 12:07+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.0.1\n" + +#. module: survey_crm_generation +#: model:survey.question,title:survey_crm_generation.survey_oca_q3 +msgid "And your name?" +msgstr "¿Y tu nombre? " + +#. module: survey_crm_generation +#: model:survey.survey,description:survey_crm_generation.become_partner +msgid "Be part of the Odoo Community!" +msgstr "¡Se parte de la comunidad de Odoo!" + +#. module: survey_crm_generation +#: model:survey.survey,title:survey_crm_generation.become_partner +msgid "Become OCA Partner" +msgstr "Conviértete en miembro OCA" + +#. module: survey_crm_generation +#: model_terms:ir.ui.view,arch_db:survey_crm_generation.survey_form +#: model_terms:ir.ui.view,arch_db:survey_crm_generation.survey_question_form +msgid "CRM" +msgstr "CRM" + +#. module: survey_crm_generation +#: model:ir.model.fields,field_description:survey_crm_generation.field_survey_survey__crm_tag_ids +msgid "Crm Tag" +msgstr "Etiqueta CRM" + +#. module: survey_crm_generation +#: model:ir.model.fields,field_description:survey_crm_generation.field_survey_survey__crm_team_id +msgid "Crm Team" +msgstr "Equipo CRM" + +#. module: survey_crm_generation +#: model:survey.question,title:survey_crm_generation.survey_oca_q0 +msgid "E-mail address" +msgstr "Dirección de correo electrónico" + +#. module: survey_crm_generation +#: model:ir.model.fields,field_description:survey_crm_generation.field_survey_survey__generate_leads +msgid "Generate Leads" +msgstr "Generación de iniciativa" + +#. module: survey_crm_generation +#: model:ir.model.fields,help:survey_crm_generation.field_survey_survey__generate_leads +msgid "Generate leads/opportunities linked to the generated quotations" +msgstr "Generar iniciativas/oportunidades vinculadas a las ofertas generadas" + +#. module: survey_crm_generation +#: model:survey.question,comments_message:survey_crm_generation.survey_oca_q0 +#: model:survey.question,comments_message:survey_crm_generation.survey_oca_q1 +#: model:survey.question,comments_message:survey_crm_generation.survey_oca_q3 +msgid "If other, please specify:" +msgstr "Si es otro, especifíquelo:" + +#. module: survey_crm_generation +#: model:ir.model,name:survey_crm_generation.model_crm_lead +msgid "Lead/Opportunity" +msgstr "Iniciativa/Oportunidad" + +#. module: survey_crm_generation +#: model:crm.tag,name:survey_crm_generation.tag_oca_partnership +#: model:crm.team,name:survey_crm_generation.oca_partnership_leads +msgid "OCA Partnership" +msgstr "Asociación OCA" + +#. module: survey_crm_generation +#: model:ir.model.fields,field_description:survey_crm_generation.field_survey_user_input__opportunity_id +msgid "Opportunity" +msgstr "Oportunidad" + +#. module: survey_crm_generation +#: model:ir.model.fields,help:survey_crm_generation.field_survey_survey__crm_tag_ids +msgid "Set the default crm tags in the generated leads/opportunities" +msgstr "Establecer las etiquetas crm por defecto en las iniciativas/oportunidades generadas" + +#. module: survey_crm_generation +#: model:ir.model.fields,field_description:survey_crm_generation.field_survey_question__show_in_lead_description +msgid "Show In Lead Description" +msgstr "Mostrar en la descripción de la iniciativa" + +#. module: survey_crm_generation +#: model:ir.model,name:survey_crm_generation.model_survey_survey +msgid "Survey" +msgstr "Encuesta" + +#. module: survey_crm_generation +#: model:crm.tag,name:survey_crm_generation.tag_survey_leads +msgid "Survey Leads" +msgstr "Encuesta de la iniciativa" + +#. module: survey_crm_generation +#: model:ir.model,name:survey_crm_generation.model_survey_question +msgid "Survey Question" +msgstr "Pregunta de la encuesta" + +#. module: survey_crm_generation +#: model:ir.model,name:survey_crm_generation.model_survey_user_input +#: model:ir.model.fields,field_description:survey_crm_generation.field_crm_lead__survey_user_input_id +msgid "Survey User Input" +msgstr "Respuestas de los usuarios" + +#. module: survey_crm_generation +#: model:survey.question,validation_error_msg:survey_crm_generation.survey_oca_q0 +#: model:survey.question,validation_error_msg:survey_crm_generation.survey_oca_q1 +#: model:survey.question,validation_error_msg:survey_crm_generation.survey_oca_q3 +msgid "The answer you entered is not valid." +msgstr "La respuesta que has introducido no es válida." + +#. module: survey_crm_generation +#: model:survey.question,constr_error_msg:survey_crm_generation.survey_oca_q0 +#: model:survey.question,constr_error_msg:survey_crm_generation.survey_oca_q1 +#: model:survey.question,constr_error_msg:survey_crm_generation.survey_oca_q3 +msgid "This question requires an answer." +msgstr "Esta pregunta requiere una respuesta." + +#. module: survey_crm_generation +#: model:survey.question,title:survey_crm_generation.survey_oca_q1 +msgid "Your company name?" +msgstr "¿El nombre de su empresa?" diff --git a/survey_crm_generation/models/__init__.py b/survey_crm_generation/models/__init__.py new file mode 100644 index 0000000..e27bb41 --- /dev/null +++ b/survey_crm_generation/models/__init__.py @@ -0,0 +1,4 @@ +from . import crm_lead +from . import survey_question +from . import survey_survey +from . import survey_user_input diff --git a/survey_crm_generation/models/crm_lead.py b/survey_crm_generation/models/crm_lead.py new file mode 100644 index 0000000..0471593 --- /dev/null +++ b/survey_crm_generation/models/crm_lead.py @@ -0,0 +1,9 @@ +# Copyright 2023 Tecnativa - David Vidal +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +from odoo import fields, models + + +class CrmLead(models.Model): + _inherit = "crm.lead" + + survey_user_input_id = fields.Many2one(comodel_name="survey.user_input") diff --git a/survey_crm_generation/models/survey_question.py b/survey_crm_generation/models/survey_question.py new file mode 100644 index 0000000..f5163eb --- /dev/null +++ b/survey_crm_generation/models/survey_question.py @@ -0,0 +1,9 @@ +# Copyright 2022 Tecnativa - David Vidal +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +from odoo import fields, models + + +class SurveyQuestion(models.Model): + _inherit = "survey.question" + + show_in_lead_description = fields.Boolean() diff --git a/survey_crm_generation/models/survey_survey.py b/survey_crm_generation/models/survey_survey.py new file mode 100644 index 0000000..62b1eaf --- /dev/null +++ b/survey_crm_generation/models/survey_survey.py @@ -0,0 +1,16 @@ +# Copyright 2023 Tecnativa - David Vidal +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +from odoo import fields, models + + +class SurveySurvey(models.Model): + _inherit = "survey.survey" + + generate_leads = fields.Boolean( + help="Generate leads/opportunities linked to the generated quotations", + ) + crm_tag_ids = fields.Many2many( + comodel_name="crm.tag", + help="Set the default crm tags in the generated leads/opportunities", + ) + crm_team_id = fields.Many2one(comodel_name="crm.team") diff --git a/survey_crm_generation/models/survey_user_input.py b/survey_crm_generation/models/survey_user_input.py new file mode 100644 index 0000000..ec9b968 --- /dev/null +++ b/survey_crm_generation/models/survey_user_input.py @@ -0,0 +1,55 @@ +# Copyright 2022 Tecnativa - David Vidal +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +from odoo import fields, models, _ + + +class SurveyUserInput(models.Model): + _inherit = "survey.user_input" + + opportunity_id = fields.Many2one(comodel_name="crm.lead") + + def _prepare_opportunity(self): + return { + "name": self.survey_id.title, + "tag_ids": [(6, 0, self.survey_id.crm_tag_ids.ids)], + "partner_id": self.partner_id.id, + "user_id": self.survey_id.crm_team_id.user_id.id, + "team_id": self.survey_id.crm_team_id.id, + "company_id": self.create_uid.company_id.id, + "survey_user_input_id": self.id, + "description": self._prepare_lead_description(), + } + + def _prepare_lead_description(self): + """We can have surveys without partner. It's handy to have some relevant info + in the description although the answers are linked themselves. + + :return str: description for the lead + """ + relevant_answers = self.user_input_line_ids.filtered( + lambda x: not x.skipped and x.question_id.show_in_lead_description + ) + + description = ''+_('Survey answers: ')+"
  • "+"
  • ".join( + f"{answer.question_id.title}: {answer[f'value_{answer.answer_type}'].display_name}" if isinstance(answer[f'value_{answer.answer_type}'],models.Model) else f"{answer.question_id.title}: {answer[f'value_{answer.answer_type}']}" + for answer in relevant_answers + )+"
" + return description + + def _create_opportunity_post_process(self): + """After creating the lead send an internal message with the input link""" + self.opportunity_id.message_post_with_view( + "mail.message_origin_link", + values={"self": self.opportunity_id, "origin": self}, + subtype_id=self.env.ref("mail.mt_note").id, + ) + + def _mark_done(self): + """Generate the opportunity when the survey is submitted""" + res = super()._mark_done() + if not self.survey_id.generate_leads: + return res + vals = self._prepare_opportunity() + self.opportunity_id = self.env["crm.lead"].sudo().create(vals) + self._create_opportunity_post_process() + return res diff --git a/survey_crm_generation/readme/CONFIGURE.rst b/survey_crm_generation/readme/CONFIGURE.rst new file mode 100644 index 0000000..4c55dc7 --- /dev/null +++ b/survey_crm_generation/readme/CONFIGURE.rst @@ -0,0 +1,8 @@ +To configure the leads/opportunities generation: + +#. Go to the configured survey. +#. In the *CRM* section of the *Options* tab, set *Generate leads* on. +#. Optionally you can set default tags for the generated leads. +#. You can set the crm team to assign the leads to. + +The questions marked to be shown in the lead description will be shown there. diff --git a/survey_crm_generation/readme/CONTRIBUTORS.rst b/survey_crm_generation/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..cbf3a46 --- /dev/null +++ b/survey_crm_generation/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* `Tecnativa `_ + + * David Vidal + * Stefan ungureanu diff --git a/survey_crm_generation/readme/DESCRIPTION.rst b/survey_crm_generation/readme/DESCRIPTION.rst new file mode 100644 index 0000000..f115b35 --- /dev/null +++ b/survey_crm_generation/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module allows to generate leads/opportunities from surveys. diff --git a/survey_crm_generation/readme/USAGE.rst b/survey_crm_generation/readme/USAGE.rst new file mode 100644 index 0000000..79a88f5 --- /dev/null +++ b/survey_crm_generation/readme/USAGE.rst @@ -0,0 +1,2 @@ +Once the surveys are submited a lead/opportunity (depending on the default options for +the company) will be generated with a link to the answers. diff --git a/survey_crm_generation/static/description/icon.png b/survey_crm_generation/static/description/icon.png new file mode 100644 index 0000000..ae0af81 Binary files /dev/null and b/survey_crm_generation/static/description/icon.png differ diff --git a/survey_crm_generation/static/description/index.html b/survey_crm_generation/static/description/index.html new file mode 100644 index 0000000..de45f06 --- /dev/null +++ b/survey_crm_generation/static/description/index.html @@ -0,0 +1,445 @@ + + + + + + +Survey leads generation + + + +
+

Survey leads generation

+ + +

Beta License: AGPL-3 OCA/survey Translate me on Weblate Try me on Runboat

+

This module allows to generate leads/opportunities from surveys.

+

Table of contents

+ +
+

Configuration

+

To configure the leads/opportunities generation:

+
    +
  1. Go to the configured survey.
  2. +
  3. In the CRM section of the Options tab, set Generate leads on.
  4. +
  5. Optionally you can set default tags for the generated leads.
  6. +
  7. You can set the crm team to assign the leads to.
  8. +
+

The questions marked to be shown in the lead description will be shown there.

+
+
+

Usage

+

Once the surveys are submited a lead/opportunity (depending on the default options for +the company) will be generated with a link to the answers.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
+
+
+

Contributors

+
    +
  • Tecnativa
      +
    • David Vidal
    • +
    • Stefan ungureanu
    • +
    +
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

Current maintainer:

+

chienandalu

+

This module is part of the OCA/survey project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/survey_crm_generation/static/tests/survey_crm_generation_tour.js b/survey_crm_generation/static/tests/survey_crm_generation_tour.js new file mode 100644 index 0000000..f53a35f --- /dev/null +++ b/survey_crm_generation/static/tests/survey_crm_generation_tour.js @@ -0,0 +1,48 @@ +odoo.define( + "survey_crm_generation.tour_test_survey_crm_generation", + function (require) { + "use strict"; + + const tour = require("web_tour.tour"); + + tour.register( + "test_survey_crm_generation", + { + test: true, + url: "/survey/start/08b4db21-66cc-4c69-a712-cc364c54902c", + }, + [ + { + content: "Start Survey", + trigger: "button.btn:contains('Start Survey')", + }, + { + content: "E-mail address", + trigger: + "div.js_question-wrapper:contains('E-mail address') textarea", + run: "text test@test.com", + }, + { + content: "Your company name?", + trigger: + "div.js_question-wrapper:contains('Your company name?') textarea", + run: "text Tecnativa", + }, + { + content: "And your name?", + trigger: + "div.js_question-wrapper:contains('And your name?') textarea", + run: "text Tecnativa", + }, + { + content: "Click Submit", + trigger: "button[value='finish']", + }, + { + content: "Thank you", + trigger: "h1:contains('Thank you!')", + }, + ] + ); + } +); diff --git a/survey_crm_generation/tests/__init__.py b/survey_crm_generation/tests/__init__.py new file mode 100644 index 0000000..7683754 --- /dev/null +++ b/survey_crm_generation/tests/__init__.py @@ -0,0 +1 @@ +from . import test_survey_crm_sale_generation diff --git a/survey_crm_generation/tests/test_survey_crm_sale_generation.py b/survey_crm_generation/tests/test_survey_crm_sale_generation.py new file mode 100644 index 0000000..fdb07cc --- /dev/null +++ b/survey_crm_generation/tests/test_survey_crm_sale_generation.py @@ -0,0 +1,49 @@ +# Copyright 2023 Tecnativa - David Vidal +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +from markupsafe import Markup + +from odoo.tests import HttpCase, tagged + +from odoo.addons.survey.tests.common import SurveyCase + + +@tagged("-at_install", "post_install") +class SurveyCrmGenerationCase(SurveyCase, HttpCase): + def setUp(self): + """We run the tour in the setup so we can share the tests case with other + modules""" + super().setUp() + self.oca_leads = self.env.ref("survey_crm_generation.oca_partnership_leads") + self.survey = self.env.ref("survey_crm_generation.become_partner") + initial_user_inputs = self.survey.user_input_ids + # Run the survey as a portal user and get the generated quotation + self.start_tour( + f"/survey/start/{self.survey.access_token}", + "test_survey_crm_generation", + login="portal", + ) + self.user_input = self.survey.user_input_ids - initial_user_inputs + self.generated_lead = self.user_input.opportunity_id + + +@tagged("-at_install", "post_install") +class SurveyCrmGenerationTests(SurveyCrmGenerationCase): + def test_lead_generation(self): + self.assertFalse(self.generated_lead.stage_id.is_won) + self.assertEqual(self.generated_lead.team_id, self.oca_leads) + self.assertEqual( + self.generated_lead.tag_ids, + ( + self.env.ref("survey_crm_generation.tag_oca_partnership") + + self.env.ref("survey_crm_generation.tag_survey_leads") + ), + ) + expected_lead_description = Markup( + "

E-mail address: test@test.com\n" + "Your company name?: Tecnativa\n" + "And your name?: Tecnativa

" + ) + self.assertEqual( + self.generated_lead.description, + expected_lead_description, + ) diff --git a/survey_crm_generation/views/crm_lead_views.xml b/survey_crm_generation/views/crm_lead_views.xml new file mode 100644 index 0000000..8154833 --- /dev/null +++ b/survey_crm_generation/views/crm_lead_views.xml @@ -0,0 +1,15 @@ + + + + crm.lead + + + + + + + + diff --git a/survey_crm_generation/views/survey_question_views.xml b/survey_crm_generation/views/survey_question_views.xml new file mode 100644 index 0000000..a4cd801 --- /dev/null +++ b/survey_crm_generation/views/survey_question_views.xml @@ -0,0 +1,17 @@ + + + + survey.question + + + + + + + + + + diff --git a/survey_crm_generation/views/survey_survey_views.xml b/survey_crm_generation/views/survey_survey_views.xml new file mode 100644 index 0000000..d846082 --- /dev/null +++ b/survey_crm_generation/views/survey_survey_views.xml @@ -0,0 +1,23 @@ + + + + survey.survey + + + + + + + + + + + + diff --git a/survey_crm_generation/views/survey_user_input_views.xml b/survey_crm_generation/views/survey_user_input_views.xml new file mode 100644 index 0000000..6346ea7 --- /dev/null +++ b/survey_crm_generation/views/survey_user_input_views.xml @@ -0,0 +1,15 @@ + + + + survey.user_input + + + + + + + +