Remove the timesheet timer from Odoo Timesheets
Odoo Timesheets - Remove Timer by dimitri
Details
Authordimitri
LicenseNo License
Categoryodoo.com
Created
Updated
Size425 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name evenflow.odoo.com/web - Mar 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://evenflow.odoo.com/web#action=468&model=account.analytic.line&view_type=grid&cids=1&menu_id=313") {
div.timesheet-timer {
display:none !important;
}
/* Insert code here... */
}