| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/6.1/mail_client_view |
| VERSION | |
| VERSION | 6.1.r0025 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Ronald Portier, Holger Brunn |
| WEBSITE | |
| WEBSITE | http://www.therp.nl |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - base_tools |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mail_action_needed_form |
view_mail_action_needed_form | mail.message | data | Inherits mail.view_email_message_form |
view_mail_action_needed_search |
view_mail_action_needed_search | mail.message | data | Inherits mail.view_email_message_search |
view_mail_action_needed_tree |
view_mail_action_needed_tree | mail.message | data | Inherits mail.view_email_message_tree |
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)