Monday, February 21, 2022
1 change · master
Features or functions removed from Odoo
The survey question setup no longer shows or stores an old column layout option that no longer affected how surveys appeared. This reduces confusion for users and keeps survey configuration focused on options that still work, while moving comment settings into the answers area so the form remains clear.
Original PR description
Purpose: The "column choice" is a remainder of a previous implementation in which users could decide how the survey would look like. Since the re-design however, this option is no longer working as we prefer handling this ourselves: - To make the code simpler - Because this is not really a "game-changer" feature - Because we prefer to decide ourselves how the answers will look like to make sure it always looks nice As the field is not used anymore and some customers are wondering why it does not work, we have decided to remove it. Specifications: Remove the field column_nb from the survey_question model In the form, to make sure the "Answers" group is never empty, we'll move the "Comments" options there instead Task 2730409