9 lines
202 B
Python
9 lines
202 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
from . import sale_order
|
||
|
|
from . import account_move
|
||
|
|
from . import helpdesk_team
|
||
|
|
from . import helpdesk_ticket
|
||
|
|
|
||
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|