TIP: You can type at any time to perform a new search.
Sale Stock Delivery Address
sale_stock_delivery_address · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales Management
- Folder size
- 0.68 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 09:06:23
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Vincent Van Rossem, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to specify a different delivery address per sales order line, splitting deliveries if needed. Also, you can specify different stock locations associated to those addresses, then the sales order procurements will be run from this location.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_order_form |
sale.order.form - sale_stock_delivery_address | sale.order | form | Inherits sale.view_order_form |
view_partner_form |
res.partner.form | res.partner | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
dest_address_idMany2one → res.partnercomodel_name='res.partner'help='If set this address will be the delivery address instead of the one specified in the Sales Order header.'string='Destination Address'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
run(self, procurements, raise_user_error=True)@api.modelUpdate procurements values and location. For procurements linked to a sale order line with a Delivery Address, set: - the procurement values ``partner_id`` to the Delivery Address - the procurement ``location_id`` to the Delivery Address's Customer Location
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…