Skip to content

Commit

Permalink
Merge pull request #145 from naousse/9.0-mgmtsystem_survey
Browse files Browse the repository at this point in the history
mgmtsystem_survey migration to 9.0 progress
  • Loading branch information
Maxime Chambreuil committed Aug 1, 2016
2 parents 21509cc + a88a6df commit 8e99410
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 10 deletions.
83 changes: 83 additions & 0 deletions mgmtsystem_survey/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

===========================
Management Systems - Survey
===========================

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

Installation
============

#. None

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

To configure this module, you need to:

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

Usage
=====

To use this module, you need to:

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

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/118/9.0

Known issues / Roadmap
======================

* None

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 smashing it by providing a detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

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>
* Pedro Baeza <pedro.baeza@tecnativa.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* Luk Vermeylen <luk@allmas-it.be>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.
9 changes: 3 additions & 6 deletions mgmtsystem_survey/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
Expand All @@ -20,14 +20,11 @@
##############################################################################
{
"name": "Management System - Survey",
"version": "8.0.1.0.0",
"version": "9.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "http://www.savoirfairelinux.com",
"license": "AGPL-3",
"category": "Management System",
"description": """\
This module enables you to manage your satisfaction surveys and its answers.
""",
"depends": [
'mgmtsystem',
'survey'
Expand All @@ -38,5 +35,5 @@
],
"demo": [
],
'installable': False,
'installable': True,
}
4 changes: 2 additions & 2 deletions mgmtsystem_survey/data/survey_stage.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<openerp>
<odoo>
<data>

<!-- Survey Type -->
Expand All @@ -8,4 +8,4 @@
</record>

</data>
</openerp>
</odoo>
4 changes: 2 additions & 2 deletions mgmtsystem_survey/views/survey_survey.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<openerp>
<odoo>
<data>

<!-- window actions and menus -->
Expand All @@ -18,4 +18,4 @@
groups="mgmtsystem.group_mgmtsystem_manager"/>

</data>
</openerp>
</odoo>

0 comments on commit 8e99410

Please sign in to comment.