summaryrefslogtreecommitdiff
path: root/addons/hr_expense/models/__init__.py
blob: af1e04d2dd2d7d43bffd8e09f2754e8a36cdc434 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-

from . import hr_employee
from . import account_move_line
from . import hr_department
from . import hr_expense
from . import product_template
from . import res_config_settings
from . import account_journal_dashboard