Skip to content

Commit

Permalink
MIG-mgmtsystem_survey-to-V.-10.0
Browse files Browse the repository at this point in the history
MIG-mgmtsystem_survey-to-V.-10.0
  • Loading branch information
eugen-don committed Mar 22, 2017
1 parent 45c60f8 commit 4ed4c40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 33 deletions.
1 change: 1 addition & 0 deletions mgmtsystem_survey/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Images
Contributors
------------

* Eugen Don <eugen.don@don-systems.de>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Daniel Reis <dgreis@sapo.pt>
* Loïc Lacroix <loic.lacroix@savoirfairelinux.com>
Expand Down
2 changes: 1 addition & 1 deletion mgmtsystem_survey/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
26 changes: 5 additions & 21 deletions mgmtsystem_survey/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,26 +1,10 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
# 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": "9.0.1.0.0",
"version": "10.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "http://www.savoirfairelinux.com",
"license": "AGPL-3",
Expand All @@ -35,5 +19,5 @@
],
"demo": [
],
'installable': False,
'installable': True,
}
5 changes: 0 additions & 5 deletions mgmtsystem_survey/data/survey_stage.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<odoo>
<data>

<!-- Survey Type -->

<record model="survey.stage" id="mgmtsystem_survey_type">
<field name="name">Management System</field>
</record>

</data>
</odoo>
6 changes: 0 additions & 6 deletions mgmtsystem_survey/views/survey_survey.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
<odoo>
<data>

<!-- window actions and menus -->

<record id="action_survey_form" model="ir.actions.act_window">
<field name="name">Surveys</field>
<field name="res_model">survey.survey</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
</record>

<menuitem
id="menu_open_survey"
action="action_survey_form"
parent="mgmtsystem.menu_mgmtsystem_configuration"
sequence="50"
groups="mgmtsystem.group_mgmtsystem_manager"/>

</data>
</odoo>

0 comments on commit 4ed4c40

Please sign in to comment.