Search 1.9 billion lines of Odoo code on GitHub

account_entries_report_hooks

Author: Eficent Business and IT Consulting Services S.L., Serpent Consulting Services Pvt. Ltd.,Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0_upstream
Repository: xpansa/account-financial-reporting
Dependencies: account
Languages: Python (35, 100.0%)
Other repositories: ForgeFlow/account-financial-reporting

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPLv3-blue.svg"> </a> <a name="account-entries-report-hooks"></a> <h2>Account Entries Report Hooks</h2> <p>This module extends the functionality of the &quot;Account Entries Report&quot; by overriding the standard query with a new one that will allow other modules to extend it more flexibly.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>In order to extend the Account Entries Report, you need to:</p> <ul class="simple"> <li>Include this module as dependency in your own module</li> <li>Inherit from &quot;account.entries.report&quot; module</li> <li>Add your own fields, as needed</li> <li>Implement one of the new methods _select, _from, _where, _group_by, calling first to the super() method and then adding the extra string as needed.</li> </ul> <a name="usage"></a> <h3>Usage</h3> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/91/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/91/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/OCA/91/issues/new?body=module:%20account_entries_report_hooks%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Eficent Business and IT Consulting Services S.L. &lt;<a class="reference external" href="mailto:contact&#64;eficent.com">contact&#64;eficent.com</a>&gt;</li> <li>Serpent Consulting Services Pvt. Ltd. &lt;<a class="reference external" href="mailto:support&#64;serpentcs.com">support&#64;serpentcs.com</a>&gt;</li> <li>Xpansa Group &lt;<a class="reference external" href="mailto:hello&#64;xpansa.com">hello&#64;xpansa.com</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="https://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>