mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order: fix payment orders from invoice tree view
Case: User can't add invoices to payment/debit orders from the tree view but it's still possible to add them one by one from the form view. - Remove binding_views="form": by default are "tree & form". With this fix, users can add payment/debit orders from the invoice tree view
This commit is contained in:
committed by
Carlos Roca
parent
232b17b423
commit
4d8e722b8d
@@ -57,7 +57,6 @@
|
||||
name="Add to Payment/Debit Order"
|
||||
res_model="account.invoice.payment.line.multi"
|
||||
binding_model="account.move"
|
||||
binding_views="form"
|
||||
view_mode="form"
|
||||
target="new"
|
||||
id="account_invoice_create_account_payment_line_action"
|
||||
|
||||
Reference in New Issue
Block a user