Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 2.82 KB

File metadata and controls

92 lines (62 loc) · 2.82 KB

GRAP - Change Mail Views

Beta License: AGPL-3 grap/grap-odoo-custom

Change default views for mail module.

  • Hide main "Message" menu entry.

..figure :: ../static/description/main_menu.png

  • remove two "Mail" features present in the systray: mail.systray.MessagingMenu and mail.systray.ActivityMenu

..figure :: ../static/description/systray.png

  • Hide template management in the "Send by mail" wizards.

..figure :: ../static/description/wizard_form.png

Table of contents

Due to poor design of Odoo Core mail and account modules, the wizard to send mail via odoo is fully duplicated.

  • mail.xxx
  • account.account_invoice_send_wizard_form

It so forces us to inherit from account module, and to duplicates the code.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • GRAP

Current maintainer:

legalsylvain

This module is part of the grap/grap-odoo-custom project on GitHub.

You are welcome to contribute.