[IMP]remove separator and typefrom wizard Schedule other call
authorKuldeep Joshi (OpenERP) <kjo@tinyerp.com>
Mon, 25 Jun 2012 07:32:40 +0000 (13:02 +0530)
committerKuldeep Joshi (OpenERP) <kjo@tinyerp.com>
Mon, 25 Jun 2012 07:32:40 +0000 (13:02 +0530)
bzr revid: kjo@tinyerp.com-20120625073240-6re9p4817tr72ea3

addons/crm/wizard/crm_phonecall_to_phonecall_view.xml

index b1f40c4..4c07e61 100644 (file)
                         <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>