Merge PR #909 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-01-08 11:16:56 +00:00

View File

@@ -48,11 +48,8 @@
<field name="priority">18</field> <field name="priority">18</field>
<field name="inherit_id" ref="contract.contract_contract_supplier_form_view" /> <field name="inherit_id" ref="contract.contract_contract_supplier_form_view" />
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="partner_id" position="after"> <field name="payment_mode_id" position="attributes">
<field <attribute name="domain">[('payment_type', '=', 'outbound')]</attribute>
name="payment_mode_id"
domain="[('payment_type', '=', 'outbound')]"
/>
</field> </field>
</field> </field>
</record> </record>