sale_order_import_ubl_line_customer_ref
Extends the sale order UBL import workflow so each imported line receives the customer reference extracted from the note content.
Key Features
- sale.order.import: Automatically sets an order line’s customer_ref when creating orders from UBL data by parsing line notes for a customer_ref: prefix.
- sale.order.import: Recomputes the customer reference during import updates so modified note content immediately refreshes the stored value.
- sale.order.line: Persists the parsed customer reference on each line so downstream sales and stock features can rely on it.