Search 1.9 billion lines of Odoo code on GitHub

stock_internal_transport

Author: Matt Taylor
License: no license
Branch: 12.0
Repository: asphaltzipper/azi-odoo-modules
Dependencies: base, product, stock, and web
Languages: Python (54, 18.2%), XML (219, 73.7%), and reStructuredText (24, 8.1%)
Other branches: 10.0, 10.0-financial-statements, and master
Other repositories: Guobower/azi-odoo-modules, Heri-Founder/azi-odoo-modules, IbiksRiad/azi-odoo-modules, JohnLYH/azi-odoo-modules, RL-OtherApps/azi-odoo-modules, consultingerp/engineering_bom, developers-zone/azi-odoo-modules, digitalsatori/azi-odoo-modules, haylahi/azi-odoo-modules, and michaelslade54/azi-odoo-modules

<h1 class="title">Stock Internal Transport</h1> <ul class="simple"> <li>Create new fields in <cite>res.company</cite>, <cite>stock.picking</cite> and <cite>stock.picking.type</cite></li> <li>Create new report for &quot;Transport Document&quot; in <cite>stock.picking</cite></li> <li>Modify views of <cite>res.company</cite>, <cite>stock.picking</cite> and <cite>stock.picking.type</cite> to display newly created fields</li> <li>Create a new sequence for transport</li> <li>Create a new <cite>stock.picking.type</cite> that has a sequence related to transport</li> </ul> <a name="installation"></a> <h2>Installation</h2> <ul class="simple"> <li>No specific installation required.</li> </ul> <a name="configuration"></a> <h2>Configuration</h2> <ul class="simple"> <li>Inventory &gt; Configuration &gt; Settings &gt; Traceability &gt; (Enable Lots &amp; Serial Numbers)</li> <li>Inventory &gt; Configuration &gt; Settings &gt; Traceability &gt; (Enable Display Lots &amp; Serial Numbers)</li> <li>Inventory &gt; Configuration &gt; Settings &gt; Warehouse &gt; (Enable Storage Location)</li> </ul> <a name="usage"></a> <h2>Usage</h2> <ul class="simple"> <li><cite>res.company</cite> View: Settings &gt; Users &amp; Companies &gt; Companies &gt; Open Form View&gt; General Information</li> <li><cite>stock.picking.type</cite> View: Inventory &gt; Configuration &gt; Warehouse Management &gt; Operations Types &gt; Open Form View</li> <li><cite>stock.picking</cite> View: Inventory &gt; Operations &gt; Transfers &gt; Open Form View</li> <li>Transport Document Report: Inventory &gt; Operations &gt; Transfers &gt; Select a transfer &gt; Print &gt; &quot;Transport Document&quot;</li> <li>Transport sequence: Settings &gt; Technical &gt; Sequences &amp; Identifiers &gt; Sequences &gt; Search for (TRN)</li> <li>Transport Picking Type: Inventory &gt; Configuration &gt; Warehouse Management &gt; Operations Types &gt; Search for (Transport)</li> </ul>