An error occurred fetching the project authors.
- 07 Aug, 2008 1 commit
-
-
Fabien Morin authored
* remove all tales expression on checkbox because it's useless and makes warnings on zope logs * correct a font problem on M2 form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22933 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Aug, 2008 1 commit
-
-
Thibaut Deheunynck authored
Change createOrganisationFromM0 because all organisation must have one corporate registration code. But we can find the head office, the second company or branch thanks to source reference. So I modify several scripts to respect this change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Aug, 2008 4 commits
-
-
Thibaut Deheunynck authored
remove the workflow assignment_workflow on portal_type Assignment. the portal type Assignment use ohada_assignment_workflow git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
fix typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
Now when you create organisation from M0, the organisation have an acronym and a Sign. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
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
-
- 01 Aug, 2008 4 commits
-
-
Fabien Morin authored
- add an external method ERP5Type_getSecurityCategoryFromEntity - change the script ERP5Type_getSecurityCategoryMapping All of this permit to handle 'group' 'site' 'function' base categories in security group creation. This also make the testPSJ pass because there were all broken because of this. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- split the field my_logo (ENSEIGNE SIGLE) into two fields : my_sign and my_initials scripts have not been updated with this new fields names and should be done by thibaut in few time. - changes all fields numbers (to be able to add new fields at the top of the form). Now fields number are by five in five (5, 10, 15 , 20). In this way, it's easy to add more fields - remove tales expression on checkbox fields because it was not usefull and generate some error messages in zope log. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
revert last commit concerning destination_value and destination_title git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
Replace destination_value by destination_title and change the function. It is not corporate/shareholder but entreprise/associe git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22811 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jul, 2008 9 commits
-
-
Fabien Morin authored
Now, all constraint are required field too. This is because off the so horrible displaying of constraint errors. Required fields are very nice diplayed, and it's very easy to understand what is required and why it's not possible to save the document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Following JP advice, remove all constraint because they are required only because of the law, but not by the scripts. Only one is required by the script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a new workflow psj_validation_workflow. It do the same as validation_workflow, but he has one state more : imported. So it permit to validate or not a draft person, and validate or not an imported person. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
sorry for previous commit, the good name of the variable is default_birthplace_address_city. So I replace it everywhere in the script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22788 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
change condition on action Old Registry.(thanks jerome) Add a constraint in M0Constraint modify script createOrganisationFromM0 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22782 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
the view old_registry on Organisation must be view when the state is imported and no in the other cases. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22780 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jul, 2008 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-