I want to trigger a recomputation of all account.move
entries (because I changed a setting in the taxes).
I have created a cron job
that gets all invoices and calls _compute_amount()
on them but to no avail. Calling similiar onchanges
and compute
methods also yielded no correct result. However, manually triggering a onchange
by changing something in the UI seems to work.
Is there a built-in feature to recalculate the invoices? If not how do I achieve this with code (I am using odoo 14)? Thanks.