odoo/addons/hr_timesheet_sheet/report
Olivier Dony 9e8d29c986 [FIX] project_timesheet: analyis view must include lines without timesheet
While working on project task it is possible
to record "task work" that will automatically
create timesheet lines. These are not by default
included into any timesheet, but they need to
appear in reporting nonetheless.

These lines disappeared from the analysis view
after the performance improvement of
rev. fe31451899
which introduced a JOIN with the `totals`
CTE table - and should have been LEFT JOIN.
2015-07-01 12:48:59 +02:00
..
__init__.py [IMP] move hr timesheet analysis report in to hr_timesheet 2014-06-17 13:53:33 +02:00
hr_timesheet_report.py [FIX] project_timesheet: analyis view must include lines without timesheet 2015-07-01 12:48:59 +02:00
hr_timesheet_report_view.xml [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00