-
- Downloads
[FIX] hr_timesheet,repair: fix field width issue
Before this commit field width was not as expected because
its label defined in container(Ex: div,span)
This commit fix field width issue by giving o_td_label class
to container of label to properly compute its width
task-3032518
closes odoo/odoo#104727
Signed-off-by:
Laurent Stukkens (ltu) <ltu@odoo.com>
Showing
- addons/hr_timesheet/__manifest__.py 1 addition, 0 deletionsaddons/hr_timesheet/__manifest__.py
- addons/hr_timesheet/static/src/scss/timesheets_task_form.scss 0 additions, 5 deletions...ns/hr_timesheet/static/src/scss/timesheets_task_form.scss
- addons/hr_timesheet/views/project_sharing_views.xml 5 additions, 4 deletionsaddons/hr_timesheet/views/project_sharing_views.xml
- addons/hr_timesheet/views/project_views.xml 5 additions, 5 deletionsaddons/hr_timesheet/views/project_views.xml
- addons/sale_timesheet/views/project_sharing_views.xml 1 addition, 1 deletionaddons/sale_timesheet/views/project_sharing_views.xml
- addons/sale_timesheet/views/project_task_views.xml 1 addition, 1 deletionaddons/sale_timesheet/views/project_task_views.xml
Please register or sign in to comment