Skip to content

Commit

Permalink
[IMP] OCA#118 Agreement Filter Location
Browse files Browse the repository at this point in the history
  • Loading branch information
osi-scampbell authored and patrickrwilson committed Apr 27, 2021
1 parent cbaf831 commit dc8c26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fieldservice_agreement/views/fsm_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="arch" type="xml">
<field name="customer_id" position="after">
<field name="agreement_id"
domain="[('partner_id', '=', customer_id)]"/>
domain="['|', ('partner_id', '=', customer_id), ('fsm_location_id', '=', location_id)]"/>
<field name="serviceprofile_id"
domain="[('agreement_id', '=', agreement_id)]"/>
</field>
Expand Down

0 comments on commit dc8c26b

Please sign in to comment.