Tuesday, August 9, 2022
1 change
Enhancements to existing features
Unnecessary or overly technical help messages were removed or moved out of the user interface across many Odoo modules. This reduces translation effort, makes screens less cluttered, and keeps tooltips focused on information that is genuinely useful to users.
Original PR description
This commit aims at removing unuseful help message to: 1/ reduce translators work, to focus on more useful translations 2/ not sending unuseful information in load_views 3/ reduce help message to useful messages, as we mark fields having a tooltip The main use cases: - REMOVED: help redundant with the field name, providing no extra info - MOVED TO COMMENT: technical help messages, that should not be in UX