Enterprise 18.0
res_config_settings py - currency.attrib['Kod']: (2 / (float(currency.find('ForexBuying').text) + float(currency.find('ForexSelling').text)), rate_date)
Why are ForexBuying and ForexSelling added together and divided by two?
This is meaningless.
This rate is never used in any calculations.
It should either be all four rates or just the ForexBuying rate.
Please help Odoo R&D.
We solved this with customization.
We apply the buying rate by default.
In the invoice form, this field is set to editable.
Your tax advisor was right.