1. 25 Jan, 2018 4 commits
  2. 24 Jan, 2018 5 commits
  3. 22 Jan, 2018 2 commits
  4. 19 Jan, 2018 3 commits
  5. 18 Jan, 2018 11 commits
  6. 17 Jan, 2018 7 commits
  7. 16 Jan, 2018 1 commit
    • Georgios Dagkakis's avatar
      erp5_calendar: Make Presence Request more user-friendly in parameterisation and appearance. · 4362cfe2
      Georgios Dagkakis authored
      This is equivalent to work done for Leave Request, at:
      185285c4
      (merge_request 493)
      
      Follow a simple / non-simple approach, like for Task and its lines.
      
      In default case, user would need only one Presence Request Period, which can be edited directly on PresenceRequest_view. So, in this case, hide the Listbox containing the Presence Request Periods and have default_presence_request_period being created / edited on background, which will acquire quantity, resource, start_date and stop_date from what is set at the view of the Parent.
      In case one or more Presence Request Period are added manually, user would get listbox with sub-objects, and editing should be done directly on them, i.e. fields like my_default_presence_request_period_start_date will be disabled fromPresenceRequest_view.
      
      Additionally, now Presence Request has its own:
      start_date: equal to the minimum start_date of all Presence Request Periods
      stop_date: equal to the maximum stop_date of all Presence Request Periods
      
      These values are set by interaction on Presence Request Period, triggered on setStartDate, _setStopDate. This helps so that presence_request_module listbox can have sortable dates.
      
      Commit contains also test
      
      /reviewed-on nexedi/erp5!541
      4362cfe2
  8. 15 Jan, 2018 5 commits
  9. 12 Jan, 2018 1 commit
  10. 11 Jan, 2018 1 commit
    • Georgios Dagkakis's avatar
      erp5_core: extension.erp5.StandardSecurity cleanup · cc3a8079
      Georgios Dagkakis authored
      - Remove unused imports and variable
      - Do not have empty list as argument default
      - Allow object as redefined-builtin in pylint, for the lines it is used
      Note: this variable is not anywhere and it should be 'self', but
      I do not want to break callers
      cc3a8079