1. 28 Dec, 2017 9 commits
  2. 27 Dec, 2017 5 commits
  3. 26 Dec, 2017 13 commits
  4. 25 Dec, 2017 1 commit
  5. 22 Dec, 2017 5 commits
  6. 21 Dec, 2017 4 commits
  7. 20 Dec, 2017 2 commits
    • Roque's avatar
      7f1415a0
    • Georgios Dagkakis's avatar
      erp5_calendar: Make Leave Request more user-friendly in parameterisation and appearance. · 185285c4
      Georgios Dagkakis authored
      Follow a simple / non-simple approach, like for Task and its lines.
      
      In default case, user would need only one Leave Request Period, which
      can be edited directly on LeaveRequest_view. So, in this case, hide the Listbox
      containing the Leave Request Periods and have default_leave_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 Leave 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_leave_request_period_start_date will be disabled from LeaveRequest_view.
      
      Additionally, now Leave Request has it's own:
      - start_date: equal to the minimum start_date of all Leave Request Periods
      - stop_date: equal to the maximum stop_date of all Leave Request Periods
      
      These values are set by inte...
      185285c4
  8. 19 Dec, 2017 1 commit