Browse Source

Changed Images

pull/29/head
SHEREEF PT 8 years ago
parent
commit
8a02195e62
  1. 2
      login_user_detail/__manifest__.py
  2. 6
      login_user_detail/__manifest__.py~

2
login_user_detail/__manifest__.py

@ -33,7 +33,7 @@
'license': 'AGPL-3', 'license': 'AGPL-3',
'data': ['views/login_user_views.xml'], 'data': ['views/login_user_views.xml'],
'demo': [], 'demo': [],
'images': ['static/description/banner.jpg'], 'images': ['static/description/banner.png'],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
} }

6
login_user_detail/__manifest__.py~

@ -26,8 +26,14 @@
'summary': """Login User Details""", 'summary': """Login User Details""",
'description': """This module records login information of user""", 'description': """This module records login information of user""",
'author': "Cybrosys Techno Solutions ", 'author': "Cybrosys Techno Solutions ",
'company': "Cybrosys Techno Solutions ",
'website': "https://www.cybrosys.com", 'website': "https://www.cybrosys.com",
'category': 'Tools', 'category': 'Tools',
'depends': ['base'], 'depends': ['base'],
'license': 'AGPL-3',
'data': ['views/login_user_views.xml'], 'data': ['views/login_user_views.xml'],
'demo': [],
'images': ['static/description/banner.jpg'],
'installable': True,
'auto_install': False,
} }
Loading…
Cancel
Save