Search 1.9 billion lines of Odoo code on GitHub

account_usability_akretion

Author: Akretion
License: AGPL-3
Branch: 16.0
Repository: akretion/odoo-usability
Dependencies: account, base, and base_usability
Languages: HTML (364, 19.4%), PO File (310, 16.5%), Python (537, 28.7%), XML (528, 28.2%), diff (35, 1.9%), and reStructuredText (100, 5.3%)
Other repositories: brain-tec/odoo-usability, and cubicltd/akretion-odoo-usability

<h1 class="title">Account Usability</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/akretion/odoo-usability/tree/12.0/account_usability"><img alt="akretion/odoo-usability" src="https://img.shields.io/badge/github-akretion%2Fodoo--usability-lightgray.png?logo=github" /></a></p> <p>This modules adds the following functions:</p> <ul class="simple"> <li>Add an <em>Overdue</em> filter on invoice search view (this feature was previously located in te module <em>account_invoice_overdue_filter</em>)</li> <li>Increase the default limit of 80 lines in account move and account move line view.</li> <li>disable reconciliation &quot;guessing&quot;</li> <li>fast search on <em>Reconcile Ref</em> for account move line.</li> <li>add sale dates to invoice report to be compliant with <a class="reference external" href="https://www.service-public.fr/professionnels-entreprises/vosdroits/F31808">https://www.service-public.fr/professionnels-entreprises/vosdroits/F31808</a></li> <li>Sale date on qweb invoices</li> <li>A wizard to mark several invoices as sent at once (forward from v8)</li> <li>Default date for Account Move Reversal is now D+1 instead of today</li> <li>Track more fields on invoice (see details in account.py)</li> <li>Add boolean fields <cite>has_discount</cite> and <cite>has_attachment</cite> on invoice</li> <li>Add button &quot;Delete line qty = 0&quot; on supplier invoice</li> <li>Cut name_get() of invoice if too long</li> <li>A script for if Odoo screws up invoice attachment filename</li> <li>help functions for py3o reports</li> <li>Show code on name_get of journal</li> <li>add direct search of journal using code</li> <li>add copy=False on some fields</li> <li>Add unicity constraint on analytic codes per company</li> <li>Better default values on account move</li> <li>Add link from account move line to invoice</li> <li>Add start_date and end_date on bank statements</li> <li>Add transfer_account_id to invoicing config page</li> <li>Improve domain reconciliation widget</li> <li>account.reconcile.model don't copy name to label via onchange</li> <li>Add method to get fiscal position without partner_id</li> <li>Restore drill-through on sale and invoice reports</li> <li>don't attach PDF upon invoice report generation on supplier invoices/refunds</li> <li>Add filter on debit and credit amount for Move Lines</li> <li>Add supplier invoice number in invoice tree view</li> <li>Add date in outstanding payment widget on invoice form view (requires <a class="reference external" href="https://github.com/odoo/odoo/pull/84180">odoo PR 84180</a>)</li> </ul> <p>Together with this module, I recommend the use of the following modules:</p> <ul class="simple"> <li>account_invoice_supplier_ref_unique (OCA project account-invoicing)</li> <li>account_move_line_no_default_search (OCA project account-financial-tools)</li> <li>invoice_fiscal_position_update (OCA project account-invoicing)</li> </ul> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/akretion/odoo-usability/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/akretion/odoo-usability/issues/new?body=module:%20account_usability%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="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>Akretion</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li> <li>David Beal &lt;<a class="reference external" href="mailto:david.beal&#64;akretion.com">david.beal&#64;akretion.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id5">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/akretion/odoo-usability/tree/12.0/account_usability">akretion/odoo-usability</a> project on GitHub.</p> <p>You are welcome to contribute.</p>