Thursday, March 21, 2024
3 changes · saas-17.2
Resolved issues and error corrections
Broken links on the Barcode app home page and barcode-related print links in Inventory and Manufacturing settings have been corrected. This helps users access barcode actions and printable resources without running into navigation errors.
Original PR description
The purpose of this commit is to fix the broken links on the homepage of the barcode app in addition to the print links in the settings of Inventory and Manufacturing apps related to barcodes. As dictated by odoo/enterprise#58078, urls now have to start with a "/" in order to work properly. Task-3821539
This fix prevents technical internal action names from appearing to users when a clearer display name is not set. It helps keep the interface more user-friendly and avoids exposing confusing system labels.
Original PR description
Since [1], it's now possible to set a display name on a client action, but a fallback to the action's name was also added. The issue with this, is that the action's name is a very technical one, and we don't want to display it to the user. [1] https://github.com/odoo/odoo/commit/3ad4fd65387f60b524e5f786556963ead8ae9dfe
This fixes cases where users could see internal technical action names in the web interface. Client actions will no longer fall back to these technical labels, keeping screens clearer and more user-friendly.
Original PR description
Since [1], it's now possible to set a display name on a client action, but a fallback to the action's name was also added. The issue with this, is that the action's name is a very technical one, and we don't want to display it to the user. [1] https://github.com/odoo/odoo/commit/3ad4fd65387f60b524e5f786556963ead8ae9dfe