inventory_create_transfer
Create internal stock transfers between warehouse locations in Odoo. Specify source, destination, products, and quantities to move inventory efficiently.
Instructions
Create an internal stock transfer between locations
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_location_id | Yes | Source location ID | |
| to_location_id | Yes | Destination location ID | |
| products | Yes | Products and quantities to transfer | |
| scheduled_date | No | Scheduled date (YYYY-MM-DD) |