Files
account-financial-tools/account_asset_management/models/account_move.py
Alexis de Lattre ccc5d0b27e [IMP] account_asset_management: big code cleanup
Use fields.Monetary() instead of fields.Float()
Use odoo's compare and round methods for floats
Add check_company=True where relevant
Stop using "Account" decimal precision... it doesn't exist any more!
Replace compute() by _convert() for currency conversion
2022-11-29 23:50:23 +01:00

9.7 KiB