mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-22 13:42:07 +00:00
17 lines
710 B
XML
17 lines
710 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<flectra>
|
|
<record id="account_payment_mode_form" model="ir.ui.view">
|
|
<field name="name">account.payment.mode.form.inherit</field>
|
|
<field name="model">account.payment.mode</field>
|
|
<field name="inherit_id" ref="account_payment_mode.account_payment_mode_form" />
|
|
<field name="arch" type="xml">
|
|
<group name="note" position="before">
|
|
<group name="account_defaults" string="Default accounts">
|
|
<field name="default_receivable_account_id" />
|
|
<field name="default_payable_account_id" />
|
|
</group>
|
|
</group>
|
|
</field>
|
|
</record>
|
|
</flectra>
|