You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
615 B
19 lines
615 B
##############################################################################
|
|
#
|
|
# Cybrosys Technologies Pvt. Ltd.
|
|
# Copyright (C) 2019-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
|
|
# Maintainer: Cybrosys Technologies (<https://www.cybrosys.com>)
|
|
#
|
|
##############################################################################
|
|
|
|
from . import physician_speciality
|
|
from . import res_partner
|
|
from . import lab_patient
|
|
from . import testing_unit
|
|
from . import lab_test_type
|
|
from . import lab_test_content_type
|
|
from . import lab_appointment
|
|
from . import lab_request
|
|
from . import account_invoice
|
|
|
|
|
|
|