TIP: You can type at any time to perform a new search.
Currency Old Rate Notify
currency_old_rate_notify · OCA/currency
- Repository
- OCA/currency · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting
- Folder size
- 0.1 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/currency
- Last tracking update
- 2026-08-07 08:42:55
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
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.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings | form | Inherits account.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
currency_old_rate_notify_daysIntegerconfig_parameter='currency_old_rate_notify.max_days'string='Warn when currency rates are older than'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
notify_rates_too_old(self)@api.model
Loading…
Loading…