Search 1.9 billion lines of Odoo code on GitHub

stock_product_ul

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0-imp-product_ul_migration-dro
Repository: acsone/stock-logistics-tracking
Dependencies: decimal_precision, and stock
Languages: Python (86, 39.1%), and XML (134, 60.9%)
Other repositories: akretion/stock-logistics-tracking

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a name="logistics-units"></a> <h2>Logistics Units</h2> <p>The object <em>Logistics Units</em> (technical name <em>product.ul</em>) was defined in the official <em>product</em> module until Odoo v8 (cf <a class="reference external" href="https://github.com/odoo/odoo/blob/8.0/addons/product/product.py#L222">this code</a>), but it was dropped in Odoo v9. This module restores this object and ensure compatibility for databases upgraded from Odoo v8 (same object name, same field names). This object allows to define the type of packages and/or pallets that you use to ship the goods. It may be needed to be able to display detailed information on packing lists and/or compute an accurate theorical weight per package that takes into account the weight of the packaging.</p> <p>It also restores the many2one field <em>Logistics Unit</em> (technical name <em>ul_id</em>) from <em>Packages</em> (technical name <em>stock.quant.packages</em>) to <em>Logistics Units</em> (technical name <em>product.ul</em>).</p> <p>If you use logistics units, you may also be interested by the module <em>stock_packaging_usability_ul</em> that allows to select the logistics unit on the fly when you define a new pack.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>Go to the Settings page of the Inventory menu and enable the option <em>Record packages used on packing: pallets, boxes, ...</em>: it will add all users to the group <em>Manage Packages</em>.</p> <a name="usage"></a> <h3>Usage</h3> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/152/10.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/stock-logistics-tracking/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="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</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>