Friday, March 11, 2022
2 changes · master
Resolved issues and error corrections
Help text returned by server actions is now properly formatted when shown to users. This prevents confusing or broken-looking guidance in the interface, improving clarity without changing workflows.
Original PR description
A server action sometimes returns an action with a help key. That help was not marked up, leading to an incorrect display of that help.
Planning screens now show a wrench icon for material resources instead of an empty image placeholder. This makes schedules easier to scan and helps users distinguish equipment or materials from people at a glance.
Original PR description
In this Commit, add the many2one_avatar_resource widget because if material resource then an empty image icon appeared. Now the wrench icon will appear. Usage: `<field name="resource_id" widget="many2one_avatar_resource"/>` task-2758899