Commit 89a7b1a7 authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

thibaut

add two properties in propertySheet M0, because in the M0 form, the field Logo is separate in two fields ( Initials and sign ).
update propertySheet PsjOrganisation with two fields ( sign and acronym ).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22846 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 782add82
......@@ -60,8 +60,13 @@ class M0:
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'logo'
, 'description': 'Enseigne Sigle'
{ 'id' : 'initials'
, 'description': 'Acronym'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'sign'
, 'description': 'Sign'
, 'type' : 'string'
, 'mode' : 'w'
},
......
......@@ -69,6 +69,14 @@ class PsjOrganisation:
'description' : 'Capital Social',
'type' : 'string',
'mode' : 'w'},
{ 'id' : 'sign',
'description' : 'Sign',
'type' : 'string',
'mode' : 'w'},
{ 'id' : 'acronym',
'description' : 'Acronym',
'type' : 'string',
'mode' : 'w'},
)
_categories = ( 'role', 'group', 'activity', 'skill', 'market_segment',
......
822
\ No newline at end of file
823
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment