CRM Phonecalls Timesheet

crm_phonecall_timesheet
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/12.0/crm_phonecall_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Alexandre Díaz, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/timesheet
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/crm:
    - crm_phonecall
odoo/odoo:
    - hr_timesheet
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - analytic
    - decimal_precision
    - uom
    - project
    - portal
    - http_routing
    - rating
    - digest
    - crm
    - sales_team
    - calendar
    - fetchmail
    - utm
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
crm_case_inbound_phone_tree_view CRM - Phone Calls with analytic account tree crm.phonecall field Inherits crm_phonecall.crm_case_inbound_phone_tree_view
crm_case_phone_form_view CRM - Phone Calls with analytic account form crm.phonecall field Inherits crm_phonecall.crm_case_phone_form_view
crm_case_phone_tree_view CRM - Phone Calls with analytic account tree crm.phonecall field Inherits crm_phonecall.crm_case_phone_tree_view
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)
  • phonecall_id Many2one → crm.phonecall
    comodel_name='crm.phonecall' string='Phone Call'
Public methods (0)

No public methods.

New fields (2)
  • project_id Many2one → project.project
    comodel_name='project.project'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='phonecall_id'
Public methods (3)
  • button_end_call(self)
    @api.multi
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/10.0/crm_phonecall_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYCustomer Relationship Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA 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 OCA/crm:
    - crm_phonecall
OCA/timesheet:
    - crm_timesheet
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 (4)
XML IDNameModelTypeStatus
crm_case_inbound_phone_tree_view CRM - Phone Calls with analytic account tree crm.phonecall field Inherits crm_phonecall.crm_case_inbound_phone_tree_view
crm_case_phone_form_view CRM - Phone Calls with analytic account form crm.phonecall field Inherits crm_phonecall.crm_case_phone_form_view
crm_case_phone_tree_view CRM - Phone Calls with analytic account tree crm.phonecall field Inherits crm_phonecall.crm_case_phone_tree_view
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)
  • phonecall_id Many2one → crm.phonecall
    comodel_name='crm.phonecall' string='Phone Call'
Public methods (0)

No public methods.

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    comodel_name='account.analytic.account'
  • timesheet_ids One2many → account.analytic.line
    comodel_name='account.analytic.line' inverse_name='phonecall_id'
Public methods (3)
  • button_end_call(self)
    @api.multi
  • create(self, vals)
    @api.model
  • write(self, vals)
    @api.multi
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/timesheet
PULL REQUEST
PULL REQUEST[18.0][MIG] crm_phonecall_timesheet: Migration to 18.0 (#855)