Files
jikimo_sf/yizuo_login_background_and_styles/__manifest__.py
2023-01-31 11:02:53 +08:00

29 lines
848 B
Python

# -*- 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'],
}