Files
bank-payment/account_payment_order/models
Pedro M. Baeza 4bec0018c4 [FIX] account_payment_order: Fix compute dependency chain
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.
2019-05-25 19:45:37 +02:00
..
...
2016-12-03 09:37:23 +01:00