__init__.py 329 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. # Copyright (C) Quartile Limited
  4. from odoo import api, SUPERUSER_ID
  5. def load_translations(cr, registry):
  6. env = api.Environment(cr, SUPERUSER_ID, {})
  7. env.ref('l10n_jp.l10n_jp_chart_template').process_coa_translations()