- 05 Aug, 2016 31 commits
-
-
iv authored
change and rename method to return a dict create new method to return state object for a given id
-
iv authored
-
iv authored
changes were also applied to DC workflow, which should not be changed
-
iv authored
rename files my_default_expr.xml to my_default_expression.xml rename default_expr to default_expression in xml files and scripts
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
ERP5Workflow: add variable to avoid multiple call to function and remove successive 'if/continue' for readability
-
iv authored
-
iv authored
ERP5Workflow: revert more changes (some Property Sheets have been moved to erp5_workflow bt5, they are back to product/ERP5/bootstrap)
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
-
iv authored
- erp5_test_workflow * add testWorklowMixin test case for inheritance purpose, * move testWorklist ERP5 test to portal_component
-
iv authored
-
iv authored
-
iv authored
author: Wenjie Zheng
-
Xiaohe Cao authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Xiaohe Cao authored
-
Rafael Monnerat authored
-
- 04 Aug, 2016 5 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
The item of produced resources must not be reused on consumed resources
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
in some rare cases, proxy was still alive for unknown reasons, thus we had troubles to start a new one. some testnodes were failing randomly because of this
-
- 03 Aug, 2016 1 commit
-
-
Tristan Cavelier authored
-
- 02 Aug, 2016 3 commits
-
-
Ayush Tiwari authored
This change solves the error which one gets while trying to access properties Form for an ERP5 object having one or more of its property of type 'selection' or 'multiple selection'. For example: If you try to access property form for any portal_type objects, you'll get an error : "'select_variable' is not defined". This is because of the absence of the property 'select_variable' for the property of type multiple selection, which in case of portal_type object is 'Property Sheet List'. This is helpful for ERP5 views/forms which displays selection or multiple selection type object.
-
Ayush Tiwari authored
-
Ayush Tiwari authored
ERP5 Subcategory: Remove '_'(underscore) from 'multiple_selection' subcategory in elmentary_type category. Subcategory 'multiple_selection' has been renamed to 'multiple selection' to maintain consistency. Earlier, whenever a new StandardCategory object was created with property_type 'multiple selection', one needed to change the elementary type explicilty to use it to generate property setters and getters. The example for this can be seen from this commit: nexedi/erp5@fd738753 After this change, in the view, property type field couldn't recognize the property and displays (???multiple selection). Also, everywhere in erp5, list_types do mention 'multiple selction' and not 'multiple_selection'. So, its better to maintain consistency in naming the subcategory.
-