mirror of
https://github.com/bringout/oca-ocb-hw.git
synced 2026-04-18 20:22:01 +02:00
Initial commit: Hw packages
This commit is contained in:
commit
a9d00500da
161 changed files with 10506 additions and 0 deletions
12
odoo-bringout-oca-ocb-hw_drivers/hw_drivers/__init__.py
Normal file
12
odoo-bringout-oca-ocb-hw_drivers/hw_drivers/__init__.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import server_logger
|
||||
from . import connection_manager
|
||||
from . import controllers
|
||||
from . import driver
|
||||
from . import event_manager
|
||||
from . import exception_logger
|
||||
from . import http
|
||||
from . import interface
|
||||
from . import main
|
||||
Loading…
Add table
Add a link
Reference in a new issue