mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix init
This commit is contained in:
@@ -14,5 +14,5 @@ http://www.sunpop.cn/odoo10_developer_document_offline/
|
|||||||
|
|
||||||
from . import models
|
from . import models
|
||||||
from . import controllers
|
from . import controllers
|
||||||
from .hooks import pre_init_hook
|
from . import report
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from hooks import pre_init_hook
|
from .hooks import pre_init_hook
|
||||||
from . import controllers
|
from . import controllers
|
||||||
from . import models
|
from . import models
|
||||||
from . import ir
|
from . import ir
|
||||||
|
|||||||
@@ -26,6 +26,12 @@
|
|||||||
'sequence': 2,
|
'sequence': 2,
|
||||||
'summary': """
|
'summary': """
|
||||||
odoo enterprise version UI enhance.
|
odoo enterprise version UI enhance.
|
||||||
|
1. Add dropdown arrow to parent menu.
|
||||||
|
2. Replace the odoo logo to your company logo in main menu.
|
||||||
|
3. Alway show search in main menu.
|
||||||
|
""",
|
||||||
|
'description': """
|
||||||
|
odoo enterprise version UI enhance.
|
||||||
广州尚鹏,Sunpop.cn 的odoo模块。企业版界面增强。
|
广州尚鹏,Sunpop.cn 的odoo模块。企业版界面增强。
|
||||||
1. Add dropdown arrow to parent menu.
|
1. Add dropdown arrow to parent menu.
|
||||||
多级菜单中出现箭头。
|
多级菜单中出现箭头。
|
||||||
@@ -34,9 +40,6 @@
|
|||||||
3. Alway show search in main menu.
|
3. Alway show search in main menu.
|
||||||
在主菜单界面让搜索可见。
|
在主菜单界面让搜索可见。
|
||||||
""",
|
""",
|
||||||
'description': """
|
|
||||||
模块开发模板,目录结构与文件定义。
|
|
||||||
""",
|
|
||||||
'price': 98.00,
|
'price': 98.00,
|
||||||
'currency': 'EUR',
|
'currency': 'EUR',
|
||||||
'depends': ['app_odoo_customize', 'web_enterprise'],
|
'depends': ['app_odoo_customize', 'web_enterprise'],
|
||||||
@@ -51,14 +54,13 @@
|
|||||||
'css': [
|
'css': [
|
||||||
],
|
],
|
||||||
'qweb': [
|
'qweb': [
|
||||||
"static/src/xml/*.xml",
|
'static/src/xml/*.xml',
|
||||||
],
|
],
|
||||||
'js': [
|
'js': [
|
||||||
],
|
],
|
||||||
'images': ['static/description/app_web_enterprise_03.jpg'],
|
'images': ['static/description/app_web_enterprise_03.jpg'],
|
||||||
'pre_init_hook': 'pre_init_hook',
|
'pre_init_hook': 'pre_init_hook',
|
||||||
'post_load': None,
|
'post_load': None,
|
||||||
'pre_init_hook': None,
|
|
||||||
'post_init_hook': None,
|
'post_init_hook': None,
|
||||||
'installable': True,
|
'installable': True,
|
||||||
'application': True,
|
'application': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user