Skip to content

Commit

Permalink
Merge PR #609 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by max3903
  • Loading branch information
OCA-git-bot committed Nov 23, 2024
2 parents 47ef6a0 + 49fbe7c commit d55add5
Show file tree
Hide file tree
Showing 31 changed files with 1,295 additions and 0 deletions.
144 changes: 144 additions & 0 deletions mgmtsystem_survey/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
==========================
Management System - Survey
==========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:42f78cdb4e988a5bab3078e782b27c4b9e2e288d0669ecf463314ebfd33d886b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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%2Fmanagement--system-lightgray.png?logo=github
:target: https://github.com/OCA/management-system/tree/18.0/mgmtsystem_survey
:alt: OCA/management-system
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/management-system-18-0/management-system-18-0-mgmtsystem_survey
: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/management-system&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module enables you to manage your customer satisfaction surveys and
their answers.

**Table of contents**

.. contents::
:local:

Configuration
=============

To configure this module, you need to:

1. Go to Management System > Configuration > Surveys
2. Click on Create to create your customer satisfaction survey
3. Add pages and questions

Usage
=====

To use this module, you need to:

1. Publish the survey on the web (using the website module) or
2. Print the survey and send it by email or
3. Call your customer and go through the list of questions over the
phone

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/management-system/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 <https://github.com/OCA/management-system/issues/new?body=module:%20mgmtsystem_survey%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* Savoir-faire Linux

Contributors
------------

- Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>

- Daniel Reis <dgreis@sapo.pt>

- Loïc Lacroix <loic.lacroix@savoirfairelinux.com>

- Stéphane Bidoul <stephane.bidoul@acsone.eu>

- Gervais Naoussi <gervaisnaoussi@gmail.com>

- Luk Vermeylen <luk@allmas-it.be>

- Eugen Don <eugen.don@don-systems.de>

- Jose Maria Alzaga <jose.alzaga@aselcis.com>

- Julien Coux <julien.coux@camptocamp.com>

- `Tecnativa <https://www.tecnativa.com>`__:

- Ernesto Tejeda
- Pedro M. Baeza

- `Binhex <https://binhex.cloud//com>`__:

- David Luis Mora <d.luis@binhex.cloud>

- Yvan Dotet <yvan.dotet@logicasoft.eu>

- `Trobz <https://www.trobz.com>`__:

- Dung Tran <dungtd@trobz.com>
- Khoi (Kien Kim) <khoikk@trobz.com>

Other credits
-------------

The migration of this module from 17.0 to 18.0 was financially supported
by:

- Camptocamp

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-max3903| image:: https://github.com/max3903.png?size=40px
:target: https://github.com/max3903
:alt: max3903

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-max3903|

This module is part of the `OCA/management-system <https://github.com/OCA/management-system/tree/18.0/mgmtsystem_survey>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions mgmtsystem_survey/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
16 changes: 16 additions & 0 deletions mgmtsystem_survey/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Management System - Survey",
"version": "18.0.1.0.0",
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": ["mgmtsystem", "survey"],
"data": ["views/survey_survey.xml"],
"installable": True,
"development_status": "Beta",
"maintainers": ["max3903"],
}
36 changes: 36 additions & 0 deletions mgmtsystem_survey/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_survey
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-21 18:16+0000\n"
"PO-Revision-Date: 2017-04-21 18:16+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: mgmtsystem_survey
#: model:ir.actions.act_window,name:mgmtsystem_survey.action_survey_form
#: model:ir.ui.menu,name:mgmtsystem_survey.menu_open_survey
msgid "Surveys"
msgstr "Umfragen"

#~ msgid "Management System"
#~ msgstr "Management-System"

#, fuzzy
#~ msgid "Survey"
#~ msgstr "Umfragen"

#, fuzzy
#~ msgid "Survey Stage"
#~ msgstr "Umfragen"
36 changes: 36 additions & 0 deletions mgmtsystem_survey/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_survey
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2018
# enjolras <yo@miguelrevilla.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-10 07:39+0000\n"
"PO-Revision-Date: 2022-02-12 21:16+0000\n"
"Last-Translator: Miquel Romera <mromera@pmsastro.es>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: mgmtsystem_survey
#: model:ir.actions.act_window,name:mgmtsystem_survey.action_survey_form
#: model:ir.ui.menu,name:mgmtsystem_survey.menu_open_survey
msgid "Surveys"
msgstr "Encuestas"

#~ msgid "Management System"
#~ msgstr "Sistema de gestión"

#~ msgid "Survey"
#~ msgstr "Encuestas"

#~ msgid "Survey Stage"
#~ msgstr "Etapa de la encuesta"
38 changes: 38 additions & 0 deletions mgmtsystem_survey/i18n/es_CO.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_survey
#
# Translators:
# JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 07:18+0000\n"
"PO-Revision-Date: 2018-01-16 07:18+0000\n"
"Last-Translator: JOSE ALEJANDRO ECHEVERRI VALENCIA <josealejandroeche@gmail."
"com>, 2018\n"
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
"es_CO/)\n"
"Language: es_CO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: mgmtsystem_survey
#: model:ir.actions.act_window,name:mgmtsystem_survey.action_survey_form
#: model:ir.ui.menu,name:mgmtsystem_survey.menu_open_survey
msgid "Surveys"
msgstr "Encuestas"

#~ msgid "Management System"
#~ msgstr "Sistema de Gestión"

#, fuzzy
#~ msgid "Survey"
#~ msgstr "Encuestas"

#, fuzzy
#~ msgid "Survey Stage"
#~ msgstr "Encuestas"
28 changes: 28 additions & 0 deletions mgmtsystem_survey/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_survey
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-04 02:45+0000\n"
"PO-Revision-Date: 2016-08-04 02:45+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: mgmtsystem_survey
#: model:ir.actions.act_window,name:mgmtsystem_survey.action_survey_form
#: model:ir.ui.menu,name:mgmtsystem_survey.menu_open_survey
msgid "Surveys"
msgstr ""

#~ msgid "Management System"
#~ msgstr "Johtamisjärjestelmä"
38 changes: 38 additions & 0 deletions mgmtsystem_survey/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_survey
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012
# Maxime Chambreuil <maxime.chambreuil@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: management-system (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-07 14:27+0000\n"
"PO-Revision-Date: 2015-05-26 18:45+0000\n"
"Last-Translator: Maxime Chambreuil <maxime.chambreuil@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-management-"
"system-8-0/language/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: mgmtsystem_survey
#: model:ir.actions.act_window,name:mgmtsystem_survey.action_survey_form
#: model:ir.ui.menu,name:mgmtsystem_survey.menu_open_survey
msgid "Surveys"
msgstr "Questionnaires"

#~ msgid "Management System"
#~ msgstr "Système de gestion"

#, fuzzy
#~ msgid "Survey"
#~ msgstr "Questionnaires"

#, fuzzy
#~ msgid "Survey Stage"
#~ msgstr "Questionnaires"
30 changes: 30 additions & 0 deletions mgmtsystem_survey/i18n/hr_HR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mgmtsystem_survey
#
# Translators:
# Bole <bole@dajmi5.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-01 20:06+0000\n"
"PO-Revision-Date: 2017-05-01 20:06+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: mgmtsystem_survey
#: model:ir.actions.act_window,name:mgmtsystem_survey.action_survey_form
#: model:ir.ui.menu,name:mgmtsystem_survey.menu_open_survey
msgid "Surveys"
msgstr ""

#~ msgid "Management System"
#~ msgstr "Susatv upravljanja"
Loading

0 comments on commit d55add5

Please sign in to comment.