Skip to content
Snippets Groups Projects
  1. Nov 27, 2022
  2. Nov 24, 2022
  3. Nov 20, 2022
  4. Nov 13, 2022
  5. Nov 06, 2022
  6. Oct 30, 2022
  7. Oct 23, 2022
  8. Oct 16, 2022
  9. Oct 09, 2022
  10. Oct 02, 2022
  11. Sep 25, 2022
  12. Sep 20, 2022
  13. Sep 12, 2022
    • Rob Coekaerts's avatar
      [IMP] hr_timesheet: Move timesheet_cost into a separate module. · a3eec47f
      Rob Coekaerts authored
      
      The field timesheet_cost defined on hr_employee in hr_timesheet would be
      useful in other modules (eg planning and MRP) as well. Therefore with this
      commit the field is moved into a separate module upon which
      hr_timesheet will have a dependency. In addition this field is renamed
      to employee_hourly_wage, which is a more accurate and neutral name for
      this field, as it will not only be used in timesheets.
      
      task-2929518
      
      closes odoo/odoo#97988
      
      Related: odoo/enterprise#30359
      Related: odoo/upgrade#3853
      Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
      a3eec47f
  14. Jun 22, 2022
  15. Jun 20, 2022
  16. Jun 10, 2022
  17. Apr 29, 2022
    • Ipsita Borisagar's avatar
      [IMP] hr(_timesheet)_attendance: improvements for the ui · 1e4ddef5
      Ipsita Borisagar authored
      
      PURPOSE
      
      Generic improvements for services.
      
      SPECIFICATION
      
      - For all reporting menus: removed the group by in the search view, and kept grouping
        the grid, pivot and graph views by the corresponding field.
      - For timesheet/attendance, switched the pivot and graph views from their places.
      - Renamed 'billable type' into 'billing type'.
      
      task-2766164
      
      closes odoo/odoo#85726
      
      Related: odoo/enterprise#24940
      Signed-off-by: default avatarLaurent Stukkens (ltu) <ltu@odoo.com>
      1e4ddef5
  18. Apr 25, 2022
  19. Apr 23, 2022
  20. Apr 19, 2022
    • Kartik Chavda's avatar
      [IMP] hr_timesheet, **: improve generic ux for timesheet · fd3a3346
      Kartik Chavda authored
      
      ** = hr_timesheet_attendance,project_timesheet_holiday,
      sale_timesheet
      
      Purpose of this commit to improve generic usage of
      timesheet app.
      
      So, in this commit done following change:
      
      - change no content helper for reporting menu actions.
      - change no content helper for attendance report menu action.
      - make timesheet editable in batch.
      - add suspicious duration filter in timesheet search view.
      - add analytic tags in timesheet views only visible when analytic
        tag feature enable from accounting settings.
      - remove group group_no_one from section_leaves div.
      - remov group group_no_one from timesheet group in leave type
        form view.
      - improve search view.
      - remove form view reference from project_id of timesheet.
      - add a condition for decoration danger in o2m tree view for
        timesheet_ids in project form view.
      
      task-2725525
      
      closes odoo/odoo#82305
      
      Related: odoo/upgrade#3355
      Related: odoo/enterprise#23284
      Signed-off-by: default avatarLaurent Stukkens (ltu) <ltu@odoo.com>
      fd3a3346
  21. Mar 16, 2022
    • Cedric Prieels's avatar
      [IMP] *: improve report security · aa24c3a7
      Cedric Prieels authored
      
      * hr_timesheet_{attendance}, project, rating, sale_timesheet
      
      - removed the 'admin' group on the reporting menu items so that 'users' can
        access these menus.
      - 'timesheet / attendance' menu should only show if user has access for both
        the attendance and timesheet.
      - Project/User should access 'Task Analysis' report And Added rule for user.
      - customer ratings: only show ratings which has access of their project/task.
      - ratings: user should not able to edit ratings.
      
      task-2467564
      
      closes odoo/odoo#82634
      
      Related: odoo/enterprise#23439
      Signed-off-by: default avatarLaurent Stukkens (ltu) <ltu@odoo.com>
      Co-authored-by: default avatarPriyanka Kakadiya <pka@odoo.com>
      aa24c3a7
  22. Sep 16, 2021
  23. Sep 03, 2021
    • bbh-odoo's avatar
      [IMP] hr_timesheet,sale_timesheet: improved reporting features · c69fe38b
      bbh-odoo authored
      
      Purpose of the commit is to improve the timsheets's report
      of the timesheet app.
      
      So in this commit, done the below changes:
      - timesheets by billing type report:
       - add default group by date month > billable type.
       - removed undefine value from report
       - improve helper the to: "No data yet! \n Track your timesheets by
          billing type and make sure your time is billable."
       - added grid, kanban and list view
      - list view opened through the graph/pivot view: change the name of the action to 'Timesheets'
      - improved name of the report to 'Timesheet by employee'
      - improved helper of Timesheet by project report
      - Timesheet / Attendance report:
       - disabled list opening after clicking graph view.
       - added a group by Employee on report ,
       - modified pivot view according to company of user.
       - added default measure is total difference' and the default group by
         is date > month for report
      
      closes odoo/odoo#75026
      
      Taskid: 253134
      Related: odoo/enterprise#20397
      Signed-off-by: default avatarLTU-Odoo <IT-Ideas@users.noreply.github.com>
      c69fe38b
  24. Jul 29, 2021
    • Anjali's avatar
      [IMP] various: add list views for some important reporting models · 7c5bfb42
      Anjali authored
      
      Currently, there are many useful pivot views on reporting models but most
      of them lacks the dedicated list view. Dedicated list views will allow users
      to see useful information when one directly drill down to the records from
      the pivot table in odoo spreadsheet [1].
      
      With this commit
      
        1. we remove 'disabled_linking' attribute from the very important pivot
           and graph views (see the full list on task pad);
        2. we added dedicated list views for the following reporting models
      
          - account.invoice.report
          - fleet.vehicle.cost.report
          - hr.timesheet.attendance.report
          - purchase.report
          - project.profitability.report
          - report.membership
          - report.pos.order
          - report.project.task.user
          - sale.report
      
      Task-2547881
      
      [1] See task-2506116
      
      closes odoo/odoo#72394
      
      Related: odoo/enterprise#19122
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      7c5bfb42
  25. Jul 26, 2021
    • Xavier-Do's avatar
      [FIX] *: add explicit license to all manifest · 288595f5
      Xavier-Do authored
      
      The license is missing in most enterprise manifest so
      the decision was taken to make it explicit in all cases.
      When not defined, a warning will be triggered starting from
      14.0 when falling back on the default LGPL-3.
      
      closes odoo/odoo#74245
      
      Related: odoo/design-themes#48
      Related: odoo/enterprise#19862
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      288595f5
  26. Sep 01, 2020
  27. Aug 18, 2020
  28. Aug 12, 2020
  29. Jul 23, 2020
  30. Jun 26, 2020
    • Tom Kairis's avatar
      [IMP] hr_timesheet: Improve general UX (back2basics) · bdf29635
      Tom Kairis authored
      
      Change of several labels to increase consistency.
      Adapt the size of certain images so that they are rendered without
      modifying their quality.
      Display the employee's profile image in the grid view to improve
      the visual.
      Add the kanban view to the All Timesheets menu.
      Modify the Time Off configurations so that the projects displayed are
      those of a company and that the tasks are adapted according to
      the chosen project and vice versa.
      Make the hr_timesheet and timesheet_grid module icon the same
      for better consistency.
      
      closes odoo/odoo#51808
      
      Taskid: 2239802
      Related: odoo/enterprise#10745
      Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
      bdf29635
  31. Jan 28, 2020
  32. Dec 16, 2019
  33. Dec 10, 2019
  34. Oct 07, 2019
  35. Sep 29, 2019
  36. Sep 15, 2019
  37. Sep 03, 2019
  38. Sep 01, 2019
  39. Sep 08, 2019
Loading