From 044c083a8d099f5c40c0ab0fff7ad048ad63d711 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 8 May 2006 14:33:46 +0000 Subject: [PATCH] Added alternate email git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7108 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Organisation.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/product/ERP5/PropertySheet/Organisation.py b/product/ERP5/PropertySheet/Organisation.py index 240b499cfb..70d0d683c7 100644 --- a/product/ERP5/PropertySheet/Organisation.py +++ b/product/ERP5/PropertySheet/Organisation.py @@ -165,6 +165,19 @@ class Organisation: 'acquisition_accessor_id' : 'getDefaultEmailValue', 'acquisition_depends' : None, 'mode' : 'w' }, + { 'id' : 'alternate_email', + 'storage_id' : 'alternate_email', + 'description' : 'An alternate email address for this organisation', + 'type' : 'content', + 'portal_type' : ('Email'), + 'acquisition_base_category' : ('region', ), + 'acquisition_portal_type' : ('Category',), + 'acquisition_copy_value' : 0, + 'acquisition_mask_value' : 1, + 'acquisition_sync_value' : 0, + 'acquisition_accessor_id' : 'getDefaultAlternateEmailValue', + 'acquisition_depends' : None, + 'mode' : 'w' }, # Amortisation { 'id' : 'financial_year_stop_date', 'description' : 'The date which ends the organisation financial year', -- 2.30.9