Message Edit

mail_edit
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/16.0/mail_edit
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sunflower IT
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sunflower IT
COMMITTERS
COMMITTERSRonald Portier, Weblate, OCA-git-bot, oca-ci, KKamaa
WEBSITE
WEBSITEhttps://github.com/OCA/social
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mail_edit_form Edit Email Form mail.message form New
Models touched (1)

New fields (1)
  • destination_object_id Reference
    help='Object where the message will be moved to' args: _get_model_selection, 'Destination object'
Public methods (1)
  • change_destination_object(self)
    @api.onchange('destination_object_id')
    Update some fields for the new message.
REPOSITORY
REPOSITORYOCA/social
GIT
GIThttps://github.com/OCA/social.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/social/tree/8.0/mail_edit
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSocial Network
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sunflower IT
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sunflower IT
COMMITTERS
COMMITTERSHolger Brunn, oca-travis
WEBSITE
WEBSITEhttps://sunflowerweb.nl
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
assets_backend Mail edit assets ir.ui.view qweb Inherits web.assets_backend
mail_edit_form Edit Email Form mail.message form New
res_request_link_view_form Add option to edit mails res.request.link xpath Inherits base.res_request_link-view
res_request_link_view_tree Add option to edit mails res.request.link xpath Inherits base.res_request_link_tree-view
Models touched (2)

New fields (1)
  • destination_object_id Reference
    help='Object where the message will be moved to' args: _get_model_selection, 'Destination object'
Public methods (1)
  • change_destination_object(self)
    @api.one@api.onchange('destination_object_id')
    Update some fields for the new message.

New fields (1)
  • mail_edit Boolean
    default=True help='Allow to move mails to this model.' index=True string='Mail move'
Public methods (0)

No public methods.