bemade-addons/helpdesk_sale_order/models/__init__.py

9 lines
202 B
Python
Raw Normal View History

# -*- 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: