Repository
OCA/timesheet · module folder · Try on Runboat
Module version
1.0.0
Category
Customer Relationship Management
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/timesheet
Last tracking update
2026-08-07 07:31:59
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Pedro M. Baeza, Alexandre Díaz, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
crm_case_inbound_phone_tree_view CRM - Phone Calls with analytic account tree crm.phonecall tree Inherits crm_phonecall.crm_case_inbound_phone_tree_view
crm_case_phone_form_view CRM - Phone Calls with analytic account form crm.phonecall form Inherits crm_phonecall.crm_case_phone_form_view
crm_case_phone_tree_view CRM - Phone Calls with analytic account tree crm.phonecall tree Inherits crm_phonecall.crm_case_phone_tree_view
hr_timesheet_line_tree Timesheet with lead/opportunity account.analytic.line tree Inherits hr_timesheet.hr_timesheet_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
240 days ago
Last activity
66 days ago
Repository
OCA/timesheet
Pull request
[18.0][MIG] crm_phonecall_timesheet: Migration to 18.0 (#855)