details: https://code.tryton.org/tryton/commit/2c59c7615b52
branch: default
user: Cédric Krier <[email protected]>
date: Mon Aug 10 09:21:25 2026 +0200
description:
Update hostname of Romanian National Bank URL
Closes #15001
diffstat:
modules/currency_ro/currency.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r a7bb08629b61 -r 2c59c7615b52 modules/currency_ro/currency.py
--- a/modules/currency_ro/currency.py Tue Aug 04 14:34:23 2026 +0200
+++ b/modules/currency_ro/currency.py Mon Aug 10 09:21:25 2026 +0200
@@ -11,8 +11,8 @@
from trytond.pool import PoolMeta
from trytond.pyson import Eval, If
-URL_10DAYS = 'https://www.bnr.ro/nbrfxrates10days.xml'
-URL_YEAR = 'https://www.bnr.ro/files/xml/years/nbrfxrates%s.xml'
+URL_10DAYS = 'https://curs.bnr.ro/nbrfxrates10days.xml'
+URL_YEAR = 'https://curs.bnr.ro/files/xml/years/nbrfxrates%s.xml'
class Cron(metaclass=PoolMeta):