mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
11 lines
245 B
Python
11 lines
245 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# please comment follow for produce
|
|
from . import models
|
|
from . import controllers
|
|
|
|
# hook form install and uninstall
|
|
|
|
from .hooks import pre_init_hook
|
|
from .hooks import post_init_hook
|
|
from .hooks import uninstall_hook |