Search 1.9 billion lines of Odoo code on GitHub

grap_change_views_mail

Author: GRAP
License: AGPL-3
Branch: 12.0-REF-try-use-copier
Repository: grap/grap-odoo-custom
Dependencies: account, mail, and web
Languages: JavaScript (12, 9.7%), Python (19, 15.3%), XML (44, 35.5%), and reStructuredText (49, 39.5%)
Other branches: 12.0, 12.0-REF-grap_change_default-compatibility-joint_buying, and 12.0-ocabot-merge-pr-186-by-legalsylvain-bump-patch
Other repositories: legalsylvain/grap-odoo-custom, and quentinDupont/grap-odoo-custom

<h1 class="title">GRAP - Change Mail Views</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/grap/grap-odoo-custom/tree/12.0/grap_change_views_mail"><img alt="grap/grap-odoo-custom" src="https://img.shields.io/badge/github-grap%2Fgrap--odoo--custom-lightgray.png?logo=github" /></a></p> <p>Change default views for <code>mail</code> module.</p> <ul class="simple"> <li>Hide main &quot;Message&quot; menu entry.</li> </ul> <p>..figure :: ../static/description/main_menu.png</p> <ul class="simple"> <li>remove two &quot;Mail&quot; features present in the systray: <code>mail.systray.MessagingMenu</code> and <code>mail.systray.ActivityMenu</code></li> </ul> <p>..figure :: ../static/description/systray.png</p> <ul class="simple"> <li>Hide template management in the &quot;Send by mail&quot; wizards.</li> </ul> <p>..figure :: ../static/description/wizard_form.png</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#development" id="id1">Development</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="development"></a> <h2><a class="toc-backref" href="#id1">Development</a></h2> <p>Due to poor design of Odoo Core <code>mail</code> and <code>account</code> modules, the wizard to send mail via odoo is fully duplicated.</p> <ul class="simple"> <li><code>mail.xxx</code></li> <li><code>account.account_invoice_send_wizard_form</code></li> </ul> <p>It so forces us to inherit from <code>account</code> module, and to duplicates the code.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/grap/grap-odoo-custom/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/grap/grap-odoo-custom/issues/new?body=module:%20grap_change_views_mail%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Sylvain LE GAL (<a class="reference external" href="https://www.twitter.com/legalsylvain">https://www.twitter.com/legalsylvain</a>)</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">Maintainers</a></h3> <p>Current maintainer:</p> <p><a class="reference external" href="https://github.com/legalsylvain"><img alt="legalsylvain" src="https://github.com/legalsylvain.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/grap/grap-odoo-custom/tree/12.0/grap_change_views_mail">grap/grap-odoo-custom</a> project on GitHub.</p> <p>You are welcome to contribute.</p>