Browse Source

Bugfix notify email not null constraint

pull/826/head
James Foster 9 years ago
committed by Ted Salmon
parent
commit
41f7f5f0c2
  1. 3
      res_users_case_insensitive/__openerp__.py

3
res_users_case_insensitive/__openerp__.py

@ -24,6 +24,9 @@
"summary": "Makes the login field of res.users case insensitive.",
"version": "9.0.1.0.0",
"category": "Base",
'depends': [
'mail', # Required if shares branch with password_security module
],
"website": "https://laslabs.com/",
"author": "LasLabs",
"license": "AGPL-3",

Loading…
Cancel
Save