修改登录背景
This commit is contained in:
28
yizuo_login_background_and_styles/__manifest__.py
Normal file
28
yizuo_login_background_and_styles/__manifest__.py
Normal file
@@ -0,0 +1,28 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
{
|
||||
'name': 'Login Background And Styles',
|
||||
'version': '16.0.2.0.0',
|
||||
'category': 'website',
|
||||
'summary': """
|
||||
You can customised login page like add background image or color and change position of login form.
|
||||
""",
|
||||
'author': 'YiZuo ltd.,',
|
||||
'website': 'https://www.yizuo.ltd',
|
||||
'license': 'AGPL-3',
|
||||
'depends': ['base', 'base_setup', 'web', 'auth_signup'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/res_config_settings_views.xml',
|
||||
'views/login_image.xml',
|
||||
'templates/assets.xml',
|
||||
'templates/left_login_template.xml',
|
||||
'templates/right_login_template.xml',
|
||||
'templates/middle_login_template.xml',
|
||||
],
|
||||
'qweb': [
|
||||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'images': ['static/description/banner.png'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user