55 lines
1.5 KiB
Markdown
55 lines
1.5 KiB
Markdown
# timesheet_timesheet_analysis_report
|
|
|
|
Add a `timesheet_id` Many2one relation to the `timesheets.analysis.report` model,
|
|
linking each analysis report line back to its source `account.analytic.line` record.
|
|
This allows filtering and grouping the Timesheet Analysis Report by individual timesheet
|
|
entry.
|
|
|
|
## Installation
|
|
|
|
Use the standard Odoo module installation procedure to install
|
|
`timesheet_timesheet_analysis_report`.
|
|
|
|
**Dependencies:** `base`, `hr_timesheet`
|
|
|
|
## Configuration
|
|
|
|
No specific configuration is required. The `timesheet_id` field is automatically
|
|
available on the Timesheet Analysis Report once the module is installed.
|
|
|
|
## Usage
|
|
|
|
After installation, the Timesheet Analysis Report (`timesheets.analysis.report`)
|
|
includes a new **Timesheet** field. You can use it to:
|
|
|
|
- **Filter** the analysis report by specific timesheet entries.
|
|
- **Group by** timesheet to aggregate data per individual time entry.
|
|
- **Search** for report lines linked to a particular timesheet record.
|
|
|
|
## Known Issues / Roadmap
|
|
|
|
None yet.
|
|
|
|
## Bug Tracker
|
|
|
|
Bugs are tracked on
|
|
[our issues website](https://git.elabore.coop/Elabore/hr-tools/issues). In case of
|
|
trouble, please check there if your issue has already been reported. If you spotted it
|
|
first, help us smash it by providing detailed feedback.
|
|
|
|
## Credits
|
|
|
|
### Contributors
|
|
|
|
- [Elabore](mailto:laetitia.dacosta@elabore.coop)
|
|
|
|
### Funders
|
|
|
|
The development of this module has been financially supported by:
|
|
|
|
- [Elabore](https://elabore.coop)
|
|
|
|
### Maintainer
|
|
|
|
This module is maintained by Elabore.
|