Daily updates from Odoo
Monday, July 13, 2026
2 changes · 19.0
Enhancements to existing features
This change avoids confusion around inventory valuation settings by addressing a periodic valuation option that does not apply as expected for perpetual valuation. It helps users avoid expecting closing entries that are not generated under that setup, while the final behavior is being handled in the related core update.
Original PR description
Problem: The Periodic Valuation frequency has no effect when the valuation method is Perpetual, since the Inventory Valuation Closing only runs for the Periodic method. This can confuse users into expecting a periodic closing entry that is never generated. Solution: Following the review feedback, the intended behavior is for the closing cron to also run for Perpetual companies so their valuation stays continuously updated. The fix therefore moves to the community cron instead of hiding the field: superseded by odoo/odoo#275955.
Signature requests created from other apps now include the document template name alongside the related record. This makes request names, file names, and email subjects easier to recognize and less likely to be confused with the signer’s name.
Original PR description
When requesting a signature from another app, the request name, filename and email subject only showed the linked record name, which often read as the signer's name. The template name is now added so all three follow the same "<prefix> - <template> - <record>" format. task-6317174