| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/18.0/hr_timesheet_name_customer |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Timesheet |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Cetmix |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Mohajiro |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - hr - base_setup - base - web - digest - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup - resource - phone_validation - resource_mail - hr_hourly_cost - analytic - uom - project - rating |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_timesheet_line_tree |
Name Customer | account.analytic.line | field | 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 |
name_customer
Char
compute='_compute_name_customer'
readonly=False
store=True
string='Customer Description'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/16.0/hr_timesheet_name_customer |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Timesheet |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Cetmix |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Cetmix |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Weblate, OCA-git-bot, oca-ci, Andrey, Ivan Sokolov |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet - hr - base_setup - base - web - bus - web_tour - resource - hr_hourly_cost - analytic - uom - project - portal - web_editor - http_routing - auth_signup - rating - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_timesheet_line_tree |
Name Customer | account.analytic.line | field | 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 |
name_customer
Char
compute='_compute_name_customer'
readonly=False
store=True
string='Customer Description'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/timesheet |
| PULL REQUEST | |
| PULL REQUEST | [19.0] [MIG] hr_timesheet_name_customer : Migration to 19.0. (#925) |