Skip to content
Snippets Groups Projects
Commit db2e6bc6 authored by Kevin Baptiste's avatar Kevin Baptiste
Browse files

[IMP] sale_timesheet: improve project overview


The goal is to improve the project's overview:

    1/ Switch tooltips
    2/ Increase tags size

closes odoo/odoo#38804

Taskid: 2086664
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent f7d5ba6f
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ $canceled-color: gray;
margin-bottom: 10px;
> .badge {
border: none;
font-size: unset;
a {
color: white;
}
......
......@@ -66,7 +66,7 @@
<td class="o_timesheet_plan_dashboard_cell">
(<t t-esc="dashboard['rates']['billable_time']"/> %)
</td>
<td title=" Includes the time logged into tasks for which you invoice based on ordered quantities or on milestones.">
<td title="Includes the time logged into tasks for which you invoice based on timesheets on tasks.">
Billed on Timesheets
</td>
</tr>
......@@ -77,7 +77,7 @@
<td class="o_timesheet_plan_dashboard_cell">
(<t t-esc="dashboard['rates']['billable_fixed']"/> %)
</td>
<td title="Includes the time logged into tasks for which you invoice based on timesheets on tasks.">
<td title="Includes the time logged into tasks for which you invoice based on ordered quantities or on milestones.">
Billed at a Fixed price
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment