mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-24 12:22:00 +02:00
6 lines
231 B
Python
6 lines
231 B
Python
from odoo import api, SUPERUSER_ID
|
|
|
|
def load_translations(cr, registry):
|
|
"""Load template translations."""
|
|
env = api.Environment(cr, SUPERUSER_ID, {})
|
|
env.ref('l10n_lv.chart_template_latvia').process_coa_translations()
|