Search 1.9 billion lines of Odoo code on GitHub

stock_expense_transfer

Author: GRAP, La Louve, Odoo Community Association (OCA)
License: no license
Branch: 9.0
Repository: AwesomeFoodCoops/odoo-production
Dependencies: account, and stock
Languages: PO File (88, 16.9%), Python (200, 38.3%), XML (170, 32.6%), and reStructuredText (64, 12.3%)
Other branches: 9.0-template-recurrence, dependabot/pip/odoo/babel-2.9.1, dependabot/pip/odoo/jinja2-2.11.3, dependabot/pip/odoo/lxml-4.6.5, dependabot/pip/odoo/lxml-4.9.1, dependabot/pip/odoo/mako-1.2.2, dependabot/pip/odoo/pillow-9.0.1, dependabot/pip/odoo/pillow-9.3.0, dependabot/pip/odoo/python-ldap-3.4.0, dependabot/pip/odoo/pyyaml-5.4, dependabot/pip/odoo/reportlab-3.5.55, dev, and migrated-checkpoint
Other repositories: DITIntl/odoo-production, Groupe-Informatique-LaCoopSurMer/odoo-production, Otsokop/odoo-production, azmeuk/odoo-production, babatoko/odoo-production, beloeuvre/odoo-production, chetanrdhaduk/odoo-production, demain-supermarche/odoo-production, druidoo/FoodCoops, dzungtran89/odoo-production, estevebadia/odoo-production, fjouatte/odoo-production, halgandd/odoo-production, hilarak/odoo-production, jweste/odoo-production, krunal267/odoo-production, lachouettecoop/odoo-production, legalsylvain/odoo-production, legalsylvain/stock-logistics-workflow, mathieuvatel/odoo-production, mszinte/odoo-production, mulaudzicalvin/odoo-production, nthnnl/odoo-production, odoo-modules/odoo-production, petrus-v/odoo-foodcoops, phuctranerp/odoo-production, rihene-abdelwahed/odoo-production, sc4you/odoo-production, siddharth7815/odoo-production, sprevot44/odoo-production, suningwz/odoo-production, supercoopbdx/odoo-production, superquinquin/odoo-production, trobz/odoo-production, ttpphuctran/odoo-production, vidtsin/odoo-production, and yuntux/odoo-production

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="stock-expense-transfer"></a> <h2>Stock - Expense Transfer</h2> <p>This module was written to extend the functionality of odoo Stock and Accounting about Expense Transfer.</p> <p>This module is usefull in the case where you want to 'consume' for internal reasons some products you usually sell. For exemple, shops that buy and sell cleaning products and want to use some of them to wash the floor.</p> <p>In that case, two things are required:</p> <ul class="simple"> <li>products should go out of the stock, to have correct quantities on hand</li> <li>a accounting entry should be write to move expense from default expense account to a specific expense account</li> </ul> <p>With this module, it is now possible to define on a internal picking type a Expense Transfer Account and Journal. If set, it will be possible for accountant people to generate accounting entries.</p> <a name="installation"></a> <h3>Installation</h3> <p>Normal installation.</p> <a name="configuration"></a> <h3>Configuration</h3> <ul class="simple"> <li>Go to 'Inventory' / 'Configuration' / 'Routes' / 'Picking Types'</li> <li>Edit or create a new picking type with 'Type of Operation' set to 'Internal'</li> <li>Set an expense transfer account and an Expense Transfer Journal</li> </ul> <img alt="/stock_expense_transfer/static/description/picking_type.png" src="/stock_expense_transfer/static/description/picking_type.png" /> <a name="usage"></a> <h3>Usage</h3> <a name="product-consumption"></a> <h4>Product Consumption</h4> <ul class="simple"> <li>Create a new picking as usual and validate the picking</li> </ul> <a name="generate-entries"></a> <h4>Generate Entries</h4> <p>(For accountants)</p> <ul class="simple"> <li>Go to 'Invoicing' / 'Adviser' / 'Transfer Expenses'</li> <li>Select pickings</li> <li>click on 'Action' / 'Generate Expense Transfer Accouting Entries' and next 'Generate'</li> </ul> <img alt="/stock_expense_transfer/static/description/accounting_entry.png" src="/stock_expense_transfer/static/description/accounting_entry.png" /> <a name="road-map"></a> <h3>Road Map</h3> <ul class="simple"> <li>this module computes inventory value for stock moves and based on related quants. It could be great to move this features into another generic module ('stock_move_inventory_value') and to make this module depends on the new one. (same for stock.picking)</li> </ul> <a name="id1"></a> <h3>Usage</h3> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/154/9.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/{project_repo}/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 feedback.</p> <a name="credits"></a> <h3>Credits</h3> <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> <ul class="simple"> <li>Sylvain LE GAL &lt;<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>&gt;</li> </ul> <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>