Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mgmtsystem_survey migration to 9.0 progress #145

Merged
merged 3 commits into from
Aug 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>