- 01 Aug, 2008 22 commits
-
-
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
-
Ivan Tyagov authored
Sometimes set start_date for email document do not conforms to RFC 2822 so make sure conversion is not tried for incorrect dates. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22820 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22819 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22817 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22816 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
This is now done by asTextContent(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22813 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
-
Thibaut Deheunynck authored
change workflow_chain_type because there was two spaces before psj_validation_workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22810 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22808 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use 'Site or Wharehouse' for domain tree title, to be consistent with Resource_viewInventory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22807 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
but 'Offered' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22805 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
workaround, increase this report action priority so that it's not the first one git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22804 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
logo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
cell content git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Jul, 2008 18 commits
-
-
Kazuhiko Shiozaki authored
* more sexy waiting screen. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22797 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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22792 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22791 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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
line has cell content. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22784 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22783 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
-
Vincent Pelletier authored
It is not allowed for multiple check models to use the same reference. Specify another check reference (as found in Base_getCheckModelByBankAccount). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22781 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
-