Odoo Release Updates
Every commit to Odoo Community and Enterprise, parsed and categorized. Never miss a bug fix, improvement, or new feature.
Activity
2026-06-17
[IMP] *: apply script converting to ir.access
[IMP] *: adapt code to use new model ir.access
2026-06-04
2026-05-22
2026-05-19
[REF] web: remove autosave on specific widgets in form view
2026-05-18
2026-05-13
2026-05-12
2026-04-30
2026-04-28
2026-04-27
[IMP] test_lint, *: Indexing of `Many2one` fields used in `related` fields
2026-04-24
2026-04-20
[REF] *: run rendering context migration script on inline xml
2026-04-14
2026-04-09
2026-04-08
[IMP] hr_recruitment_survey: expire survey links
2026-04-07
2026-04-01
2026-03-24
This fix corrects the survey question error alert logic to prevent false "question requires an answer" messages from appearing on conditional questions shown for the first time in the post-submit flow. The change refines the display condition to check not only if a question is marked as post-submit, but also whether the user has actually skipped it in the pre-submit flow or is in the post-submit review stage, eliminating unnecessary error alerts on newly revealed conditional questions.
[FIX] survey: fix question error alert