Repository
OCA/timesheet · module folder · Try on Runboat
Module version
1.0.0
Category
Timesheet
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/timesheet
Last tracking update
2026-08-07 08:43:00
Authors
Odoo Community Association (OCA), Cetmix
Maintainers
Odoo Community Association (OCA), Cetmix
Committers
OCA-git-bot, oca-ci, Mohajiro
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds additional field "Description Customer" which is used
for customer timesheet reports. It also shows the "Description Customer"
instead of the "Description" field in the customer portal. By default
this field will be populated from the "Description" field of the
timesheet.

New report "Timesheet Customer" is added to print timesheets with
"Customer Description" instead of the "Description" field.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
hr_timesheet_line_tree Name Customer account.analytic.line tree Inherits hr_timesheet.hr_timesheet_line_tree
name_customer_table name_customer_table ir.ui.view qweb Inherits hr_timesheet.timesheet_table
portal_my_timesheets portal_my_timesheets ir.ui.view qweb Inherits hr_timesheet.portal_my_timesheets
portal_timesheet_table portal_timesheet_table ir.ui.view qweb Inherits hr_timesheet.portal_timesheet_table
report_timesheet_custom report_timesheet_custom ir.ui.view qweb New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • name_customer Char
    compute='_compute_name_customer' readonly=False store=True string='Customer Description'
Public methods (0)

No public methods.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
92 days ago
Last activity
77 days ago
Repository
OCA/timesheet
Pull request
[19.0] [MIG] hr_timesheet_name_customer : Migration to 19.0. (#925)