mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Detected doing a migration 8.0 > 9.0. The `amount_company_currency` field computation was not depending on `currency_id` field, and thus that one was being computed before populating the other one. Also having both fields in the same compute method makes them less efficient, as they don't depend on the same source fields.