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:
Alexis de Lattre
2016-05-06 01:16:20 +02:00
parent 3c8c2e9e70
commit abb052d894
28 changed files with 446 additions and 330 deletions

View File

@@ -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>

View File

@@ -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>