- 29 Nov, 2018 16 commits
-
-
Jérome Perrin authored
instead of building HTML in python, it's cleaner and prevent problems when attachments names are HTML entities.
-
Jérome Perrin authored
because storing as document depends on erp5_ingestion & erp5_dms
-
Jérome Perrin authored
So that conversion is done by a zope activity node and not on a front node.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
Aurel authored
-
- 28 Sep, 2018 3 commits
-
-
Jérome Perrin authored
/reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/27
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 25 Sep, 2018 1 commit
-
-
Jérome Perrin authored
/reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/26
-
- 22 Aug, 2018 4 commits
-
-
Jérome Perrin authored
backport nexedi/erp5!694 /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/25
-
Jérome Perrin authored
See 4bb5d32e
-
Jérome Perrin authored
Do not rely on DateTime.strftime which does fails on dates <= 1900. This simple case does not need all the features of strftime and can be implemented inline.
-
Jérome Perrin authored
It currently fails with such ValueError: ``` year=101 is before 1900; the datetime strftime() methods require year >= 1900 ```
-
- 28 May, 2018 3 commits
-
-
Jérome Perrin authored
backport nexedi/erp5!680 /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/24
-
Jérome Perrin authored
Because at the moment we don't have SFTP integrated in ERP5 or testnode, this test will only work if the URL of a running SFTP is set through testSFTPConnection_SFTP_URL environment variable.
-
Jérome Perrin authored
This allows sorting the list of filenames, by size ( sort_on="st_size" ), by modification date ( sort_on="st_mdate" )
-
- 15 May, 2018 1 commit
-
-
Jérome Perrin authored
backport nexedi/erp5!666 /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/23
-
- 14 May, 2018 1 commit
-
-
Jérome Perrin authored
All top level documents are not supposed to acquire local roles https://www.erp5.com/erp5-Guideline.Unset.Acquire.Local.Roles.On.Document.Portal.Type.Configuration.If.Applicable I believe this comes from the time where we were using images as sub-documents of products or persons. We now use embedded files for these cases, so no need to have an exception here.
-
- 11 Apr, 2018 11 commits
-
-
Jérome Perrin authored
backport nexedi/erp5!634 This is only a partial backport, we don't have Romain's gadget in this branch /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/22
-
Jérome Perrin authored
https://codemirror.net/demo/matchtags.html makes editions of web pages and xml easier
-
Jérome Perrin authored
Backport nexedi/erp5!631 /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/21
-
Jérome Perrin authored
group_calendar_interaction_workflow introduce interaction on calendar exception, we should take into account that these calendar exception also exists in leave request and presence request.
-
Jérome Perrin authored
Also rename the test to be more specific and remove useless organisation.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Gabriel Monnerat authored
The interaction should also be triggered if a Calendar Exception is changed.
-
Jérome Perrin authored
Revert "erp5_calendar: Improve workflow interaction to update calendar if any sub-object is changed" This reverts commit c49a7911. revert just to apply nexedi/erp5!631 easily
-
Jérome Perrin authored
backport nexedi/erp5!630 There was conflicts, because we have already backported nexedi/erp5!137/ /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/19
-
Jérome Perrin authored
TODO: * [ ] file as bug * [ ] unify implementation with Base_getAccountingPeriodStartDateForSectionCategory * [ ] MR for nexedi/erp5 * [ ] capago: stop creating accounting period for durban in `ERP5Site_openCapagoAccountingPeriod`, this was just hiding the bug /reviewed-on https://lab.nexedi.com/nexedi/erp5-capago/merge_requests/20
-