Remove Menu Bar from Odoo timesheet for better use of screen real estate
Odoo Timesheet - Remove Menu Bar by dimitri
Details
Authordimitri
LicenseNo License
Categoryodoo.com
Created
Updated
Size361 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 Odoo Timesheet - Remove Menu Bar
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove Menu Bar from Odoo timesheet for better use of screen real estate
@author Me
==/UserStyle== */
@-moz-document domain("odoo.com") {
.o_main_navbar {
display:none !important;
}
}