odoo/documentation#15368
Created by Jean Schoenlaub (jesc)
Blocked
- Merge method
- Review
-
CI
- ci/documentation: (runtime 631s)
- ci/codeowner_coverage: (runtime 14s)
- label
- odoo-dev:19.0-purchase-suggestions-jesc
- head
- 1f2458797fa374d4ed930068f718e4b6d4264aef
| odoo/documentation | |
|---|---|
| 19.0 | #15368 missing r+ |
| master |
[WIP] update suggest documentation
The suggest feature UX and business logic has changed quite a bit and I thought it should be reflected in the documentation.
UX changes:
- Not a wizard anymore, suggest is now accessed via the left sidebar in catalog
---> Changed the text (eg. "click" -> "toggle")
---> Changed 2 screenshots illustrating the suggestion results.
---> Removed 1 screenshot of the wizard itself (removed not replaced because both the result and the inputs can now be seen in the same screenshot).
Business logic change:
- Suggestion are only for the warehouse indicated on the PO (vs before having a dropdown input to select the warehouse).
---> Replaced a section on multi warehouse setup with a tip on demand calculation case with a sample multi warehouse setup
Also added (even though this hasn't changed):
- 1 formula to make it clearer that the suggestions take existing stock on hand into account. It can be hard to understand for a user that Odoo suggests 0 quantities even though monthly demand > 0 if we have stock on hand.
- That the suggestion only appear for RFQ stage in the tip as its something I often forgot when dev/testing the feature.
- Changed the 2nd example to not only showcase how the factor work (120 % growth), but also how the based could be used to plan for specific a scenario (in this case a special event last year).