CRM Timesheet

crm_timesheet
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/19.0/crm_timesheet
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Pablo Cortés
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/timesheet:
    - hr_timesheet_time_control
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - html_editor
    - calendar
    - resource
    - utm
    - contacts
    - digest
    - portal
    - http_routing
    - auth_signup
    - phone_validation
    - hr_timesheet
    - hr
    - 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 allows to generate timesheets from leads/opportunities.

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
crm_case_kanban_view_leads Add timesheet time controls to opportunity kanban crm.lead xpath Inherits crm.crm_case_kanban_view_leads
crm_case_tree_view_leads Add timesheet time controls to lead tree crm.lead list Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add timesheet time controls to opportunity tree crm.lead list Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form CRM - Leads with timesheets crm.lead div Inherits crm.crm_lead_view_form
crm_team_view_form crm.team.form.inherited crm.team xpath Inherits sales_team.crm_team_view_form
hr_timesheet_line_form Lead/opportunity in timesheet line form account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_form
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
hr_timesheet_stop_view_form hr.timesheet.stop.form hr.timesheet.stop form New
view_crm_lead_kanban Add timesheet time controls to lead kanban crm.lead xpath Inherits crm.view_crm_lead_kanban
Models touched (5)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (1)
  • button_end_work(self)

New fields (3)
  • project_id Many2one → project.project
    comodel_name='project.project' compute='_compute_project_id' ondelete='restrict' precompute=True readonly=False store=True string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
  • total_time_spent Float
    compute='_compute_total_time_spent' help='Total time spent on this lead/opportunity' store=True
Public methods (1)
  • button_start_work(self)

New fields (1)
  • timesheet_project_id Many2one → project.project
    comodel_name='project.project' domain=[('allow_timesheets', '=', True)] help='Default project to use for timesheets in leads of this team.' string='Default Timesheet Project'
Public methods (0)

No public methods.

New fields (2)
  • analytic_line_id Many2one → account.analytic.line
    comodel_name='account.analytic.line' ondelete='cascade' required=True string='Timesheet Line'
  • name Char
    required=True string='Description'
Public methods (1)
  • action_stop(self)

New fields (1)
  • name Char
    required=False
Public methods (1)
  • default_get(self, fields_list)
    @api.model
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/18.0/crm_timesheet
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSCarlos Lopez, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_timesheet_time_control
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - html_editor
    - calendar
    - resource
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
    - hr_timesheet
    - hr
    - 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 allows to generate timesheets from leads/opportunities.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
crm_case_kanban_view_leads Add timesheet time controls to opportunity kanban crm.lead xpath Inherits crm.crm_case_kanban_view_leads
crm_case_tree_view_leads Add timesheet time controls to lead tree crm.lead list Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add timesheet time controls to opportunity tree crm.lead list Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form CRM - Leads with timesheets crm.lead div Inherits crm.crm_lead_view_form
hr_timesheet_line_form Lead/opportunity in timesheet line form account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_form
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
view_crm_lead_kanban Add timesheet time controls to lead kanban crm.lead xpath Inherits crm.view_crm_lead_kanban
Models touched (3)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
Public methods (1)
  • button_start_work(self)

New fields (0)

No new fields.

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/17.0/crm_timesheet
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Víctor Martínez, OCA-git-bot, oca-ci, Roger
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_timesheet_time_control
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - onboarding
    - resource
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
    - hr_timesheet
    - hr
    - hr_hourly_cost
    - analytic
    - uom
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to generate timesheets from leads/opportunities.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
crm_case_kanban_view_leads Add timesheet time controls to opportunity kanban crm.lead xpath Inherits crm.crm_case_kanban_view_leads
crm_case_tree_view_leads Add timesheet time controls to lead tree crm.lead tree Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add timesheet time controls to opportunity tree crm.lead tree Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form CRM - Leads with timesheets crm.lead div Inherits crm.crm_lead_view_form
hr_timesheet_line_form Lead/opportunity in timesheet line form account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_form
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
view_crm_lead_kanban Add timesheet time controls to lead kanban crm.lead xpath Inherits crm.view_crm_lead_kanban
Models touched (3)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
Public methods (1)
  • button_start_work(self)

New fields (0)

No new fields.

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/crm_timesheet
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Florent THOMAS, oca-ci, Carolina Fernandez
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_timesheet_time_control
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - utm
    - web_kanban_gauge
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
    - hr_timesheet
    - hr
    - hr_hourly_cost
    - analytic
    - uom
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
crm_case_kanban_view_leads Add timesheet time controls to opportunity kanban crm.lead xpath Inherits crm.crm_case_kanban_view_leads
crm_case_tree_view_leads Add timesheet time controls to lead tree crm.lead tree Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add timesheet time controls to opportunity tree crm.lead tree Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form CRM - Leads with timesheets crm.lead div Inherits crm.crm_lead_view_form
hr_timesheet_line_form Lead/opportunity in timesheet line form account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_form
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
view_crm_lead_kanban Add timesheet time controls to lead kanban crm.lead xpath Inherits crm.view_crm_lead_kanban
Models touched (3)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
Public methods (1)
  • button_start_work(self)

New fields (0)

No new fields.

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/15.0/crm_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_timesheet_time_control
OCA/timesheet:
    - hr_timesheet_task_domain
    - hr_timesheet_task_stage
OCA/web:
    - web_ir_actions_act_multi
    - web_ir_actions_act_view_reload
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - web_kanban_gauge
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
    - hr_timesheet
    - hr
    - analytic
    - uom
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
crm_case_kanban_view_leads Add timesheet time controls to opportunity kanban crm.lead xpath Inherits crm.crm_case_kanban_view_leads
crm_case_tree_view_leads Add timesheet time controls to lead tree crm.lead tree Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add timesheet time controls to opportunity tree crm.lead tree Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form CRM - Leads with timesheets crm.lead div Inherits crm.crm_lead_view_form
hr_timesheet_line_form Lead/opportunity in timesheet line form account.analytic.line field Inherits hr_timesheet_task_stage.account_analytic_line_form
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
view_crm_lead_kanban Add timesheet time controls to lead kanban crm.lead xpath Inherits crm.view_crm_lead_kanban
Models touched (3)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
Public methods (1)
  • button_start_work(self)

New fields (0)

No new fields.

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/14.0/crm_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, hkapatel
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_timesheet_time_control
OCA/timesheet:
    - hr_timesheet_task_domain
    - hr_timesheet_task_stage
OCA/web:
    - web_ir_actions_act_multi
    - web_ir_actions_act_view_reload
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
    - hr_timesheet
    - hr
    - analytic
    - uom
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
crm_case_kanban_view_leads Add timesheet time controls to opportunity kanban crm.lead xpath Inherits crm.crm_case_kanban_view_leads
crm_case_tree_view_leads Add timesheet time controls to lead tree crm.lead tree Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add timesheet time controls to opportunity tree crm.lead tree Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form CRM - Leads with timesheets crm.lead div Inherits crm.crm_lead_view_form
hr_timesheet_line_form Lead/opportunity in timesheet line form account.analytic.line field Inherits hr_timesheet_task_stage.account_analytic_line_form
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
view_crm_lead_kanban Add timesheet time controls to lead kanban crm.lead xpath Inherits crm.view_crm_lead_kanban
Models touched (3)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
Public methods (1)
  • button_start_work(self)

New fields (0)

No new fields.

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/13.0/crm_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, Adrien Peiffer, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_timesheet_time_control
    - project_stage_closed
OCA/timesheet:
    - hr_timesheet_task_stage
    - hr_timesheet_task_domain
OCA/web:
    - web_ir_actions_act_multi
    - web_ir_actions_act_view_reload
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - phone_validation
    - hr_timesheet
    - hr
    - mail_bot
    - analytic
    - uom
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
crm_case_kanban_view_leads Add timesheet time controls to opportunity kanban crm.lead xpath Inherits crm.crm_case_kanban_view_leads
crm_case_tree_view_leads Add timesheet time controls to lead tree crm.lead tree Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add timesheet time controls to opportunity tree crm.lead tree Inherits crm.crm_case_tree_view_oppor
crm_lead_view_form CRM - Leads with timesheets crm.lead div Inherits crm.crm_lead_view_form
hr_timesheet_line_form Lead/opportunity in timesheet line form account.analytic.line field Inherits hr_timesheet_task_stage.account_analytic_line_form
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
view_crm_lead_kanban Add timesheet time controls to lead kanban crm.lead xpath Inherits crm.view_crm_lead_kanban
Models touched (3)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
Public methods (1)
  • button_start_work(self)

New fields (0)

No new fields.

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/12.0/crm_timesheet
VERSION
VERSION 2.1.1
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSJairo Llopis, Alexey Pelykh, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Victor Martin
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/project:
    - project_timesheet_time_control
    - project_stage_closed
OCA/timesheet:
    - hr_timesheet_task_stage
    - hr_timesheet_task_domain
OCA/web:
    - web_ir_actions_act_multi
    - web_ir_actions_act_view_reload
odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - contacts
    - digest
    - portal
    - http_routing
    - hr_timesheet
    - hr
    - analytic
    - decimal_precision
    - uom
    - project
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
crm_case_form_view_leads CRM - Leads with timesheets crm.lead div Inherits crm.crm_case_form_view_leads
crm_case_form_view_oppor CRM - Opportunities with timesheets crm.lead div Inherits crm.crm_case_form_view_oppor
crm_case_kanban_view_leads Add timesheet time controls to opportunity kanban crm.lead xpath Inherits crm.crm_case_kanban_view_leads
crm_case_tree_view_leads Add timesheet time controls to lead tree crm.lead tree Inherits crm.crm_case_tree_view_leads
crm_case_tree_view_oppor Add timesheet time controls to opportunity tree crm.lead tree Inherits crm.crm_case_tree_view_oppor
hr_timesheet_line_form Lead/opportunity in timesheet line form account.analytic.line field Inherits hr_timesheet_task_stage.account_analytic_line_form
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
view_crm_lead_kanban Add timesheet time controls to lead kanban crm.lead xpath Inherits crm.view_crm_lead_kanban
Models touched (3)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
Public methods (1)
  • button_start_work(self)

New fields (0)

No new fields.

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/11.0/crm_timesheet
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot, OCA Git Bot, George Smirnov
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm
    - base_setup
    - base
    - web
    - sales_team
    - mail
    - bus
    - web_tour
    - calendar
    - resource
    - fetchmail
    - utm
    - web_planner
    - contacts
    - hr_timesheet
    - hr
    - project
    - product
    - decimal_precision
    - analytic
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
crm_case_form_view_leads CRM - Leads with timesheets crm.lead field Inherits crm.crm_case_form_view_leads
crm_case_form_view_oppor CRM - Opportunities with timesheets crm.lead field Inherits crm.crm_case_form_view_oppor
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
Models touched (2)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
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/10.0/crm_timesheet
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Jairo Llopis, OCA Transbot, oca-travis, Weblate, David Vidal
WEBSITE
WEBSITEhttp://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm
    - base_action_rule
    - base
    - resource
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - sales_team
    - calendar
    - web_calendar
    - fetchmail
    - utm
    - web_planner
    - hr_timesheet
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - hr
    - project
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
crm_case_form_view_leads CRM - Leads with timesheets crm.lead field Inherits crm.crm_case_form_view_leads
crm_case_form_view_oppor CRM - Opportunities with timesheets crm.lead field Inherits crm.crm_case_form_view_oppor
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line field Inherits hr_timesheet.hr_timesheet_line_tree
Models touched (2)

New fields (1)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project' string='Project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='lead_id' string='Timesheet'
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/9.0/crm_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Antiun Ingeniería S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Antiun Ingeniería S.L.
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm
    - base_action_rule
    - base
    - resource
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - sales_team
    - calendar
    - web_calendar
    - fetchmail
    - utm
    - marketing
    - web_tip
    - web_planner
    - hr_timesheet
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - hr
    - hr_attendance
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
crm_case_form_view_leads CRM - Leads with timesheets crm.lead field Inherits crm.crm_case_form_view_leads
crm_case_form_view_oppor CRM - Opportunities with timesheets crm.lead field Inherits crm.crm_case_form_view_oppor
crm_case_inbound_phone_tree_view CRM - Phone Calls with analytic account tree crm.phonecall field Inherits crm.crm_case_inbound_phone_tree_view
crm_case_phone_form_view CRM - Phone Calls with analytic account form crm.phonecall field Inherits crm.crm_case_phone_form_view
hr_timesheet_line_form Timesheet with lead/opportunity hr.analytic.timesheet xpath Inherits hr_timesheet.hr_timesheet_line_form
Models touched (3)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account'
  • timesheet_ids One2many → hr.analytic.timesheet
    comodel_name='hr.analytic.timesheet' inverse_name='lead_id'
Public methods (0)

No public methods.

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account'
  • timesheet_ids One2many → hr.analytic.timesheet
    comodel_name='hr.analytic.timesheet' inverse_name='phonecall_id'
Public methods (3)
  • button_end_call(self)
    @api.multi
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.one

New fields (2)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
  • phonecall_id Many2one → crm.phonecall
    comodel_name='crm.phonecall' string='Phone Call'
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/8.0/crm_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Antiun Ingeniería S.L.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Antiun Ingeniería S.L.
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Antonio Espinosa, Javier Iniesta
WEBSITE
WEBSITEhttp://www.antiun.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm
    - base_action_rule
    - base
    - resource
    - mail
    - base_setup
    - web_kanban
    - web
    - sales_team
    - web_kanban_sparkline
    - email_template
    - calendar
    - web_calendar
    - board
    - fetchmail
    - hr_timesheet
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - edi
    - hr
    - hr_attendance
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
crm_case_form_view_leads CRM - Leads with timesheets crm.lead field Inherits crm.crm_case_form_view_leads
crm_case_form_view_oppor CRM - Opportunities with timesheets crm.lead field Inherits crm.crm_case_form_view_oppor
crm_case_inbound_phone_tree_view CRM - Phone Calls with analytic account tree crm.phonecall field Inherits crm.crm_case_inbound_phone_tree_view
crm_case_phone_form_view CRM - Phone Calls with analytic account form crm.phonecall field Inherits crm.crm_case_phone_form_view
hr_timesheet_line_form Timesheet with lead/opportunity hr.analytic.timesheet xpath Inherits hr_timesheet.hr_timesheet_line_form
Models touched (3)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account'
  • timesheet_ids One2many → hr.analytic.timesheet
    comodel_name='hr.analytic.timesheet' inverse_name='lead_id'
Public methods (0)

No public methods.

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account'
  • timesheet_ids One2many → hr.analytic.timesheet
    comodel_name='hr.analytic.timesheet' inverse_name='phonecall_id'
Public methods (3)
  • button_end_call(self)
    @api.multi
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.one

New fields (2)
  • lead_id Many2one → crm.lead
    comodel_name='crm.lead' string='Lead/Opportunity'
  • phonecall_id Many2one → crm.phonecall
    comodel_name='crm.phonecall' string='Phone Call'
Public methods (0)

No public methods.