sale_order_import
Provide the base wizard and supporting logic to bring electronic RFQs and sale orders into Odoo.
Key Features
- sale.order.import: Wizard allows importing electronic RFQs or sale orders using pluggable parsers for different document formats.
- sale.order.import: Wizard enforces that the declared import type is compatible with the detected MIME type before parsing.
- sale.order.import: Wizard proposes updating an existing quotation when another document from the same commercial partner shares the customer reference.
- sale.order.import: Wizard builds the sales order by matching partners, currencies, products, delivery addresses, and optional invoice contacts via the business document import helpers.
- sale.order.import: Wizard can apply pricing either from the customer's pricelist or from the imported document while populating order lines.
- sale.order.import: Wizard synchronizes an existing quotation by adjusting quantities, recalculating prices, adding or removing lines, and logging chatter notes.
- sale.order.import: Wizard posts a message after automatic creation or update and can optionally confirm the resulting order.
- sale.order: Sale order names include the untaxed amount when context `sale_order_show_amount` is provided.