- 19 Mar, 2020 5 commits
-
-
Jérome Perrin authored
Trade model path scripts does not allow to unset a category on an input movement. To allow this while keeping backward compatibility with existing scripts, introduce new boolean properties "{source,destination} replace categories" that if set to True will make the trade model path consider only dynamic categories returned by the script and will not copy categories that might be set on the trade model path itself or on the movement.
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
contentValues() nowadays return also non ERP5-ish objects such as python scripts , OFS.File etc. Because of that, if an ERP5 Folder contained a non ERP5 object, which does not have fixConsistency or checkConsistency methods, Folder.checkConsistency was causing an infinite loop because it was acquiring checkConsistency method from self. See merge request !1076
-
Jérome Perrin authored
base, trade, pdm, mrp and dms See merge request !1073
-
- 18 Mar, 2020 6 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Georgios Dagkakis authored
previous version would keep only one file ending in 'translation_data.js' which was buggy. The scope here is to return all files, but put those ending with 'translation_data.js' first, so that it is more user friendly for user following the convention. Again for user friendliness, we sort the lists alphabetically also
-
Jérome Perrin authored
See merge request !1075
-
- 17 Mar, 2020 2 commits
-
-
Kazuhiko Shiozaki authored
so that several activities can happen for the same Person.
-
Gabriel Monnerat authored
-
- 16 Mar, 2020 3 commits
-
-
Jérome Perrin authored
Sometimes these API fail, but that's not so important, what matters is marking commits as success or failure at the end of test.
-
Jérome Perrin authored
-
Ivan Tyagov authored
erp5_accounting is installed before auto-configurtion and is unreliable thus use erp5_trade which certainly is installed by configurator.
-
- 13 Mar, 2020 1 commit
-
-
Romain Courteaud authored
-
- 12 Mar, 2020 3 commits
-
-
Ivan Tyagov authored
This MR continues !1074 (Ivan's mistake) See merge request !1077
-
Ivan Tyagov authored
Add a business template that can configure a default ERP5's installation. This bt5 is to be used in Scalability and Deployment tests ONLY.
-
Jérome Perrin authored
contentValues() nowadays return also non ERP5-ish objects such as python scripts , OFS.File etc. Because of that, if an ERP5 Folder contained a non ERP5 object, which does not have fixConsistency or checkConsistency methods, Folder.checkConsistency was causing an infinite loop because it was acquiring checkConsistency method from self.
-
- 11 Mar, 2020 20 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Gabriel Monnerat authored
Fix script name
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
Jérome Perrin authored
I'm not sure conceptually dms depends on crm, but Document Ingestion Message and corresponding document_ingestion_workflow worfkflows are events and are not usable without erp5_crm.
-
Jérome Perrin authored
-
Jérome Perrin authored
-