TIP: You can type at any time to perform a new search.
Restricted Summary for Phone Calls
crm_phonecall_summary_predefined · OCA/crm
- Repository
- OCA/crm · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Customer Relationship Management
- Folder size
- 0.49 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, Angel Rivas
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extends the functionality of CRM phone calls to support setting a limited list of possible phone call summaries, that only the sales manager can edit.
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
crm_case_form_view_leads_inherit |
crm.phonecall2phonecall.form | crm.phonecall2phonecall | form | Inherits crm_phonecall.phonecall_to_phonecall_view |
crm_case_inbound_phone_tree_view |
Replace name by summary_id | crm.phonecall | tree | Inherits crm_phonecall.crm_case_inbound_phone_tree_view |
crm_case_phone_calendar_view |
Replace name by summary_id | crm.phonecall | calendar | Inherits crm_phonecall.crm_case_phone_calendar_view |
crm_case_phone_form_view |
Replace name by summary_id | crm.phonecall | form | Inherits crm_phonecall.crm_case_phone_form_view |
crm_phonecall_summary_view_form |
CRM Phonecall Summary Form | crm.phonecall.summary | form | New |
crm_phonecall_summary_view_search |
CRM Phonecall Summary Search | crm.phonecall.summary | search | New |
crm_phonecall_summary_view_tree |
CRM Phonecall Summary Tree | crm.phonecall.summary | list | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
nameCharreadonly=Truerelated='summary_id.name'required=Falsestore=True -
summary_idMany2one → crm.phonecall.summarycomodel_name='crm.phonecall.summary'ondelete='restrict'required=Truestring='Summary'
-
get_values_schedule_another_phonecall(self, vals)
New fields (2)
-
nameCharrequired=True -
phonecall_idsOne2many → crm.phonecallcomodel_name='crm.phonecall'help='Phonecalls with this summary.'inverse_name='summary_id'string='Phonecalls'
No public methods.
New fields (2)
-
nameCharreadonly=Truerelated='summary_id.name'required=Falsestore=True -
summary_idMany2one → crm.phonecall.summarycomodel_name='crm.phonecall.summary'ondelete='restrict'required=Truestring='Summary'
-
default_get(self, fields)@api.modelFunction gets default values. -
get_vals_action_schedule(self)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 29 days ago
- Last activity
- 2 days ago
- Repository
- OCA/crm
- Pull request
- [19.0][MIG] crm_phonecall_summary_predefined: Migration to 19.0 (#758)