Skip to content

Commit

Permalink
Merge pull request OCA#24 from ursais/smangukiya_12567
Browse files Browse the repository at this point in the history
[FIX] View
  • Loading branch information
max3903 authored Oct 12, 2018
2 parents c57d7cb + b670734 commit b384278
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 b384278

Please sign in to comment.