Search 1.9 billion lines of Odoo code on GitHub

deltatech_invoice_picking

Author: Terrabit, Dorin Hongu
License: LGPL-3
Branch: 14.0_lot_valuation
Repository: dhongu/deltatech
Dependencies: account, purchase, sale, sale_management, sale_stock, stock, and stock_picking_batch
Languages: HTML (333, 37.2%), PO File (75, 8.4%), Python (321, 35.9%), XML (124, 13.9%), and reStructuredText (42, 4.7%)
Other branches: 14.0, 14.0-Sale_Order_Stage, 14.0-add-deltatech_product_tracking, 14.0-billing_addresses, 14.0-delivery_payment, 14.0-mail, 14.0-mrp_cost, 14.0-sms, 14.0-website_last_order, 14.0-website_sale, 14.0_billing_address_translate, 14.0_fix_po_files, 14.0_invoice_picking, and 14.0_service_equipment

<h1 class="title">Invoice Pickings</h1> <p><a class="reference external image-reference" 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 image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/dhongu/deltatech/tree/14.0/deltatech_invoice_picking"><img alt="dhongu/deltatech" src="https://img.shields.io/badge/github-dhongu%2Fdeltatech-lightgray.png?logo=github" /></a></p> <dl class="docutils"> <dt>Features:</dt> <dd><ul class="first last simple"> <li>an invoice can be created from one or more pickings</li> <li>an invoice can be created from a batch</li> <li>only the products in the picking(s) with their respective done quantities will be added to the invoice</li> <li>only pickings that come from a sale order or purchase orders can be invoiced</li> <li>a picking must be in &quot;done&quot; state to be invoiced</li> <li>a &quot;to invoice&quot; field is added to pickings, for filtering purposes. When a sale picking is created, the field is set to True. When an invoice is created, the field is set to False. When an invoice is cancelled or deleted, it's set to True</li> <li>a field with link to the invoice is added to pickings. The field is computed to point to the invoice generated from the picking</li> <li><strong>if changes are made to the invoice (lines deleted, qty's modified), the invoice fields will not be updated in linked pickings.</strong></li> </ul> </dd> </dl> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#maintainers" id="id4">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/dhongu/deltatech/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/dhongu/deltatech/issues/new?body=module:%20deltatech_invoice_picking%0Aversion:%2014.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="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>Terrabit</li> <li>Dorin Hongu</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id4">Maintainers</a></h3> <p>Current maintainer:</p> <p><a class="reference external image-reference" href="https://github.com/dhongu"><img alt="dhongu" src="https://github.com/dhongu.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/dhongu/deltatech/tree/14.0/deltatech_invoice_picking">dhongu/deltatech</a> project on GitHub.</p> <p>You are welcome to contribute.</p>