sf新增修改网站标签功能
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
'company': 'Cybrosys Techno Solutions',
|
||||
'maintainer': 'Cybrosys Techno Solutions',
|
||||
'website': "https://www.cybrosys.com",
|
||||
"depends": ['base', 'web', 'mail'],
|
||||
"depends": ['base', 'web', 'mail', 'base_setup'],
|
||||
"data": [
|
||||
'security/ir.model.access.csv',
|
||||
'views/icons.xml',
|
||||
@@ -38,6 +38,7 @@
|
||||
'views/theme.xml',
|
||||
'views/assets.xml',
|
||||
'data/theme_data.xml',
|
||||
'views/res_config.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_backend': {
|
||||
@@ -47,15 +48,18 @@
|
||||
'/vista_backend_theme/static/src/js/chrome/sidebar_menu.js',
|
||||
'/vista_backend_theme/static/src/xml/systray.xml',
|
||||
'/vista_backend_theme/static/src/xml/top_bar.xml',
|
||||
'/vista_backend_theme/static/src/js/web_window_title.js',
|
||||
},
|
||||
'web.assets_frontend': {
|
||||
'/vista_backend_theme/static/src/scss/login.scss',
|
||||
'/vista_backend_theme/static/src/scss/login.scss',
|
||||
|
||||
},
|
||||
},
|
||||
'images': [
|
||||
'static/description/banner.png',
|
||||
'static/description/theme_screenshot.png',
|
||||
'static/description/main_screenshot.png',
|
||||
],
|
||||
'license': 'LGPL-3',
|
||||
'pre_init_hook': 'test_pre_init_hook',
|
||||
|
||||
Reference in New Issue
Block a user