合并企业版代码(未测试,先提交到测试分支)
This commit is contained in:
9
web_map/models/__init__.py
Normal file
9
web_map/models/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import ir_action
|
||||
from . import ir_ui_view
|
||||
from . import res_partner
|
||||
from . import res_config_settings
|
||||
from . import models
|
||||
from . import ir_http
|
||||
Reference in New Issue
Block a user