Skip to content

Commit

Permalink
Merge PR OCA#528 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Sep 13, 2021
2 parents f1487ba + 4f5d00d commit 59d8e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract_payment_mode/views/contract_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<field name="priority">18</field>
<field name="inherit_id" ref="contract.contract_contract_supplier_form_view"/>
<field name="arch" type="xml">
<field name="partner_id" position="after">
<field name="payment_mode_id" domain="[('payment_type', '=', 'outbound')]"/>
<field name="payment_mode_id" position="attributes">
<attribute name="domain" >[('payment_type', '=', 'outbound')]</attribute>
</field>
</field>
</record>
Expand Down

0 comments on commit 59d8e6c

Please sign in to comment.