__init__.py 285 B

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