- 15 Jun, 2018 6 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Jérome Perrin authored
Because the helper script for invoice, (order, packing lists, etc) printout is using `DateTime.strftime` it does not support dates before 1900. This is a [documented behavior](https://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior) in python that dates before 1900 cannot be used. In these cases it's not supposed to happen, but if by mistake user enter a date before 1900, printing the invoice would fail, which is not good. These patterns were very simple and did not need strftime. /reviewed-on nexedi/erp5!694
-
- 14 Jun, 2018 8 commits
-
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!689
-
Georgios Dagkakis authored
is used in Folder_delete, in order to decide if we would delete the object from ZODB or do workflow transition. Previous code was not harmful, since isDeletable check above would block the case of existing workflow with 'delete_action' not possible in current state. Yet, it was confusing. /reviewed-on !696
-
Nicolas Wavrant authored
-
Cédric Le Ninivin authored
Update Colors to patio colors ![Screenshot_2018-06-11_at_17.02.16](/uploads/d0ebc58a32df69a359e3023383fcfec2/Screenshot_2018-06-11_at_17.02.16.png) /reviewed-on nexedi/erp5!693
-
Xiaowu Zhang authored
-
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 ```
-
- 13 Jun, 2018 5 commits
-
-
Romain Courteaud authored
Some dialog expect to get the line uid list, even if no cell was directly editable.
-
Romain Courteaud authored
Use the same dialog pattern than the mass transition dialog. Display all documents by using the current query + deletable workflow state. Use the listbox_uid to get the effective list of document to delete.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This partially revert nexedi/erp5@490af3ba
-
- 12 Jun, 2018 15 commits
-
-
Tomáš Peterka authored
-
Nicolas Wavrant authored
/reviewed-on nexedi/erp5!688
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
Add the portal type "DSN Disenrollment Record" for this
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
Used to record details about the end of a contract to report in social declarations.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 11 Jun, 2018 4 commits
-
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!692
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
- 08 Jun, 2018 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-