From 1c81fd541c30c6e2ca764fa091885d9ad70e55ef Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 16 Sep 2018 00:36:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=B3=A8=E6=84=8F=EF=BC=9A=20summary?= =?UTF-8?q?=E4=B8=AD=E4=B8=8D=E5=8F=AF=E4=BB=A5=E6=9C=89=E4=B8=AD=E6=96=87?= =?UTF-8?q?=EF=BC=81=EF=BC=81=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_web_enterprise/__openerp__.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app_web_enterprise/__openerp__.py b/app_web_enterprise/__openerp__.py index 02c3af43..ed7bd944 100644 --- a/app_web_enterprise/__openerp__.py +++ b/app_web_enterprise/__openerp__.py @@ -26,6 +26,12 @@ 'sequence': 2, 'summary': """ 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模块。企业版界面增强。 1. Add dropdown arrow to parent menu. 多级菜单中出现箭头。 @@ -34,9 +40,6 @@ 3. Alway show search in main menu. 在主菜单界面让搜索可见。 """, - 'description': """ - 模块开发模板,目录结构与文件定义。 - """, 'price': 98.00, 'currency': 'EUR', 'depends': ['web_enterprise'], @@ -55,7 +58,7 @@ 'js': [ ], 'images': ['static/description/app_web_enterprise_03.jpg'], - 'pre_init_hook': 'pre_init_hook', + 'pre_init_hook': '', 'post_load': None, 'pre_init_hook': None, 'post_init_hook': None,