forked from Mapan/odoo17e
13 lines
370 B
Python
13 lines
370 B
Python
#-*- coding:utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import account_journal
|
|
from . import account_chart_template
|
|
from . import account_payment
|
|
from . import hr_payslip
|
|
from . import hr_salary_rule
|
|
from . import hr_contract
|
|
from . import hr_payroll_structure
|
|
from . import res_company
|
|
from . import res_config_settings
|