Files
tra_backend/mks_delivery/models/__init__.py
2020-07-23 17:39:55 +05:30

18 lines
448 B
Python

# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
#
#
##############################################################################
from . import res_config
from . import sale
from . import zone_zone
from . import res_partner
from . import city_city
from . import project_task
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: