This question has been flagged
1 Reply
4095 Views

How can I add a view in invoice window for Memo field (name.account.voucher) captured during payment registration?

I tried with debug mode in "Manage Views" for "account.invoice.form", but I was not able to find the field (Field:name, Object:account.voucher)

Regards,

Leo

Avatar
Discard
Author

I tried with payments_ids field as you recommended, although it does not have the "Memo field" (name.account.voucher) captured during payment registration. Do you know how to call this field?

Best Answer

On invoice you have the field payment_ids which is linked with the account.move.line, and pulls you every line which is in reconciliation partial or total with the account move line generated by the invoice. 

Avatar
Discard