Change 1 of 9
Alternatives comparison
The alternatives comparison screen has been improved to make it simpler for users to choose the best option.
Official Odoo 20 release note
In plain words
The Compare Product Lines screen for alternative RFQs was reworked: quantities can be edited inline (also on several lines at once), each RFQ's status is shown as a coloured badge, cancelled or zero-quantity lines are greyed out, and the Choose button is hidden on orders that are already confirmed or cancelled. The best unit price now converts each line to the product's own unit, so offers in different units (packs versus units) are compared fairly.
Where to find it
- Install Purchase Alternatives (purchase_alternative).
- Open an RFQ > Alternatives tab > Compare Product Lines.
For users
Choosing the best vendor among alternative RFQs takes fewer clicks.
For developers
Alternatives moved from purchase_requisition into a new module purchase_alternative (plus purchase_alternative_stock and purchase_alternative_sale). The compare view id is now purchase_alternative.purchase_order_line_view_compare_list.
Upgrading from Odoo 19
Custom code that inherited the alternatives views or models from purchase_requisition must now depend on purchase_alternative.
