[REF] Change the layout of the search view for the resource object

bzr revid: stephane@openerp.com-20100602071216-gv5xum3il9idds2g
This commit is contained in:
Stephane Wirtel 2010-06-02 09:12:16 +02:00
parent 91a42789ee
commit c543b3a597
1 changed files with 1 additions and 1 deletions

View File

@ -178,11 +178,11 @@
<field name="arch" type="xml">
<tree string="Resources">
<field name="name" />
<field name="user_id" />
<field name="company_id" groups="base.group_multi_company"/>
<field name="resource_type" />
<field name="calendar_id" />
<field name="time_efficiency" groups="base.group_extended"/>
<field name="user_id" />
</tree>
</field>
</record>