[IMP]remove separator and typefrom wizard Schedule other call

bzr revid: kjo@tinyerp.com-20120625073240-6re9p4817tr72ea3
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-06-25 13:02:40 +05:30
parent 0a22debf5f
commit 522df2d0a9
1 changed files with 0 additions and 3 deletions

View File

@ -16,15 +16,12 @@
<button name="action_schedule" type="object" string="Schedule Call" icon="gtk-ok" attrs="{'invisible' : [('action', '!=', 'schedule')]}" />
</header>
<group col="4">
<separator string="Schedule/Log a Call" colspan="4"/>
<field name="action"/>
<separator string="Call Details" colspan="4"/>
<field name="name"/>
<field name="date" string="Planned Date" attrs="{'invisible': [('action','=','log')]}"/>
<field name="partner_id" readonly="True"/>
<field name="user_id" />
<field name="section_id"/>
<field name="categ_id" string="Type" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
</group>
</form>
</field>