Search 1.9 billion lines of Odoo code on GitHub

account_cutoff_accrual_picking

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: upgrade-accrual
Repository: TDu/account-closing
Dependencies: account_cutoff_accrual_base, account_cutoff_base, purchase, and sale_stock
Languages: PO File (44, 8.9%), Python (329, 66.9%), XML (62, 12.6%), and reStructuredText (57, 11.6%)
Other branches: 10.0, 12.0-mig-account_cutoff_accrual_picking, 7.0, 8.0, 9.0, and beendi
Other repositories: Alfa-90/account-closing, Antiun/account-closing, Bubbles-IT/account-closing, Change2improve/account-closing, ClearCorp/oca-account-closing, Cloudxtreme/account-closing, ComitorDevTeam/account-closing, Communities-Communications/account-closing, Domatix/account-closing, ERPLibre/account-closing, Endika/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, KennyLeung/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, TRESCLOUD/account-closing, Tecnativa/account-closing, Tonow-c2c/account-closing, VanMoof/account-closing, Vauxoo/account-closing, VisiionSolucionesTecnologicas/account-closing, VitalPet/account-closing, Yajo/account-closing, a0c/account-closing, abstract-open-solutions/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, charbeljc/account-closing, danhvophuong/account-closing, daramousk/account-closing, darshan-odoo/account-closing, diagramsoftware/account-closing, diegobgl/account-closing, dong-z/account-closing, drl9319/account-closing, dvitme/account-closing, eLBati/account-closing, eezee-it/account-closing, exosoftware/oca-account-closing, fallewi/account-closing, garzadekoster/account-closing, grindtildeath/account-closing, gurneyalex/account-closing, haroldtamo/account-closing, i-vyshnevska/account-closing, inspyration/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, kenvac/account-closing, kmee/account-closing, levkar/account-closing, linkitspa/account-closing, lveras/account-closing, maherjaballi/account-closing, maxellini/account-closing, medianecorp/account-closing, molandtoxx/account-closing, moylop260/account-closing, myat90thu/account-closing, odoofans/account-closing, open-synergy/account-closing, orchidinfosys/account-closing, oreju/account-closing, p-tombez/account-closing, pedrobaeza/account-closing, piensom/account-closing, popcomputadores-desenv/account-closing, pscloud/account-closing, puchisco/account-closing, raycarnes/account-closing, redblow/account-closing, rossasa/account-closing, rschnapka/account-closing, rsullivan2704/account-closing, rven/account-closing, sanube/account-closing, savoirfairelinux/account-closing, sendalpegat/account-closing, sergiocorato/account-closing, sylvainvh/account-closing, takobi-online/account-closing, ursais/account-closing, vdedyukhin/account-closing, vrenaville/account-closing, xpansa/account-closing, yvaucher/account-closing, zarumaru/account-closing, and zeroincombenze/account-closing

<a class="reference external image-reference" 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.svg"> </a> <a name="account-cutoff-accrual-picking"></a> <h2>Account cutoff accrual picking</h2> <p>This module extends the functionality of account_cutoff_accrual_base to allow the calculation of expense and revenue accruals on sale order and purchase order. His name is a little misleading because following model changes in v10 of Odoo it now bases its calculation not on stock picking anymore but on sale and purchase order.</p> <p>The calculation is done on purchase/order lines with a difference between the quantity received/send and the quantity invoiced.</p> <a name="installation"></a> <h3>Installation</h3> <p>This module is installed like any other module.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li>Go to the setting page of the company on the cutoff tab to select the journals and accounts used for the calculation.</li> <li>Analytic accounting needs to be enable in Accounting - Settings.</li> <li>In Accounting - Taxes, for each type of taxes an accrued revenue tax account must be specified.</li> </ol> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Go to Accounting - Cut-offs to configure and generate the accruals</li> </ol> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/account-closing/10.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>Although a cut-off date can be given for generating the accruals, it does not work correctly with the module as it is, and the calculation is done on the current date only. To workaround this issue, cron jobs generate the cutoff entries at end of period</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <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 smash it by providing detailed and welcomed feedback.</p> <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> <p>The module was developped by * Alexis de Lattre from Akretion &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt; And migrated to Odoo v10 by * Thierry Ducrest &lt;<a class="reference external" href="mailto:thierry.ducrest&#64;camptocamp.com">thierry.ducrest&#64;camptocamp.com</a>&gt; * Jacques-Etienne Baudoux (BCIM sprl) &lt;<a class="reference external" href="mailto:je&#64;bcim.be">je&#64;bcim.be</a>&gt;</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="maintainer"></a> <h4>Maintainer</h4> <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>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="https://odoo-community.org">https://odoo-community.org</a>.</p> <p>## Notes about migration to v.10 Historically, this module manages accrued expenses and revenues based on stock-picking. But following changes up to v.10 in the odoo database schema it can not function as before.</p>