This question has been flagged

Hello ✌️, I have been reading some of the accounting code, I have noticed that the models account.invoice, account.voucher, hr.expense.sheet and pos.order all have a reference to account.movebut account.payment does not, I would appreciate to know some of the reasoning for this, thanks.

Avatar
Discard
Best Answer

Hi,

    If you are using Odoo 14, The field move_id is deprecated in v14. Its name is changed to move_type i guess

Thanks

Avatar
Discard
Best Answer

Hi,

move_id is existing in the account.payment model, see the screen shot from odoo14.



And reason for merging the account.invoice with account.move is explained by Fabien in the key note, see: https://www.youtube.com/watch?v=-V1cAiPDShc&t=240


Thanks

Avatar
Discard