mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Finalise the wizard of selection of move lines to pay
Add button "Add to payment/debit order" on invoice form view Started to integrate payment transfer in account_payment_order (not finished at all though) Various fixes/changes/improvements/...
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</record>
|
||||
|
||||
<record id="account_payment_mode_action" model="ir.actions.act_window">
|
||||
<field name="name">Payment Mode</field>
|
||||
<field name="name">Payment Modes</field>
|
||||
<field name="res_model">account.payment.mode</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
|
||||
<!-- Show acc_type on res.partner.bank in order to be able to
|
||||
detect wrong IBANs -->
|
||||
<record id="view_partner_bank_form" model="ir.ui.view">
|
||||
<field name="name">account_payment_mode.res_partner_bank_form</field>
|
||||
<field name="model">res.partner.bank</field>
|
||||
|
||||
Reference in New Issue
Block a user