Wednesday, August 14, 2024
2 changes · saas-17.4
Resolved issues and error corrections
This fixes an issue where users could not choose values when configuring server actions or automated rules to update many-to-one or many-to-many fields. The change restores the expected input controls, making automated record updates easier and preventing blocked workflow configuration.
Original PR description
Version: saas-17.4 Current behavior: Unable to select a value when trying to update a m2o or m2m field in a server action and automated rules. Purpose of this PR: To be able to select a value when updating. Steps to reproduce on Runbot: 1) Create a Server Action and select 'Update Record'. 2) Add action to update a m2m or m2o field. 3) Observe that there is no input to select the value for the field. opw-4113558 opw-4097630 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Creating a helpdesk ticket from a forum post now correctly shows the relevant helpdesk team instead of an empty selection. This ensures users can complete ticket creation from forum posts and helps keep forum discussions linked to support tickets.
Original PR description
Steps: 1) Install website_helpdesk_forum 2) Create a Helpdesk Team with a forum connected to it 3) Open the post on that forum and click on the "Create Ticket" 4) The team selection field is empty Cause: The data of the teams are not coming correctly via the route Fix: In the route, we will only send the team connected to the forum. This issue was discovered while creating a test case for this task. Task-4034550