[FIX] crm : Confusing Typo in Schedule Phone call wizard changed.

bzr revid: ach@tinyerp.com-20110419112523-0nvutph0kqqx9fiy
This commit is contained in:
Anup (OpenERP) 2011-04-19 16:55:23 +05:30
parent 2c3c064a22
commit 47fbcd34a8
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<newline/>
<field name="user_id" />
<field name="section_id" widget="selection" />
<field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
<field name="categ_id" string="Type" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
<separator string="" colspan="4"/>
<group colspan="4">
<label string ="" colspan="2"/>

View File

@ -15,7 +15,7 @@
<field name="date" string="Planned Date"/>
<field name="user_id" />
<field name="section_id"/>
<field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
<field name="categ_id" string="Type" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
<separator string=" " colspan="4"/>
<group colspan="4" col="3" >
<label string=" " />