Skip to content

Commit

Permalink
[IMP] fieldservice: Display FSM Location address on FSM order form view
Browse files Browse the repository at this point in the history
  • Loading branch information
ppyczko committed Dec 17, 2024
1 parent 7db31fe commit 169e3a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fieldservice/views/fsm_order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
</group>
<group>
<field name="location_id" />
<label for="street" string="Address" />
<div class="o_address_format">
<field name="street" class="o_address_street" />
<field name="street2" class="o_address_street" />
<field name="city" class="o_address_city" />
<field name="state_name" class="o_address_state" />
<field name="zip" class="o_address_zip" />
<field name="country_name" class="o_address_country" />
</div>
<field name="territory_id" invisible='1' />
<field name="branch_id" invisible='1' />
<field name="district_id" invisible='1' />
Expand Down

0 comments on commit 169e3a8

Please sign in to comment.