From 75bfaf5be7b1bf794386b58d8d23edfd9f354fec Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Mon, 17 Nov 2014 18:00:32 +0100 Subject: [PATCH] [IMP] description --- field_validator/__openerp__.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/field_validator/__openerp__.py b/field_validator/__openerp__.py index a28004312..b91ed9981 100644 --- a/field_validator/__openerp__.py +++ b/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',