Search 1.9 billion lines of Odoo code on GitHub

purchase_transport_multi_address

Author: Camptocamp,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0
Repository: a0c/stock-logistics-transport
Dependencies: purchase, sale_transport_multi_address, and stock_transport_multi_address
Languages: PO File (23, 6.1%), Python (207, 54.8%), XML (57, 15.1%), YAML (47, 12.4%), and reStructuredText (44, 11.6%)
Other branches: 8.0, 9.0, partsware, and transit_in
Other repositories: Anferi/stock-logistics-transport, Antiun/stock-logistics-transport, Change2improve/stock-logistics-transport, ClearCorp/oca-stock-logistics-transport, Doscaal/stock-logistics-transport, ElvenStudio/stock-logistics-transport, Endika/stock-logistics-transport, ForgeFlow/stock-logistics-transport, Gabinete-Digital/stock-logistics-transport, Guobower/stock-logistics-transport, Ingeos/stock-logistics-transport, Jarsa/stock-logistics-transport, Mefistous/stock-logistics-transport, NeatNerdPrime/stock-logistics-transport, OCA-MUK/stock-logistics-transport, OCA/stock-logistics-transport, OdooBulgaria/stock-logistics-transport, SequarSrl/stock-logistics-transport, SeuMarco/stock-logistics-transport, Vauxoo/stock-logistics-transport, VisiionSolucionesTecnologicas/stock-logistics-transport, aacceess75/stock-logistics-transport, adolfoeliazat/stock-logistics-transport, ajinvn2019/stock-logistics-transport, amendoncabh/stock-logistics-transport, andhit-r/stock-logistics-transport, andreasdsp/stock-logistics-transport, apetbiz/stock-logistics-transport, deutschlion/stock-logistics-transport, devang-dreambits/stock-logistics-transport, dgrej/stock-logistics-transport, diggy128/stock-logistics-transport, duanyp1991/stock-logistics-transport, dvitme/stock-logistics-transport, etobella/stock-logistics-transport, garzadekoster/stock-logistics-transport, gsunjka/stock-logistics-transport, gurneyalex/stock-logistics-transport, haroldtamo/stock-logistics-transport, hinfo506/stock-logistics-transport, initOS/stock-logistics-transport, it-projects-llc/stock-logistics-transport, jgrandguillaume/stock-logistics-transport, lambone/stock-logistics-transport, lideritjnma/stock-logistics-transport, lijielife/stock-logistics-transport, maduhu/stock-logistics-transport, mahdimohajeri/stock-logistics-transport, marionumza/stock-logistics-transport, mikevhe18/stock-logistics-transport, mohamedhagag/stock-logistics-transport, molandtoxx/stock-logistics-transport, ondrocks/stock-logistics-transport, open-synergy/stock-logistics-transport, pedrobaeza/stock-logistics-transport, presenceverte/stock-logistics-transport, pscloud/stock-logistics-transport, rossasa/stock-logistics-transport, rsullivan2704/stock-logistics-transport, sagar-developer-92/stock-logistics-transport, sanube/stock-logistics-transport, simplifysolutions/stock-logistics-transport, valmarnet/stock-logistics-transport, vdedyukhin/stock-logistics-transport, wahhid/stock-logistics-transport, x0rzkov/odoo-stock-logistics-transport, xpansa/stock-logistics-transport, and yvaucher/stock-logistics-transport

<img alt="License" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="purchase-transport-addresses"></a> <h2>Purchase - Transport Addresses</h2> <a name="description"></a> <h2>Description</h2> <p>This module - together with <strong>Stock - Transport Addresses</strong> (<cite>stock_transport_multi_address</cite>) and <strong>Sale - Transport Addresses</strong> (<cite>sale_transport_multi_address</cite>) - manages in a coherent way the following addresses in the standard Odoo workflows:</p> <ul class="simple"> <li>origin address</li> <li>destination address</li> <li>consignee</li> </ul> <a name="delivery-addresses-management"></a> <h3>Delivery addresses management:</h3> <p>This module adds a delivery address to the purchase order, which is automatically propagated to a corresponding field in the generated picking.</p> <p>Some of this logic was present in the core, but is not functioning properly. More specifically, in the core, a dropshipping purchase order has two fields: partner_id is used for the supplier, and dest_address_id contains the address of the customer. This works, except that the address is not visible because of odoo/odoo#2950).</p> <p>On the other hand, the picking has only one field: the partner_id. By default, it takes the delivery address of the PO if there is one, or else the supplier. The stock.move also has a partner_id field that is filled with the same partner. To make things even more confusing, in v7 the partner_id of the move is the supplier, while the partner_id of the picking is the customer address.</p> <p>This means that in v8 with core modules, we do not clearly see the supplier and the customer address of a picking. Those two fields are important to handle dropshipping.</p> <p>With this module, in dropshipping mode the generated picking will have the supplier in the partner_id field, and the customer address in the new delivery_address_id field.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Alexandre Fayolle &lt;<a class="reference external" href="mailto:alexandre.fayolle&#64;camptocamp.com">alexandre.fayolle&#64;camptocamp.com</a>&gt;</li> <li>Leonardo Pistone &lt;<a class="reference external" href="mailto:leonardo.pistone&#64;camptocamp.com">leonardo.pistone&#64;camptocamp.com</a>&gt;</li> <li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://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="http://odoo-community.org">http://odoo-community.org</a>.</p>