Search 1.9 billion lines of Odoo code on GitHub

account_sale_purchase_accruals

Author: Noviat
License: AGPL-3
Branch: 9.0
Repository: gfcapalbo/noviat-apps
Dependencies: account, account_refund_original, base, purchase, purchase_order_sale_reference, and stock
Languages: Python (1003, 84.5%), XML (138, 11.6%), diff (4, 0.3%), and reStructuredText (42, 3.5%)
Other branches: 8.0
Other repositories: Bubbles-IT/noviat-apps, DudhatShivam/noviat-apps, EssentNovaTeam/noviat-apps, FullBringEc/noviat-apps, Guobower/noviat-apps, ICTSTUDIO/noviat-apps, Idealisconsulting/noviat-apps, Ingeos/noviat-apps, NL66278/noviat-apps, OdooBulgaria/noviat-apps, PieterPaulussen/noviat-apps, SetRac/noviat-apps, StefanRijnhart/noviat-apps, akretion/noviat-apps, aroodooteam/noviat-apps, brain-tec/noviat-apps, cameroun/noviat-apps, coopaname/noviat-apps, francislouie/noviat-apps, haryoran04/noviat-apps, hbrunn/noviat-apps, johanvhg/noviat-apps, lonelyleaves/noviat-apps, lubonbvba/noviat-apps, luc-demeyer/noviat-apps, mah007/noviat-apps, marionumza/noviat-apps, markrobinson85/noviat-apps, odoo-modules/noviat-apps, petypi/noviat-apps, rkhalil1990/noviat-apps, sasakuma/noviat-apps, sunflowerit/noviat-apps, suningwz/noviat-apps, van-orsouw-consultancy/noviat-apps, and vidtsin/noviat-apps

<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-sale-purchase-accruals"></a> <h2>Account Sale Purchase Accruals</h2> <p>This module generates traceable Journal Entries for the complete Sale/Purchase/Stock process with automatic reconciliation of entries on accrued expense accounts.</p> <a name="installation"></a> <h3>Installation</h3> <p>This module is NOT compatible with the 'account_anglo_saxon' module from the standard addons.</p> <p>This module requires that your Odoo instance runs a version that includes the following Pull Request:</p> <blockquote> <a class="reference external" href="https://github.com/odoo/odoo/pull/10551">https://github.com/odoo/odoo/pull/10551</a></blockquote> <p>You should install the patch distributed with this module if this is not the case, cf. doc/account_invoice.diff</p> <a name="configuration"></a> <h3>Configuration</h3> <a name="product-parameters"></a> <h4>Product parameters</h4> <a name="procurement-action-buy"></a> <h5>Procurement Action = Buy</h5> <p>Define the Accrued Expense In/Out accounts on Product or Product Category.</p> <a name="procurement-action-move"></a> <h5>Procurement Action = Move</h5> <p>Set 'Inventory Valuation' to Real Time on the Product record. Define the Stock Input/Output accounts on Product or Product Category.</p> <a name="financial-journals"></a> <h4>Financial Journals</h4> <p>Set the 'Group Invoice Lines' flag on your Sales and Purchase Journals.</p> <a name="company-parameters"></a> <h4>Company parameters</h4> <ul class="simple"> <li>Accrual Journal</li> </ul> <p>Define the Financial Journal used for the product related Accrual Entries generated when validating the Sales Invoice. Also the product related accrual entries generated when purchasing those goods are created in this Journal.</p> <p>These Sales and Purchase accruals will be automatically reconciled with each other. As a consequence, the non-reconciled accruals give the list of sold products with pending procurements.</p> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <p>At this point in time the module does not support accruals for</p> <ul class="simple"> <li>bougth-in services (unless if you configure such a service as a 'dropship consumable')</li> <li>manufacturing</li> </ul>