Sunday, May 5, 2024
3 changes · saas-17.2
Miscellaneous changes
Currently, if we select the correct answer for a quiz question, `primary theme color(purple)` is applied to the `fa-check` icon. Hence, it is difficult to distinguish between the correct and incorrect answers. This PR changes the color applied to the `fa-check` icon in case a correct answer is selected, from `primary theme color(purple)` to `success theme color(green)`. Task-[3884674](https://www.odoo.com/web#id=3884674&menu_id=4722&cids=2&action=333&active_id=965&model=project.task&view
Original PR description
Currently, if we select the correct answer for a quiz question, `primary theme color(purple)` is applied to the `fa-check` icon. Hence, it is difficult to distinguish between the correct and incorrect answers. This PR changes the color applied to the `fa-check` icon in case a correct answer is selected, from `primary theme color(purple)` to `success theme color(green)`. Task-[3884674](https://www.odoo.com/web#id=3884674&menu_id=4722&cids=2&action=333&active_id=965&model=project.task&view_type=form) Forward-Port-Of: odoo/odoo#163287
Since this issue does not happen in more recent versions, it has probably been fixed by the recent improvements in the tests setups of website_sale. This commits backports those changes to hopefully make the tour more deterministic and solve the issue. runbot issue 47213 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#164413
Original PR description
Since this issue does not happen in more recent versions, it has probably been fixed by the recent improvements in the tests setups of website_sale. This commits backports those changes to hopefully make the tour more deterministic and solve the issue. runbot issue 47213 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#164413
Following cleanup of #enterprise/61262, we neutralize the field new_car completely since this is now a technical field, it should not affect any computation anymore Forward-Port-Of: odoo/enterprise#61940
Original PR description
Following cleanup of #enterprise/61262, we neutralize the field new_car completely since this is now a technical field, it should not affect any computation anymore Forward-Port-Of: odoo/enterprise#61940