- 22 Sep, 2016 4 commits
-
-
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 5 commits
-
-
Sebastian authored
-
Xueyun Qian authored
-
Sebastien Robin authored
Some tests where explicitely checking that transformation is not set in case several are found. It is indeed better to ask user decision in such case.
-
Sebastian authored
-
Sebastian authored
-
- 06 Sep, 2016 4 commits
-
-
Sven Franck authored
-
Jérome Perrin authored
-
Cédric Le Ninivin authored
-
Sebastien Robin authored
mrp: a production order has a specialise link for business template, so we have to look for transformations
-
- 05 Sep, 2016 1 commit
-
-
Tristan Cavelier authored
-