-
- Downloads
[FIX] web: fix long username in header and milestone issue
Description of the issue/feature this PR addresses: when logged in user name is too long then it take whole header to display it name. In project module, if milestone name is long then name is overflowing. Current behavior before PR: whole header is occupied when username is long. milestone name is overflowing when name is too long. Desired behavior after PR is merged: when username is long it would show with '...' format. when milestone name is long it would show with '...' format. Fix: some property is added in oe_topbar_name class to display the username in short and '...' format. add some bootstrap class so that long name should be formatted in '...' . task-3217427 closes odoo/odoo#133670 Signed-off-by:Xavier Bol (xbo) <xbo@odoo.com> Signed-off-by:
Ravi Bhingradiya (ravb) <ravb@odoo.com>
Showing
- addons/project/static/src/components/project_right_side_panel/components/project_milestone.xml 4 additions, 4 deletions...project_right_side_panel/components/project_milestone.xml
- addons/web/static/src/webclient/user_menu/user_menu.scss 4 additions, 0 deletionsaddons/web/static/src/webclient/user_menu/user_menu.scss
- addons/web/static/src/webclient/user_menu/user_menu.xml 1 addition, 1 deletionaddons/web/static/src/webclient/user_menu/user_menu.xml
Please register or sign in to comment