- 04 Oct, 2018 10 commits
-
-
Ayush Tiwari authored
/reviewed-on nexedi/erp5!747
-
Xiaowu Zhang authored
/reviewed-on nexedi/erp5!765
-
Xiaowu Zhang authored
adjust font url
-
Xiaowu Zhang authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Vincent Pelletier authored
-
- 03 Oct, 2018 3 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
- 02 Oct, 2018 5 commits
-
-
Yusei Tahara authored
-
Jérome Perrin authored
/reviewed-on nexedi/erp5!759
-
Vincent Pelletier authored
These will be added by activity spawning mechanism: either "activate" or "recurseCallMethod".
-
Vincent Pelletier authored
Subsequent activities will produce an empty dictionary, causing inconsistencies in activity dependencies.
-
Vincent Pelletier authored
It is set in constructInstance from received activate_kw, but is then if ActiveObject.activate is not used - as is the case when reindexObject is made an alias of recursiveReindexObject (ex: ERP5.Document.Delivery), as the latter calls recurseCallMethod which uses ActivityTool.activateObject which (purposefully, visibly) ignores getDefaultActivateParameterDict (unlike ActiveObject.activate). Also, do not step on activate_kw, for readability.
-
- 01 Oct, 2018 12 commits
-
-
Ayush Tiwari authored
-
Ayush Tiwari authored
Partial revert from 2f121c19
-
Thomas Gambier authored
/reviewed-on nexedi/erp5!757
-
Jérome Perrin authored
-
Jérome Perrin authored
This is not used in this interface
-
Jérome Perrin authored
now that we have ERP5 Login, reference is just reference.
-
Jérome Perrin authored
-
Jérome Perrin authored
Searchable and sortable
-
Jérome Perrin authored
now that we have ERP5 Login, reference is just reference.
-
Jérome Perrin authored
It was displaying "False" when no requester, display nothing instead.
-
Jérome Perrin authored
add reference which was misisng in searchable / sortable sort in same order as columns + more columns
-
Jérome Perrin authored
This must be from manual edit of business templates files.
-
- 28 Sep, 2018 6 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
The timeout of 10 seconds was too short for some machines
-
Vincent Pelletier authored
Drop failed activities instead of retrying execution and expecting it to both fail and do something (execute alarm, then index result).
-
Sebastien Robin authored
-
Romain Courteaud authored
This also reverts commit f3519857.
-
Jérome Perrin authored
/reviewed-on nexedi/erp5!756
-
- 26 Sep, 2018 3 commits
-
-
Thomas Gambier authored
/reviewed-on nexedi/erp5!753
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 25 Sep, 2018 1 commit
-
-
Thomas Gambier authored
After clicking on "Documents", we need to wait for the listbox to be loaded before doing anything else. In particular, if we do a search after clicking on "Documents" the listbox is loaded twice (once after clicking on Documents and once after clicking on search). If we don't wait for the listbox to be loaded before doing the search, the search macro might end too early.
-