mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
14 lines
430 B
Python
14 lines
430 B
Python
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# OpenERP, Open Source Management Solution
|
|
#
|
|
# For Module Support : mayurmaheshwari07@gmail.com or Skype : mayur_maheshwari1
|
|
#
|
|
##############################################################################
|
|
from . import res_config
|
|
from . import sale
|
|
|
|
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|