Search 1.9 billion lines of Odoo code on GitHub

mail_thread_child

Author: ACSONE SA/NV
License: AGPL-3
Branch: 8.0-add-mail-thread-child-ape
Repository: acsone/server-tools
Dependencies: mail
Languages: Python (190, 100.0%)
Other branches: 8.0-lih_master, lih_master, and lis_master

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="mail-thread-child"></a> <h2>Mail Thread Child</h2> <p>This module was written to extend the functionality of modification's tracking to support to track field on other object like one2many on your current object.</p> <div class="figure"> <img alt="Simple exemple with partner bank account" src="static/description/mail_thread_child.png" /> </div> <a name="installation"></a> <h3>Installation</h3> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/149/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to override a models like this exemple:</p> <dl class="docutils"> <dt>class ResPartnerBank(models.Model):</dt> <dd><p class="first">_name = &quot;res.partner.bank&quot; _inherit = ['res.partner.bank', 'mail.thread.child'] _tracked_parent = ['partner_id'] _track_name = 'acc_number'</p> <p class="last">acc_number = fields.Char(track_visibility='always')</p> </dd> </dl> <p>For further information, please visit:</p> <blockquote> <ul class="simple"> <li><a class="reference external" href="https://www.odoo.com/forum/help-1">https://www.odoo.com/forum/help-1</a></li> </ul> </blockquote> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/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 feedback <a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20mail_thread_child%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Stéphane Bidoul &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</a>&gt;</li> <li>Adrien Peiffer &lt;<a class="reference external" href="mailto:adrien.peiffer&#64;acsone.eu">adrien.peiffer&#64;acsone.eu</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>