summaryrefslogtreecommitdiff
path: root/addons/sale_timesheet/models/__init__.py
blob: d86f267756ad61a96486f3215407bac7d175d0fa (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import account
from . import account_move
from . import product
from . import project
from . import project_overview
from . import sale_order
from . import project_sale_line_employee_map