Daily updates from Odoo
Friday, December 6, 2019
3 changes · master
Enhancements to existing features
Surveys can now use a specific question to collect or update the participant's email address, with existing invitation emails prefilled to reduce retyping. The change also corrects a user-facing typo in survey validation messaging and improves related survey behavior.
Changing a product's standard cost now automatically updates the related inventory valuation records in most costing setups. This removes the need for a separate manual wizard, making product cost updates more direct and reducing the risk of missed valuation adjustments.
Original PR description
Overwrite the method ``write`` of the model ``product.product``. When we write on ``standard_price``, if - the context key ``disable_auto_svl`` is not set - the ``cost_method`` is not "fifo" We automatically compute ``stock.valuation.layer`` (before we needed to manually call ``_change_standard_price``) Task #2031422
The website editor’s left panel is now easier to use, with cleaner input layout and support for confirming entries with Enter. These changes make editing website snippets smoother and more predictable for content editors.