mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Add _id suffix on M2O fields customer_payment_mode and supplier_payment_mode (Odoo did the same on all the M2O property fields of res.partner)
This commit is contained in:
committed by
Enric Tobella
parent
08e4b93702
commit
d9564a0133
@@ -13,12 +13,12 @@
|
||||
|
||||
<!-- Camptocamp -->
|
||||
<record id="base.res_partner_12" model="res.partner">
|
||||
<field name="supplier_payment_mode" ref="payment_mode_outbound_sepa_ct1"/>
|
||||
<field name="supplier_payment_mode_id" ref="payment_mode_outbound_sepa_ct1"/>
|
||||
</record>
|
||||
|
||||
<!-- Asustek -->
|
||||
<record id="base.res_partner_1" model="res.partner">
|
||||
<field name="supplier_payment_mode" ref="payment_mode_outbound_sepa_ct1"/>
|
||||
<field name="supplier_payment_mode_id" ref="payment_mode_outbound_sepa_ct1"/>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user