From 806afab9a667b8e084ba1671318d2678bdc98bad Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 6 Jun 2016 18:53:55 +0200 Subject: [PATCH] Add wizard to select several invoices at once and add them to payment order Fix bug in groupby on bank payment lines --- .../views/account_invoice_view.xml | 35 ++++++++++++++----- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/account_payment_partner/views/account_invoice_view.xml b/account_payment_partner/views/account_invoice_view.xml index f0a87a704..045efe7f9 100644 --- a/account_payment_partner/views/account_invoice_view.xml +++ b/account_payment_partner/views/account_invoice_view.xml @@ -1,12 +1,10 @@ - - + @@ -33,7 +31,6 @@ widget="selection"/> - 0 @@ -53,14 +50,34 @@ + [('partner_id', '=', commercial_partner_id)] 0 - - [('partner_id', '=', commercial_partner_id)] + + + + + account_payment_partner.customer_invoice_tree + account.invoice + + + + + + + + + + account_payment_partner.supplier_invoice_tree + account.invoice + + + + - +