Manage origin / destination / consignee addresses on purchases
Project description
Purchase - Transport Addresses
Description
This module - together with Stock - Transport Addresses (stock_transport_multi_address) and Sale - Transport Addresses (sale_transport_multi_address) - manages in a coherent way the following addresses in the standard Odoo workflows:
origin address
destination address
consignee
Delivery addresses management:
This module adds a delivery address to the purchase order, which is automatically propagated to a corresponding field in the generated picking.
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).
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.
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.
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.
Credits
Contributors
Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
Leonardo Pistone <leonardo.pistone@camptocamp.com>
Yannick Vaucher <yannick.vaucher@camptocamp.com>
Maintainer
This module is maintained by the OCA.
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.
To contribute to this module, please visit http://odoo-community.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo8_addon_purchase_transport_multi_address-8.0.1.0.0-py2-none-any.whl
.
File metadata
- Download URL: odoo8_addon_purchase_transport_multi_address-8.0.1.0.0-py2-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de90fbec35cf78f99c5256044188ffd2c65e22f2a6ae87ba444577b0b8399458 |
|
MD5 | 2925c4ead54fc43786716fc32927fe53 |
|
BLAKE2b-256 | 3db570c5f8823f25d75b4fc3c15bdc0fe86051267874c54302aeaf0a3bba5e0f |