sale_quotation_number
This module provides separate numbering sequences for sale quotations and sale orders to distinguish between draft quotations and confirmed orders.
Key Features
- res.company: Adds a configuration field to enable or disable separate sequences for quotations and sale orders.
- res.config.settings: Provides a user interface in sales configuration to toggle the separate numbering option.
- sale.order: Assigns quotation numbers using a dedicated sequence when separate numbering is enabled.
- sale.order: Updates the order number to a sale order sequence upon confirmation and preserves the original quotation number in the origin field.
- sale.order: Manages the origin field when copying quotations to include previous quotation numbers.