feat(fusion_accounting_reports): currency conversion service

Pure-Python helper for FX conversion at report end-date. Handles direct
rates, inverse rates, and fallback to most-recent-rate-on-or-before.
fetch_rates() pulls from res.currency.rate using the same
1/rate inversion convention Odoo uses internally.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 15:07:46 -04:00
parent 0a9ed635e8
commit e14ad21689
4 changed files with 121 additions and 0 deletions

View File

@@ -1 +1,2 @@
from . import test_services_unit
from . import test_currency_conversion