__init__.py 315 B

1234567891011
  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. from . import models
  5. def load_translations(cr, registry):
  6. env = api.Environment(cr, SUPERUSER_ID, {})
  7. env.ref('l10n_be.l10nbe_chart_template').process_coa_translations()