Search 1.9 billion lines of Odoo code on GitHub

account_invoice_accrual

Author: ACSONE SA/NV,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0
Repository: a0c/account-closing
Dependencies: account, account_cutoff_accrual_base, and account_reversal
Languages: HTML (361, 4.6%), PO File (6823, 87.4%), Python (479, 6.1%), XML (75, 1.0%), and reStructuredText (73, 0.9%)
Other branches: 8.0, and partsware
Other repositories: Alfa-90/account-closing, Bubbles-IT/account-closing, Change2improve/account-closing, ClearCorp/oca-account-closing, ComitorDevTeam/account-closing, Communities-Communications/account-closing, Domatix/account-closing, ERPLibre/account-closing, ForgeFlow/account-closing, Gabinete-Digital/account-closing, Gofekra/account-closing, GrupoAlvamex/account-closing, Guobower/account-closing, HomerDeoDatu/account-closing, Ingeos/account-closing, Jarsa/account-closing, LevelPrime/account-closing, MadsackMediaStore/account-closing, MathBenTech/account-closing, NeatNerdPrime/account-closing, NextERP-Romania/account-closing, Numigi/odoo-account-closing, OCA-MUK/account-closing, OCA/account-closing, OpenPymeMx/account-closing, PESOL/account-closing, PieterPaulussen/account-closing, Roodin/account-closing, SanteLibre/account-closing, ScopeaFrance/account-closing, SeuMarco/account-closing, StefanRijnhart/account-closing, Syci-Consulting/account-closing, TDu/account-closing, TRESCLOUD/account-closing, Tecnativa/account-closing, Tonow-c2c/account-closing, VanMoof/account-closing, Vauxoo/account-closing, VisiionSolucionesTecnologicas/account-closing, VitalPet/account-closing, acsone/account-closing, agb80/account-closing, akretion/account-closing, algiopensource/account-closing, amendoncabh/account-closing, anhvu-sg/account-closing, apachesep/account-closing, apetbiz/account-closing, aurestic/account-closing, bodi000/account-closing, brain-tec/account-closing, camptocamp/account-closing, danhvophuong/account-closing, daramousk/account-closing, darshan-odoo/account-closing, diagramsoftware/account-closing, diegobgl/account-closing, dong-z/account-closing, eLBati/account-closing, exosoftware/oca-account-closing, fallewi/account-closing, grindtildeath/account-closing, haroldtamo/account-closing, i-vyshnevska/account-closing, isos/account-closing, isoscl/account-closing, it-projects-llc/account-closing, jbaudoux/account-closing, jcoux/account-closing, jeanabreu/account-closing, jeroen7s/account-closing, jimhoefnagels/account-closing, kmee/account-closing, linkitspa/account-closing, lveras/account-closing, maherjaballi/account-closing, maxellini/account-closing, medianecorp/account-closing, myat90thu/account-closing, odoofans/account-closing, open-synergy/account-closing, orchidinfosys/account-closing, oreju/account-closing, p-tombez/account-closing, piensom/account-closing, popcomputadores-desenv/account-closing, pscloud/account-closing, puchisco/account-closing, redblow/account-closing, rsullivan2704/account-closing, rven/account-closing, sanube/account-closing, sendalpegat/account-closing, sergiocorato/account-closing, sylvainvh/account-closing, takobi-online/account-closing, ursais/account-closing, vdedyukhin/account-closing, vrenaville/account-closing, zarumaru/account-closing, and zeroincombenze/account-closing

<h1 class="title">Account invoice accrual</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-closing/tree/10.0/account_invoice_accrual"><img alt="OCA/account-closing" src="https://img.shields.io/badge/github-OCA%2Faccount--closing-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-closing-10-0/account-closing-10-0-account_invoice_accrual"><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/89/10.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>Many companies want to establish a complete accounting situation at the end of each period. An important aspect of this process is to accrue invoices for which the goods or services were received / delivered but for which the invoice has not been received / sent.</p> <p>Account Invoice Accrual lets you easily create these provisions entries from draft invoices. It adds an accrual button on draft and pro-forma invoices which generates the accrual move. When the invoice is validated, the accrual move is automatically reversed.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">If you are using the Odoo inventory module to process incoming or outgoing shipment of goods, check out the account_cutoff_accrual_picking.</p> </div> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>The default accrual accounts can be configured on the company form. Expense and revenue account can be mapped to other accounts when doing accruals using the the mapping framework provided by the account_cutoff_base modules (Accounting &gt; Configuration &gt; Accounts &gt; Cut-off account mappings.</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>This module adds a new Accrual button draft and pro-forma invoices. This button triggers a wizard where the user can chose the accrual date, period, journal and account. When later validating the invoice, the accrual move is automatically reversed in the same period as the invoice.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-closing/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-closing/issues/new?body=module:%20account_invoice_accrual%0Aversion:%2010.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="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>ACSONE SA/NV</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Laetitia Gangloff (ACSONE) &lt;<a class="reference external" href="mailto:laetitia.gangloff&#64;acsone.eu">laetitia.gangloff&#64;acsone.eu</a>&gt;</li> <li>Adrien Peiffer (ACSONE) &lt;<a class="reference external" href="mailto:adrien.peiffer&#64;acsone.eu">adrien.peiffer&#64;acsone.eu</a>&gt;</li> <li>Stéphane Bidoul (ACSONE) &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</a>&gt;</li> <li>Cédric Pigeon (ACSONE) &lt;<a class="reference external" href="mailto:cedric.pigeon&#64;acsone.eu">cedric.pigeon&#64;acsone.eu</a>&gt;</li> <li>Jacques-Etienne Baudoux (BCIM sprl) &lt;<a class="reference external" href="mailto:je&#64;bcim.be">je&#64;bcim.be</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">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>This module is part of the <a class="reference external" href="https://github.com/OCA/account-closing/tree/10.0/account_invoice_accrual">OCA/account-closing</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>