Hi All,
I wish to create a new module for making Payment Entries (both payment received and payment given) in a similar way as Journal Entries form as available by default in ODOO. I guess, this can be done by inheriting the account.move model.
I have 2 issues here: (1) I could not find appropriate XML file that is used for account.move.form. Where can I find that file? And (2) Can I inherit the view and change the "Debit" and "Credit" columns to only one column "Amount" and write individual lines of journal entry separately in, say, debit field and write the Total Amount of all lines into Credit field?
Can someone help with this?
Regards,
Jayant