Commit 62090ace authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

Thibaut

update PropertySheet M2. Remove properties useless and add new propeties useful

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22936 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95e44f4e
......@@ -225,31 +225,6 @@ class M2:
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_fullname'
, 'description': 'PRENOMS'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_lastname'
, 'description': 'NOM'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_firstname'
, 'description': 'NUMERO'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_birthday'
, 'description': 'Date et lieu de naissance'
, 'type' : 'date'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_address'
, 'description': 'Adresse'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'eight_administrator_another_info'
, 'description': 'Date et lieu de naissance,regime matrimonial,etc..'
, 'type' : 'string'
......@@ -350,16 +325,31 @@ class M2:
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_going_check'
, 'description': 'Partant'
, 'type' : 'boolean'
{ 'id' : 'first_associate_lastname'
, 'description': 'Last Name'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_identity'
, 'description': 'Identite'
{ 'id' : 'first_associate_firstname'
, 'description': 'first Name'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_birthday'
, 'description': 'Birthday'
, 'type' : 'date'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_birthplace'
, 'description': 'Birthplace'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_going_check'
, 'description': 'Partant'
, 'type' : 'boolean'
, 'mode' : 'w'
},
{ 'id' : 'first_associate_maintained_check'
, 'description': 'Maintenu'
, 'type' : 'boolean'
......@@ -410,16 +400,31 @@ class M2:
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_administrator_going_check'
, 'description': 'Partant'
, 'type' : 'boolean'
{ 'id' : 'first_administrator_lastname'
, 'description': 'Last Name'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_administrator_identity'
, 'description': 'Identite'
{ 'id' : 'first_administrator_firstname'
, 'description': 'First Name'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_administrator_birthday'
, 'description': 'Birthday'
, 'type' : 'date'
, 'mode' : 'w'
},
{ 'id' : 'first_administrator_birthplace'
, 'description': 'Birthplace'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'first_administrator_going_check'
, 'description': 'Partant'
, 'type' : 'boolean'
, 'mode' : 'w'
},
{ 'id' : 'first_administrator_maintained_check'
, 'description': 'Maintenu'
, 'type' : 'boolean'
......@@ -640,16 +645,31 @@ class M2:
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_associate_going_check'
, 'description': 'Partant'
, 'type' : 'boolean'
{ 'id' : 'second_associate_lastname'
, 'description': 'Last Name'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_associate_firstname'
, 'description': 'First Name'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_associate_birthday'
, 'description': 'Birthday'
, 'type' : 'date'
, 'mode' : 'w'
},
{ 'id' : 'second_associate_identity'
, 'description': 'Identite'
{ 'id' : 'second_associate_birthplace'
, 'description': 'Birthplace'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_associate_going_check'
, 'description': 'Partant'
, 'type' : 'boolean'
, 'mode' : 'w'
},
{ 'id' : 'second_associate_maintained_check'
, 'description': 'Maintenu'
, 'type' : 'boolean'
......@@ -700,16 +720,31 @@ class M2:
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_administrator_going_check'
, 'description': 'Partant'
, 'type' : 'boolean'
{ 'id' : 'second_administrator_lastname'
, 'description': 'Last Name'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_administrator_identity'
, 'description': 'Identite'
{ 'id' : 'second_administrator_firstname'
, 'description': 'First Name'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_administrator_birthday'
, 'description': 'Birthday'
, 'type' : 'date'
, 'mode' : 'w'
},
{ 'id' : 'second_administrator_birthplace'
, 'description': 'Birthplace'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'second_administrator_going_check'
, 'description': 'Partant'
, 'type' : 'boolean'
, 'mode' : 'w'
},
{ 'id' : 'second_administrator_maintained_check'
, 'description': 'Maintenu'
, 'type' : 'boolean'
......
851
\ No newline at end of file
853
\ 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