Search 1.9 billion lines of Odoo code on GitHub

partner_time_to_pay

Author: Open Source Integrators, Odoo Community Association (OCA), Moduon
License: AGPL-3
Branch: 15.0
Repository: brain-tec/account-invoice-reporting
Dependencies: account
Languages: HTML (378, 45.4%), PO File (158, 19.0%), Python (165, 19.8%), XML (42, 5.0%), and reStructuredText (90, 10.8%)
Other branches: 11.0, 12.0, 12.0-ocabot-merge-pr-146-by-pedrobaeza-bump-nobump, 13.0, 13.0-ocabot-merge-pr-196-by-pedrobaeza-bump-minor, and 14.0
Other repositories: BeopenMX/account-invoice-reporting, Change2improve/account-invoice-reporting, Darknroses/account-invoice-reporting, ERPLibre/account-invoice-reporting, FlorianoMincone/account-invoice-reporting, ForgeFlow/account-invoice-reporting, Gabinete-Digital/account-invoice-reporting, GrupoAlvamex/account-invoice-reporting, Guobower/account-invoice-reporting, HomerDeoDatu/account-invoice-reporting, Ingeos/account-invoice-reporting, Jarsa/account-invoice-reporting, Jeisonpernia/account-invoice-reporting, MathBenTech/account-invoice-reporting, Mefistous/account-invoice-reporting, NextERP-Romania/account-invoice-reporting, Nikul-Chaudhary/account-invoice-reporting, OCA-MUK/account-invoice-reporting, OCA/account-invoice-reporting, PlanetaTIC/account-invoice-reporting, QubiQ/account-invoice-reporting, SanteLibre/account-invoice-reporting, SerpentConsultingServices/account-invoice-reporting, SeuMarco/account-invoice-reporting, Studio73/account-invoice-reporting, Syci-Consulting/account-invoice-reporting, Tecnativa/account-invoice-reporting, Vauxoo/account-invoice-reporting, VisiionSolucionesTecnologicas/account-invoice-reporting, acsone/account-invoice-reporting, acsonefho/account-invoice-reporting, anhvu-sg/account-invoice-reporting, aurestic/account-invoice-reporting, bodedra/account-invoice-reporting, camptocamp/account-invoice-reporting, dani-xtendoo/account-invoice-reporting, diagramsoftware/account-invoice-reporting, dong-z/account-invoice-reporting, druidoo-dev/account-invoice-reporting, eLBati/account-invoice-reporting, ecosoft-odoo/account-invoice-reporting, emagdalenaC2i/account-invoice-reporting, exosoftware/oca-account-invoice-reporting, goanzaloo/account-invoice-reporting, isoscl/account-invoice-reporting, izzihector/account-invoice-reporting, jimhoefnagels/account-invoice-reporting, lideritjnma/account-invoice-reporting, maherjaballi/account-invoice-reporting, murtuzasaleh/account-invoice-reporting, nikul-serpentcs/account-invoice-reporting, piensom/account-invoice-reporting, pscloud/account-invoice-reporting, royalline1/account-invoice-reporting, rsanhasan/account-invoice-reporting, rven/account-invoice-reporting, sadeqamin/account-invoice-reporting, sanube/account-invoice-reporting, sunshineLhj/account-invoice-reporting, tafaRU/account-invoice-reporting, unitek-solusi/OCA-account-invoice-reporting, ursais/account-invoice-reporting, valmarnet/account-invoice-reporting, vrenaville/account-invoice-reporting, wahabalimalik/account-invoice-reporting, x0rzkov/odoo-account-invoice-reporting, yostashiro/account-invoice-reporting, and yucer/account-invoice-reporting

<h1 class="title">Partner Time to Pay</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/OCA/account-invoice-reporting/tree/15.0/partner_time_to_pay"><img alt="OCA/account-invoice-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-invoice-reporting-15-0/account-invoice-reporting-15-0-partner_time_to_pay"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/94/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module displays statistics related to the receivables and payables behavior of a partner on the <em>Sales &amp; Purchases</em> tab of the partner form view. Also displays the full reconcile payment date on invoices</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id6">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id8">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id9">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <p>Your preferred way to install addons will work with Partner Time to Pay.</p> <p>An easy way to install it with all its dependencies is using pip:</p> <ul class="simple"> <li><code>pip install --pre odoo11-addon-partner_time_to_pay odoo-autodiscover</code></li> <li>then restart Odoo, update the addons list in your database, and install the Partner Time to Pay application.</li> </ul> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <ul class="simple"> <li>Go to the <em>Sales &amp; Purchases</em> tab of a partner</li> <li>There are 4 new fields. These fields represent the average days to pay for this year (YTD) and since the first invoice (lifetime).</li> <li>Adds a new field in the tree and form invoices views to check the Full Reconcile Payment Date</li> </ul> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <p>The partner_time_to_pay <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement">roadmap</a> and <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues?q=is%3Aopen+is%3Aissue+label%3Abug">known issues</a> can be found on GitHub.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/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/account-invoice-reporting/issues/new?body=module:%20partner_time_to_pay%0Aversion:%2015.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="#id5">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id6">Authors</a></h3> <ul class="simple"> <li>Open Source Integrators</li> <li>Moduon</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id7">Contributors</a></h3> <ul class="simple"> <li>Ray Carnes &lt;<a class="reference external" href="mailto:rcarnes&#64;ursainfosystems.com">rcarnes&#64;ursainfosystems.com</a>&gt;</li> <li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:mchambreuil&#64;opensourceintegrators.com">mchambreuil&#64;opensourceintegrators.com</a>&gt;</li> <li>Bhavesh Odedra &lt;<a class="reference external" href="mailto:bodedra&#64;opensourceintegrators.com">bodedra&#64;opensourceintegrators.com</a>&gt;</li> <li>Sandip Mangukiya &lt;<a class="reference external" href="mailto:smangukiya&#64;opensourceintegrators.com">smangukiya&#64;opensourceintegrators.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>Jevin Dement &lt;<a class="reference external" href="mailto:jdement&#64;opensourceintegrators.com">jdement&#64;opensourceintegrators.com</a>&gt;</li> <li>Rafael Blasco (<a class="reference external" href="https://www.moduon.team/">https://www.moduon.team/</a>)</li> <li>Eduardo de Miguel (<a class="reference external" href="https://www.moduon.team/">https://www.moduon.team/</a>)</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id8">Other credits</a></h3> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Open Source Integrators &lt;<a class="reference external" href="https://www.opensourceintegrators.com">https://www.opensourceintegrators.com</a>&gt;</li> <li>Moduon Team &lt;<a class="reference external" href="https://www.moduon.team">https://www.moduon.team</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id9">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <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>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p> <p><a class="reference external" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a> <a class="reference external" href="https://github.com/rafaelbn"><img alt="rafaelbn" src="https://github.com/rafaelbn.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/15.0/partner_time_to_pay">OCA/account-invoice-reporting</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>