__init__.py 381 B

123456789101112
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. # This module is Copyright (c) 2009-2013 General Solutions (http://gscom.vn) All Rights Reserved.
  4. from odoo import api, SUPERUSER_ID
  5. def _post_init_hook(cr, registry):
  6. env = api.Environment(cr, SUPERUSER_ID, {})
  7. env.ref('l10n_vn.vn_template').process_coa_translations()