blob: 52904aa1b5dcff72cd73c5ace9dcab09c7ef99ae (
plain)
1
2
3
4
5
6
7
8
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import chart_template
from . import eu_service_tax_rate
from . import eu_tax_map
from . import res_company
from . import res_config_settings
|