9 lines
251 B
Python
9 lines
251 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import account_move_line
|
||
|
from . import hr_expense
|
||
|
from . import hr_expense_sheet
|
||
|
from . import hr_expense_split
|
||
|
from . import product_template
|
||
|
from . import sale_order
|