[IMP] put groups attribute on delivery orders' form view in order to hide shipping type and auto picking from portal users

bzr revid: abo@openerp.com-20120727140353-0pi01egg5n7rbb8d
This commit is contained in:
Antonin Bourguignon 2012-07-27 16:03:53 +02:00
parent e3793fd82f
commit faefa5b4e7
1 changed files with 2 additions and 2 deletions

View File

@ -867,8 +867,8 @@
<group>
<group>
<field name="move_type"/>
<field name="type"/>
<field name="auto_picking"/>
<field name="type" groups="base.group_user"/>
<field name="auto_picking" groups="base.group_user"/>
</group>
<group>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>