Browse Source

[IMP] description

pull/84/head
Lorenzo Battistini 10 years ago
committed by eLBati
parent
commit
75bfaf5be7
  1. 7
      field_validator/__openerp__.py

7
field_validator/__openerp__.py

@ -19,12 +19,15 @@
##############################################################################
{
'name': "Field Validator",
'name': "Fields Validator",
'version': '0.1',
'category': 'Tools',
'summary': "",
'description': """
This module allows to set a regular expresion as field validator.
When the regular expresion is set, write and create operations on the involved
field are blocked, if the regular expression is not satisfied.
See demo and test data for an example with partner email.
""",
'author': 'Agile Business Group',
'website': 'http://www.agilebg.com',

Loading…
Cancel
Save