Odoo18-Base/addons/l10n_tw/__init__.py

7 lines
195 B
Python
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
from odoo import api, SUPERUSER_ID
def load_translations(cr, registry):
env = api.Environment(cr, SUPERUSER_ID, {})
env.ref("l10n_tw.l10n_tw_chart_template").process_coa_translations()