Repository
OCA/partner-contact · module folder · Try on Runboat
Module version
1.0.0
Category
Customer Relationship Management
Folder size
0.2 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/partner-contact
Last tracking update
2026-08-07 08:42:56
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
crm_phonecall_planner
Description
If you know the best moment to call your partners, use this addon to
keep track of it and be able to filter partners that you can comfortably
call now.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_partner_form Partner phonecall schedule res.partner form Inherits base.view_partner_form
view_res_partner_filter Partner phonecall availability res.partner Inherits base.view_res_partner_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • phonecall_available Boolean
    compute='_compute_phonecall_available' help='Is it now a good time to call this partner?' search='_search_phonecall_available' args: 'Available to call'
  • phonecall_calendar_attendance_ids One2many → resource.calendar.attendance
    comodel_name='resource.calendar.attendance' compute='_compute_phonecall_calendar_ids' help='Aggregation of all available phonecall schedules.' string='Aggregated phonecall schedule'
  • phonecall_calendar_ids Many2many → resource.calendar
    comodel_name='resource.calendar' help='Best schedule when the contact expects to be called.' string='Phonecall schedule'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…