create_manufacturing_order
Create a manufacturing order to schedule production of a specified product and quantity, with optional bill of materials, warehouse, and planned dates.
Instructions
Créer un ordre de fabrication
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | Quantité à produire | |
| ref | No | Référence (auto si vide) | |
| fk_bom | No | ID de la nomenclature à utiliser | |
| fk_product | Yes | ID du produit à fabriquer | |
| note_public | No | ||
| fk_warehouse | No | ID entrepôt de destination | |
| date_end_planned | No | Date fin planifiée ISO 8601 | |
| date_start_planned | No | Date début planifiée ISO 8601 |