- 09 Jun, 2017 13 commits
-
-
Romain Courteaud authored
Exchange action are meant to import/export a list of documents
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Jérome Perrin authored
-
Jérome Perrin authored
... this js was already included
-
Vincent Bechu authored
-
Vincent Pelletier authored
-
- 08 Jun, 2017 1 commit
-
-
Jérome Perrin authored
In its current implementation ( introduced in 4787eadd ), `variation_category` parameter of Inventory API require movements to be in the `predicate_category` table. The approach is to do a first query to get uids of all movements members of the variation and pass their `uid` to catalog. My guess is that this does not scale well. It also uses deprecated `where_expression` and generates invalid SQL when no movements match. As far as I know, it is only used in [testInventory](https://lab.nexedi.com/nexedi/erp5/blob/ba541ad46e5c593f94fe1ebe79e99d67aafdecb1/product/ERP5/tests/testInventory.py#L1024). We could also consider dropping it, but keeping compatibility is easy. This implementation just use `variation_text`. [Test results](https://nexedi.erp5.net/test_result_module/20170502-1FDBAB66) are OK; there is one functional test failure but it really looks unrelated. @yusei @vpelletier @seb @romain do you see problems with this ? /reviewed-on !265
-
- 07 Jun, 2017 6 commits
-
-
Sebastien Robin authored
Reuse code of delivery to ensure we can customize which item should be in item table
-
Cédric Le Ninivin authored
-
Vincent Bechu authored
This reverts commit 2ef67082
-
Vincent Bechu authored
-
Sebastien Robin authored
This allow customization, original init script is called by new script.
-
Jérome Perrin authored
Performance is still not optimal, but should be better than before. At least it does not assume that movements will be in predicate table.
-
- 06 Jun, 2017 20 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
- Use cloudooo instead of imagemagick - Avoid to use (probably lossy) png format _from_ _to_ ____id____ _______________module____________________ ______________comments_______________ pdf bmp pdf_to_bmp erp5.component.document.TransformPdfToBmp Previous: pdf-(imagemagick)->png->bmp
-
Sebastien Robin authored
-
Sebastien Robin authored
* acquire objectValues list method instead of using searchFolder * acquire tales expression for selection name
-
Xiaowu Zhang authored
this is an issue for layout of six-column grid since 16.667 * 6 > 100 /reviewed-on nexedi/erp5!279
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
this commit concern 3 bt5: erp5_officejs, erp5_officejs_ooffice, erp5_officejs_jquery_app
-
Vincent Bechu authored
this patch concern 3 bt5: erp5_officejs, erp5_officejs_jquery_app, erp5_officejs_ooffice
-
Vincent Bechu authored
-
Vincent Bechu authored
and fix jslint issues. this commit concern 3 bt5: erp5_officejs, erp5_officejs_jquery_appn erp5_officejs_ooffice
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-