Skip to content

Commit

Permalink
[FIX] purchase_request_operating_unit: respect original domain in pur…
Browse files Browse the repository at this point in the history
…chase_id

in wizard to create RFQ from purchase request line
  • Loading branch information
AaronHForgeFlow authored and Borruso committed Jul 26, 2024
1 parent ea26b89 commit 45e4f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<field name="purchase_order_id" position="attributes">
<attribute
name="domain"
>['|', ('operating_unit_id', '=', False), ('operating_unit_id', '=', operating_unit_id)]</attribute>
>['&amp;', ('partner_id', '=', supplier_id), '|', ('operating_unit_id', '=', False), ('operating_unit_id', '=', operating_unit_id)]</attribute>
</field>
</field>
</record>
Expand Down

0 comments on commit 45e4f6c

Please sign in to comment.