- 25 Jul, 2017 6 commits
-
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
- 24 Jul, 2017 1 commit
-
-
Cédric Le Ninivin authored
-
- 21 Jul, 2017 4 commits
-
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
- 20 Jul, 2017 2 commits
-
-
Nicolas Wavrant authored
Entities can be given identifiers by other organisations when they suscribe to their service. This identifier can be seen as a contact, as it will be used to reference the entity in all further exchanges. As the number of suscription can be unlimited, creating a new property for each kind of identifier becomes heavy, but customizing contacts using getIdTranslationDict is easy. As a real life use case, in UK, a company which is allowed to instruct direct debits to their customer bank accounts is given a Service User Number, which should be transmitted with all direct debit instructions. /reviewed-on nexedi/erp5!316
-
Aurel authored
-
- 19 Jul, 2017 7 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Aurel authored
-
Aurel authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
Due to unproper diff This reverts commit 2259e304.
-
- 18 Jul, 2017 10 commits
-
-
Łukasz Nowak authored
-
Cédric Le Ninivin authored
* having a "?" before the parameter will allow chromium to encode the search parameter
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_officejs: Change command symbol from "$" to "!" erp5_officejs: bookmark list, add reference column
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
- 12 Jul, 2017 4 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
- Add two charts in homepage to show the statistc information about Support Request. - Show recent activities of Support Requests. - Add fast input dialog to allow user to create new Support Request. - Allow user to submit comment when creating new Support Request or in Support Request view.
-
Boxiang Sun authored
Post is a comtainer which contains raw data without any metadata. A post can be seen as any item send or received by an instant message application. HTML Post is one type of post, which contains richtext in HTML and UTF-8. Eugene Shen wrote a post system before, which inpired us. This bt5 is a new implementation which under Tristan Cavelier's guide.
-
- 11 Jul, 2017 2 commits
-
-
Klaus Wölfel authored
-
Aurel authored
-
- 10 Jul, 2017 1 commit
-
-
Jérome Perrin authored
Since !306 we have configured system preference to use cloudoo from the Slapos SR, but this configuration was still old style configuration setting host / port. It caused a test to fail ``` ====================================================================== FAIL: test_01_PreferenceSetup (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart7/srv/testnode/aai/soft/f030becfa6e3878c62ccb9bccc43a291/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1048, in test_01_PreferenceSetup self.assertEqual(preference_tool.getPreferredOoodocServerAddress(), conversion_dict['hostname']) AssertionError: 'erp5-cloudooo' != 'localhost' ``` and that was a problem with the test, we don't have to care about `getPreferredOoodocServerAddress`, as only URL matters now (it was just working because both were set to localhost). /reviewed-on nexedi/erp5!315
-
- 07 Jul, 2017 3 commits
-
-
Julien Muchembled authored
- The conversion server is supposed to be configured in a system preference, so do this instead of using a normal preference. - _getConversionServerDict -> _getConversionServerUrl, to make clear that cloudooo is now configured by a url, instead of a host/port couple. - Refactoring: From the moment where setUpERP5Site() sets up things automatically, we don't the "same" duplicated code throughout many test to redo cloudooo configuration. - In the promise file, the volatile/persistent memcached url were swapped.
-
Jérome Perrin authored
configuring host / port was still compatibility
-
Jérome Perrin authored
-