User email access

mail_client_view
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/6.1/mail_client_view
VERSION
VERSION 6.1.r0025
CATEGORY
CATEGORYTools
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSAlexandre Fayolle, Ronald Portier, Holger Brunn
WEBSITE
WEBSITEhttp://www.therp.nl
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - 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.
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
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)