[IMP]: Service log search view

bzr revid: aja@tinyerp.com-20130319085310-cft0yxltgkivz53i
This commit is contained in:
ajay javiya (OpenERP) 2013-03-19 14:23:10 +05:30
parent 6adefa6ef1
commit 8f35cb9132
1 changed files with 2 additions and 4 deletions

View File

@ -781,10 +781,8 @@
<field name="model">fleet.vehicle.log.services</field>
<field name="arch" type="xml">
<search string="Services Logs" >
<group expand="1" string="Group By...">
<filter name="groupby_vehicle" context="{'group_by' : 'vehicle_id'}" string="Vehicle"/>
<filter name="groupby_service_type" context="{'group_by' : 'cost_subtype_id'}" string="Service Type"/>
</group>
<field name="vehicle_id"/>
<field name="cost_subtype_id"/>
</search>
</field>
</record>