Friday, August 30, 2024
4 changes · saas-17.4
Resolved issues and error corrections
This fix restores the ability to import translation files when setting up or updating languages. It resolves a form validation issue caused by a required hidden field, reducing disruption for teams managing multilingual Odoo databases.
Original PR description
Same missing required invisible field issue as mentioned in odoo/odoo#178175 opw-4139872 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Kanban view header now places the quick create and configuration buttons on the right side as intended. This fixes a visual alignment issue, making the interface clearer and more consistent for users.
Original PR description
Since [1], the alignment of the quick create and config button in a kanban was not correct. It was aligned to the left. Now, the alignment is correctly to the right of the kanban header. [1] : https://github.com/odoo/odoo/commit/f486bca505cb6ef9bf477e5d02d06c420b27de56
This fix keeps the top bar hidden after a user turns it off, even when switching between task views. It prevents the interface from unexpectedly showing the top bar again, making navigation more consistent and less confusing.
Original PR description
Currently, there is a strange behavior with the following use case: - open project app - select any project - press the top bar button - add any items to the top bar - click on the button to switch to the new action - go back to the 'tasks' view using the top bar. - remove the top bar by pressing the slider button - switch from the gantt view to any other view of the task. (e.a the list view) expected behavior: the list view is displayed, the top bar is not current behavior: the list view is displayed, the top bar is displayed too source of the issue: By clicking on the top bar to switch action, this sets the 'actionParentId' param from the env.config. With this param set, the setup of the control panel set the showEmbedded to True by default when loading a new view. task-4100301 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix restores the missing WhatsApp notification type for event communications. It ensures event-related WhatsApp messages can be scheduled and recognized correctly, preventing missed or misclassified notifications.