You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
528 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015-TODAY LasLabs Inc.
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Case Insensitive Logins",
  6. "summary": "Makes the login field of res.users case insensitive.",
  7. "version": "9.0.1.0.0",
  8. "category": "Base",
  9. 'depends': [
  10. 'mail', # Required if shares branch with password_security module
  11. ],
  12. "website": "https://laslabs.com/",
  13. "author": "LasLabs",
  14. "license": "AGPL-3",
  15. "application": False,
  16. "installable": True,
  17. }