TIP: You can type at any time to perform a new search.
Phonecall planner
crm_phonecall_planner · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Customer Relationship Management
- Folder size
- 0.62 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/crm
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Weblate, OCA-git-bot, oca-ci, juancarlosonate-tecnativa
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Use this module to plan a phone calls schedule for your partners, assuming you have specified the ideal time to call them.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_phonecall_plan_view_form |
Phonecalls planner | crm.phonecall.planner | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (11)
-
days_gapIntegerdefault=1help='Schedule one call each X days to the same partner.'required=True -
durationFloatdefault=<expr>help='Leave this free time between phone calls.'required=Truestring='Call duration' -
endDatetimedefault=<expr>help='Schedule calls until this moment. The time you select will be used as the plan ending time for each day in the range.'required=True -
nameCharrequired=True args: 'Call Summary' -
planned_callsMany2many → crm.phonecallcomodel_name='crm.phonecall' -
repeat_callsBooleanhelp='Allow repeated calls for the same partner, campaign, medium and source combination?' -
res_partner_domainCharhelp='Filter the parters that will get a scheduled call.' args: 'Partners filter' -
startDatetimedefault=<expr>help='Schedule calls from this moment. The time you select will be used as the plan starting time for each day in the range.'required=True -
tag_idsMany2many → crm.tagcomodel_name='crm.tag'string='Tags' -
team_idMany2one → crm.teamcomodel_name='crm.team'string='Sales Team' -
user_idMany2one → res.userscomodel_name='res.users'string='Responsible'
-
action_accept(self)Generate phonecall plan according to given criteria.
Loading…
Loading…
Loading…
Loading…
Loading…