diff --git a/product/ERP5/PropertySheet/Organisation.py b/product/ERP5/PropertySheet/Organisation.py index 3651273fbb4edbc983df6822d65064c3fbbe88b0..bb1ada0407fef8e37a40997d6a8525b45808fae6 100755 --- a/product/ERP5/PropertySheet/Organisation.py +++ b/product/ERP5/PropertySheet/Organisation.py @@ -115,7 +115,7 @@ class Organisation: 'mode' : 'w' }, { 'id' : 'telephone', 'storage_id' : 'default_telephone', - 'description' : 'The organisations this persons works for', + 'description' : 'The default phone for this organisation', 'type' : 'content', 'portal_type' : ('Telephone'), 'acquisition_base_category' : ('region', ), @@ -126,6 +126,19 @@ class Organisation: 'acquisition_accessor_id' : 'getDefaultTelephoneValue', 'acquisition_depends' : None, 'mode' : 'w' }, + { 'id' : 'mobile_telephone', + 'storage_id' : 'mobile_telephone', + 'description' : 'A default mobile phone for this organisation', + 'type' : 'content', + 'portal_type' : ('Telephone'), + 'acquisition_base_category' : ('region', ), + 'acquisition_portal_type' : ('Category',), + 'acquisition_copy_value' : 0, + 'acquisition_mask_value' : 1, + 'acquisition_sync_value' : 0, + 'acquisition_accessor_id' : 'getDefaultMobileTelephoneValue', + 'acquisition_depends' : None, + 'mode' : 'w' }, { 'id' : 'fax', 'storage_id' : 'default_fax', 'description' : 'The organisations this persons works for',