- 27 Sep, 2016 1 commit
-
-
Jérome Perrin authored
This cause slow queries and returning rows that user won't be able to group because we only allow to group transactions from the account anyway.
-
- 26 Sep, 2016 5 commits
-
-
Kazuhiko Shiozaki authored
because credential_request.submit() is now guarded by Modify portal content permission.
-
Sebastien Robin authored
ProgrammingError could be raised for various raisons, while the code was assuming that the only raison was missing table. Improve by making sure the error is about missing table, if not, raise.
-
Romain Courteaud authored
Left panel should not be always visible on a laptop screen
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
- 23 Sep, 2016 1 commit
-
-
Cédric Le Ninivin authored
-
- 22 Sep, 2016 6 commits
-
-
Cédric Le Ninivin authored
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Vincent Pelletier authored
expr(md) raises NameError when expr references a non-given argument, so catch that exception too. (sqlvar catches Exception, which seems overkill, so don't follow it)
-
Vincent Pelletier authored
Fix missing import. Actually follow sqltest render API, which is different from sqlvar's.
-
Vincent Pelletier authored
-
- 21 Sep, 2016 7 commits
-
-
Cédric Le Ninivin authored
-
Sebastien Robin authored
mrp simulation: allow to customize transformation rule to define to reverse input source/destination
-
Hardik Juneja authored
Somehow two files didn't made it to the recent deploy. I am still to figure out the reason but I suspect it might be due to my recent rebase. /reviewed-on !166
-
Hardik Juneja authored
-
Hardik Juneja authored
-
Hardik Juneja authored
-
Hardik Juneja authored
-
- 20 Sep, 2016 7 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sven Franck authored
-
Sebastien Robin authored
- use mixin class to allow reusing common performance functions - remove usage of quiet and run_all_test
-
- 19 Sep, 2016 2 commits
-
-
Vincent Pelletier authored
Reduces the number of meaningless 404 errors.
-
Kazuhiko Shiozaki authored
so that we keep the query string in the redirect url if exists.
-
- 16 Sep, 2016 1 commit
-
-
Sebastien Robin authored
-
- 15 Sep, 2016 5 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
Instead of only having possibility to check when inventory will be below a reference_quantity, allow to check when it will be higher.
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
This code is useful to run any unit test in a live instance. Until all products tests (like ERP5/tests/*) are moved as components, this code is useful. This reverts commit 9240d498.
-
- 14 Sep, 2016 2 commits
-
-
Sven Franck authored
-
Kazuhiko Shiozaki authored
also stop casting select_language to str.
-
- 13 Sep, 2016 1 commit
-
-
Douglas authored
If ERP5 Jupyter kernel tried to persist an object created from a new-style class, it would crash because the object has no `_p_jar`. This makes the creation of the ObjectWriter fails. This kind of object needs to be handled by (c)Pickle. Related to bug report https://nexedi.erp5.net/bug_module/20160819-882FA2, created by @kasra. @Tyagov, please review when possible. /reviewed-on nexedi/erp5!162
-
- 08 Sep, 2016 1 commit
-
-
Sebastien Robin authored
erp5_item: the purpose of getTrackingList or getCurrentTrackingList is to avoid passing simulation states by hand
-
- 07 Sep, 2016 1 commit
-
-
Sebastian authored
-