Timesheet Description Customer

hr_timesheet_name_customer
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/18.0/hr_timesheet_name_customer
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYTimesheet
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Cetmix
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Cetmix
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Mohajiro
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - digest
    - mail
    - 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.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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
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.

REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/16.0/hr_timesheet_name_customer
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYTimesheet
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Cetmix
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Cetmix
COMMITTERS
COMMITTERSStéphane Bidoul, Weblate, OCA-git-bot, oca-ci, Andrey, Ivan Sokolov
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - mail
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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
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.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/timesheet
PULL REQUEST
PULL REQUEST[19.0] [MIG] hr_timesheet_name_customer : Migration to 19.0. (#925)