Can we combine account_payment and account_move into one dictionary?
for ex:
First, created an entry in Bank(INR) journal through the account_payment model.
Second, created an entry in Bank(INR) journal through the account_move model.
Then I needed to print all entries created against Bank(INR) journal as pdf.
How should I combine all entries created in both models? Or how can I print all these entries
as a pdf file?