__init__.py 322 B

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