sale_order_import_ubl_requested_delivery
Bridge sale_order_import_ubl and sale_order_requested_delivery to import requested delivery periods from UBL sale orders.
Key Features
- sale.order.import: Carries the parsed requested delivery period start and end into the prepared sale order values so the imported order stores them.
- sale.order.import: Reads requested delivery period data from UBL Orders and RequestForQuotation documents and strips timezone suffixes from any provided times.
- sale.order.import.line: Extracts requested delivery period start and end for each UBL line item, including optional times, and assigns them to the line values.