mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
As of version 19.0 the UX and business logic of the purchase
suggestion feature of the product catalog has changed slightly:
UX changes:
- Not a wizard anymore, suggest is now accessed via the
left sidebar in catalog (screenshot and text updated)
Business logic:
- Suggestion are only for the warehouse indicated on the PO
(vs before having a dropdown input to select the warehouse).
- Suggestions now, therefore, include internal transfers to
to other warehouses.
Additionally, I made clearer that suggestions take into account
existing stock on hand (by adding a step in math formula) and
that the feature is only activated for draft RFQ and does not
estimate demand from non-draft RFQ or MOs.
closes odoo/documentation#15434
X-original-commit: 7825baa743
Signed-off-by: Jean Schoenlaub (jesc) <jesc@odoo.com>