mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add saas client to 16
This commit is contained in:
12
app_saas/__init__.py
Normal file
12
app_saas/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# please comment follow for produce
|
||||
from . import models
|
||||
from . import report
|
||||
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
|
||||
Reference in New Issue
Block a user