__init__.py 280 B

12345678
  1. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  2. from odoo import api, SUPERUSER_ID
  3. def load_translations(cr, registry):
  4. env = api.Environment(cr, SUPERUSER_ID, {})
  5. env.ref('l10n_hr_euro.l10n_hr_euro_chart_template').process_coa_translations()