Commit 9869e6b7 authored by Julien Muchembled's avatar Julien Muchembled

erp5_registry_ohada: fix encoding issues in property sheets

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41506 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14ab9348
# -*- coding: utf-8 -*-
############################################################################# #############################################################################
# #
# Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -167,7 +168,7 @@ class M0: ...@@ -167,7 +168,7 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'reported_date' { 'id' : 'reported_date'
, 'description': 'Date Reporte' , 'description': 'Date Reportée'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -182,7 +183,7 @@ class M0: ...@@ -182,7 +183,7 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_garanty_person_birthdate' { 'id' : 'first_garanty_person_birthdate'
, 'description': 'Nationalit' , 'description': 'Nationalité'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -197,12 +198,12 @@ class M0: ...@@ -197,12 +198,12 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_garanty_person_lastname' { 'id' : 'first_garanty_person_lastname'
, 'description': 'Noms et Prnoms' , 'description': 'Noms et Prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_name' { 'id' : 'first_name'
, 'description': 'T�l�phone' , 'description': 'Téléphone'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -212,7 +213,7 @@ class M0: ...@@ -212,7 +213,7 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_spouse_fullname' { 'id' : 'first_spouse_fullname'
, 'description': 'Noms et prnoms' , 'description': 'Noms et prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -232,17 +233,17 @@ class M0: ...@@ -232,17 +233,17 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'main_activity' { 'id' : 'main_activity'
, 'description': 'Activit principale' , 'description': 'Activité principale'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'main_company' { 'id' : 'main_company'
, 'description': 'Principal tablissement' , 'description': 'Principal établissement'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'married_check' { 'id' : 'married_check'
, 'description': 'Mari' , 'description': 'Marié'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -262,7 +263,7 @@ class M0: ...@@ -262,7 +263,7 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'non_check' { 'id' : 'non_check'
, 'description': 'Mari' , 'description': 'Marié'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -297,7 +298,7 @@ class M0: ...@@ -297,7 +298,7 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other_check_info' { 'id' : 'other_check_info'
, 'description': 'Autres(prciser)' , 'description': 'Autres(préciser)'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -307,7 +308,7 @@ class M0: ...@@ -307,7 +308,7 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other_companies_rccm' { 'id' : 'other_companies_rccm'
, 'description': 'Identit de l exploitant' , 'description': 'Identité de l exploitant'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -337,7 +338,7 @@ class M0: ...@@ -337,7 +338,7 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'place' { 'id' : 'place'
, 'description': 'Fait ' , 'description': 'Fait à'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -347,7 +348,7 @@ class M0: ...@@ -347,7 +348,7 @@ class M0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'previous_activity_end_period' { 'id' : 'previous_activity_end_period'
, 'description': 'Fait ' , 'description': 'Fait à'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
......
# -*- coding: utf-8 -*-
############################################################################# #############################################################################
# #
# Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -156,7 +157,7 @@ class M4: ...@@ -156,7 +157,7 @@ class M4:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'reported_date' { 'id' : 'reported_date'
, 'description': 'Date Reporte' , 'description': 'Date Reportée'
, 'type' : 'date' , 'type' : 'date'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -171,7 +172,7 @@ class M4: ...@@ -171,7 +172,7 @@ class M4:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_garanty_person_birthdate' { 'id' : 'first_garanty_person_birthdate'
, 'description': 'Nationalit' , 'description': 'Nationalité'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -186,12 +187,12 @@ class M4: ...@@ -186,12 +187,12 @@ class M4:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_garanty_person_lastname' { 'id' : 'first_garanty_person_lastname'
, 'description': 'Noms et Prnoms' , 'description': 'Noms et Prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_name' { 'id' : 'first_name'
, 'description': 'T�l�phone' , 'description': 'Téléphone'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -201,7 +202,7 @@ class M4: ...@@ -201,7 +202,7 @@ class M4:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_spouse_fullname' { 'id' : 'first_spouse_fullname'
, 'description': 'Noms et prnoms' , 'description': 'Noms et prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -221,12 +222,12 @@ class M4: ...@@ -221,12 +222,12 @@ class M4:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'main_activity' { 'id' : 'main_activity'
, 'description': 'Activit principale' , 'description': 'Activité principale'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'main_company' { 'id' : 'main_company'
, 'description': 'Principal tablissement' , 'description': 'Principal établissement'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -286,7 +287,7 @@ class M4: ...@@ -286,7 +287,7 @@ class M4:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'place' { 'id' : 'place'
, 'description': 'Fait ' , 'description': 'Fait à'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
......
# -*- coding: utf-8 -*-
############################################################################# #############################################################################
# #
# Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -198,7 +199,7 @@ class P0: ...@@ -198,7 +199,7 @@ class P0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_spouse_fullname' { 'id' : 'first_spouse_fullname'
, 'description': 'Noms et prnoms' , 'description': 'Noms et prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -218,22 +219,22 @@ class P0: ...@@ -218,22 +219,22 @@ class P0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'main_activity_free_text' { 'id' : 'main_activity_free_text'
, 'description': 'Activit principale' , 'description': 'Activité principale'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_company_activity_free_text' { 'id' : 'second_company_activity_free_text'
, 'description': 'Activit principale' , 'description': 'Activité principale'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'main_company' { 'id' : 'main_company'
, 'description': 'Principal tablissement' , 'description': 'Principal établissement'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'married_check' { 'id' : 'married_check'
, 'description': 'Mari' , 'description': 'Marié'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -283,7 +284,7 @@ class P0: ...@@ -283,7 +284,7 @@ class P0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other_check_info' { 'id' : 'other_check_info'
, 'description': 'Autres(prciser)' , 'description': 'Autres(préciser)'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -293,7 +294,7 @@ class P0: ...@@ -293,7 +294,7 @@ class P0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'other_companies_corporate_registration_code' { 'id' : 'other_companies_corporate_registration_code'
, 'description': 'Identit de l exploitant' , 'description': 'Identité de l exploitant'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -448,7 +449,7 @@ class P0: ...@@ -448,7 +449,7 @@ class P0:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'signature' { 'id' : 'signature'
, 'description': 'Noms et Prnoms' , 'description': 'Noms et Prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
......
# -*- coding: utf-8 -*-
############################################################################# #############################################################################
# #
# Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -206,7 +207,7 @@ class P2: ...@@ -206,7 +207,7 @@ class P2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_administrator_last_name' { 'id' : 'first_administrator_last_name'
, 'description': 'Noms et Prnoms' , 'description': 'Noms et Prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -221,7 +222,7 @@ class P2: ...@@ -221,7 +222,7 @@ class P2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'first_spouse_fullname' { 'id' : 'first_spouse_fullname'
, 'description': 'Noms et prnoms' , 'description': 'Noms et prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -241,12 +242,12 @@ class P2: ...@@ -241,12 +242,12 @@ class P2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'main_company' { 'id' : 'main_company'
, 'description': 'Principal tablissement' , 'description': 'Principal établissement'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'married_check' { 'id' : 'married_check'
, 'description': 'Mari' , 'description': 'Marié'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -266,7 +267,7 @@ class P2: ...@@ -266,7 +267,7 @@ class P2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'non_check' { 'id' : 'non_check'
, 'description': 'Mari' , 'description': 'Marié'
, 'type' : 'boolean' , 'type' : 'boolean'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -331,7 +332,7 @@ class P2: ...@@ -331,7 +332,7 @@ class P2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'place' { 'id' : 'place'
, 'description': 'Fait ' , 'description': 'Fait à'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -431,7 +432,7 @@ class P2: ...@@ -431,7 +432,7 @@ class P2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_administrator_last_name' { 'id' : 'second_administrator_last_name'
, 'description': 'Noms et Prnoms' , 'description': 'Noms et Prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
...@@ -476,7 +477,7 @@ class P2: ...@@ -476,7 +477,7 @@ class P2:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'signature' { 'id' : 'signature'
, 'description': 'Noms et Prnoms' , 'description': 'Noms et Prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
......
...@@ -232,7 +232,7 @@ class P4: ...@@ -232,7 +232,7 @@ class P4:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'second_another_cause' { 'id' : 'second_another_cause'
, 'description': 'Noms et Prnoms' , 'description': 'Noms et Prénoms'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
......
# -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
......
# -*- coding: utf-8 -*-
############################################################################# #############################################################################
# #
# Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved.
......
# -*- coding: utf-8 -*-
############################################################################# #############################################################################
# #
# Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2005 Nexedi SARL and Contributors. All Rights Reserved.
......
930 931
\ No newline at end of file \ 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