TIP: You can type at any time to perform a new search.
User email access
mail_client_view · OCA/server-tools
- Repository
- OCA/server-tools · module folder · Try on Runboat
- Module version
- 6.1.r0025
- Category
- Tools
- Folder size
- 0.01 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.therp.nl
- Last tracking update
- 2026-08-07 06:51:52
- Authors
- Odoo Community Association (OCA), Therp BV
- Maintainers
- Odoo Community Association (OCA), Therp BV
- Committers
- Alexandre Fayolle, Ronald Portier, Holger Brunn
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Adds a menu to the customer address book that enables ordinary users to look at customer or other mail. Also adds an 'action needed' boolean to mail messages, to quickly select all mails that still have to be acted on. The action_needed flag will be shown to users in a tree view as a red circle, no action needed will be green. In a form users either have the button 'confirm action done' (if action needed), or the button 'set action needed.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mail_action_needed_form |
view_mail_action_needed_form | mail.message | form | Inherits mail.view_email_message_form |
view_mail_action_needed_search |
view_mail_action_needed_search | mail.message | search | Inherits mail.view_email_message_search |
view_mail_action_needed_tree |
view_mail_action_needed_tree | mail.message | tree | Inherits mail.view_email_message_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (3)-
create(self, cr, user, vals, context=None) -
set_action_needed_off(self, cr, user, ids, context=None) -
set_action_needed_on(self, cr, user, ids, context=None)