[IMP] remove the portal_feedback module - we won't work on this before a while

bzr revid: abo@openerp.com-20120601151402-yd2w1l2hhk5hlcf3
This commit is contained in:
Antonin Bourguignon 2012-06-01 17:14:02 +02:00
parent a704f7bd8d
commit bd1a1f5dfc
5 changed files with 0 additions and 99 deletions

View File

@ -1,21 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# 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/>.
#
##############################################################################

View File

@ -1,42 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# 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/>.
#
##############################################################################
{
'name': 'Portal Feedback',
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
'description': """
This module adds the menu if claim and portal are installed.
""",
'author': 'OpenERP SA',
'depends': ['survey','portal'],
'update_xml': [
'portal_feedback_view.xml',
"board_portal_feedback_view.xml",
"security/ir.model.access.csv",
],
'installable': True,
'auto_install':True,
'category':'Hidden',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record model="ir.actions.act_window" id="action_survey_kanban_view">
<field name="name">Feedback</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">survey</field>
<field name="view_type">tree</field>
<field name="view_mode">kanban</field>
<field name="view_id" ref="survey.view_survey_kanban"/>
</record>
</data>
</openerp>

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<openerp>
<data>
<menuitem name="Feedback" id="portal_after_sales_feedback"
parent="portal.portal_after_sales" action="survey.action_survey_form1" sequence="20"/>
</data>
</openerp>

View File

@ -1,12 +0,0 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_survey_survey,survey_survey,survey.model_survey,portal.group_portal_member,1,1,0,0
access_survey_page,survey_page,survey.model_survey_page,portal.group_portal_member,1,1,0,0
access_survey_question,survey_question,survey.model_survey_question,portal.group_portal_member,1,0,0,0
access_survey_answer,survey_answer,survey.model_survey_answer,portal.group_portal_member,1,1,0,0
access_survey_response,survey_response,survey.model_survey_response,portal.group_portal_member,1,1,1,0
access_survey_history,survey_history,survey.model_survey_history,portal.group_portal_member,1,1,1,0
access_survey_question_column_heading,survey_question_column_heading,survey.model_survey_question_column_heading,portal.group_portal_member,1,0,0,0
access_survey_response_line,survey_response_line,survey.model_survey_response_line,portal.group_portal_member,1,1,1,0
access_survey_response_answer,survey_response_answer,survey.model_survey_response_answer,portal.group_portal_member,1,1,1,0
access_ir_attachment,ir.attachment,base.model_ir_attachment,portal.group_portal_member,1,0,1,0
access_mail_message,mail.message,mail.model_mail_message,portal.group_portal_member,1,1,1,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_survey_survey survey_survey survey.model_survey portal.group_portal_member 1 1 0 0
3 access_survey_page survey_page survey.model_survey_page portal.group_portal_member 1 1 0 0
4 access_survey_question survey_question survey.model_survey_question portal.group_portal_member 1 0 0 0
5 access_survey_answer survey_answer survey.model_survey_answer portal.group_portal_member 1 1 0 0
6 access_survey_response survey_response survey.model_survey_response portal.group_portal_member 1 1 1 0
7 access_survey_history survey_history survey.model_survey_history portal.group_portal_member 1 1 1 0
8 access_survey_question_column_heading survey_question_column_heading survey.model_survey_question_column_heading portal.group_portal_member 1 0 0 0
9 access_survey_response_line survey_response_line survey.model_survey_response_line portal.group_portal_member 1 1 1 0
10 access_survey_response_answer survey_response_answer survey.model_survey_response_answer portal.group_portal_member 1 1 1 0
11 access_ir_attachment ir.attachment base.model_ir_attachment portal.group_portal_member 1 0 1 0
12 access_mail_message mail.message mail.model_mail_message portal.group_portal_member 1 1 1 0