[ADD] Inventory: add stock valuation cheat sheet #14989
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

A neo–business-memento for the new stock valuation system in Odoo 19.0, hastily adapted from the extant ones in odoo/functional-mementoes that were written in ES5 with a mixture of (now legacy) React.DOM, jQuery and manual DOM manipulation with hardcoded display data for Odoo 8.0 and mostly unchanged since then. Its only other remnant in contemporary documentation is the accounting cheat sheet. Ideally, both cheat sheets should be rewritten with modern libraries in a way that meshes better with the rest of our documentation pipeline (eg without hardcoded data, with minimal tampering of raw HTML on top of Sphinx).
The old documentation (the 'Automatic inventory valuation' and 'Using inventory valuation' pages) was deleted to make way for it and the links pointing at it were snipped or rewritten. The 'inventory valuation' section was raised by one level in the hierarchy.
Until further documentation is written and the existing stock valuation documentation is adapted, this cheat sheet and the OXP 2025 stock talk (latter half) can be used as a reference.
Task ID: 5107300
Forward-Port-Of: #14906