[FIX] crm_profiling : View type 'form' is not supported in One2Many.

bzr revid: mdi@tinyerp.com-20120918084342-o6sh8kn8oj755m32
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-09-18 14:13:42 +05:30
parent e88e7b3f2c
commit 6c6f9671ce
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<field name="arch" type="xml">
<form string="Open Questionnaire" version="7.0">
<separator colspan="4" string="Questionnaire"/>
<field name="question_ans_ids" colspan="4" nolabel="1" mode="tree,form" width="550" height="200"/>
<field name="question_ans_ids" colspan="4" nolabel="1" mode="tree" width="550" height="200"/>
<footer>
<button name="questionnaire_compute" string="Save Data" type="object" class="oe_highlight"/>
or