X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=lhc.py;fp=lhc.py;h=b1fca6a5bce09dfe474880ad4e5dcdbf94c0503e;hb=4070bbc8aebddc832793083275e816de421e5b3f;hp=32ac0bfcf6752797bff9c1788785e2b3a23c2ae3;hpb=591bf61870099cd8f02d0b80e8c40e3e54da1714;p=burette%2Flhc.git diff --git a/lhc.py b/lhc.py index 32ac0bf..b1fca6a 100644 --- 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 = {