[PYTHON][VIEW] +secondary email for partners
[burette/lhc.git] / lhc.py
diff --git a/lhc.py b/lhc.py
index 32ac0bf..b1fca6a 100644 (file)
--- a/lhc.py
+++ b/lhc.py
@@ -60,6 +60,11 @@ class res_partner(orm.Model):
                     lambda self, cr, uid, ids, c={}: ids,
                     ['zip'], 10)},
         ),
+        'email2': fields.char(
+            'Secondary email',
+            size=240,
+            help="""One more email. Warning: there are no email notification
+            with this email. Only the main email can receive notifications."""),
     }
 
     _defaults = {