Skip to content

Commit

Permalink
[FIX] View
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 committed Oct 12, 2018
1 parent c57d7cb commit b670734
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fieldservice/views/fsm_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
<group>
<group>
<field name="name"/>
<field name="partner_id"/>
<field name="id" invisible="1"/>
<field name="partner_id"
readonly="1"
required="0"
groups="base.group_no_one"
attrs="{'invisible': [('id', '=', False)]}"/>
<field name="owner_id"/>
<field name="customer_id"/>
</group>
Expand Down

0 comments on commit b670734

Please sign in to comment.