Skip to content

Odoo Timesheet - Make Rows Narrower by dimitri

Details

Authordimitri

LicenseNo License

Categoryodoo.com

Created

Updated

Size430 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make timesheet rows narrower on Odoo Timesheets to improve use of screen real estate

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Odoo Timesheet - Make  Rows Narrower
@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.o_grid_grid {
	    grid-template-rows: auto repeat(100, 38px) !important;
    }
}

Reviews

No reviews yet.