product_configurator_sale
Integrates the product configurator into sales orders so users can configure products directly within the sale workflow.
Key Features
- sale.order: Adds a Configure Product button to start the configurator wizard on draft or sent orders.
- sale.order.line: Stores the configuration session and related custom attribute values on each sale line.
- sale.order.line: Lets users reconfigure existing configurable lines with a prefilled configurator session.
- sale.order.line: Computes unit price from the configuration session price with correct tax adjustments.
- sale.order.line: Appends selected custom values to the sale line’s multiline description.
- product.configurator.sale: Builds sale line values from the configurator (name, lead time, session) and applies onchange updates before creating or updating lines.
- product.configurator.sale: Preloads existing custom attribute values when reopening a configurator for an order line.
- sales: Opens product selection actions with default filters for sellable standard products.