This module notifies users of the group Billing Administrator when currency rates are older than 3 days (this default number of days can be modified).
When Odoo converts an amount to another currency at date D in company C, it takes the currency rate of company C (or with an empty Company field) that is dated date D or the closest rate before date D. But Odoo doesn’t say anything when there is no rate on date D and the closest rate before date D is far away in the past. This is a real problem because the converted amount may be irrelevant!
This module provides a daily monitoring of the necessity to always have up-to-date rates in your Odoo database.
If the user is allowed in several companies, the notification pop-up will display, for each currency, in which companies the lastest rate is too old.
Table of contents
Configuration
Go to the menu Settings > Technical > Parameters > System Parameters and select the system parameter currency_old_rate_notify.max_days. If you want to change the limit after which the currency rates are too old (3 days by default), you can change the number of days by changing the value of this key.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
- Alexis de Lattre <alexis.delattre@akretion.com>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/currency project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.