Skip to content

Commit

Permalink
Merge PR #648 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by AaronHForgeFlow
  • Loading branch information
OCA-git-bot committed Jan 24, 2024
2 parents 1655d36 + 754f7a5 commit c49724d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 c49724d

Please sign in to comment.