@ -40,7 +40,9 @@ Icon courtesy of http://www.picol.org/ (size_width.svg)
'web',
],
"data": [
"view/qweb.xml",
'css': [
'static/src/css/web_sheet_full_width.css',
"auto_install": False,
"installable": True,
@ -1,7 +1,9 @@
.openerp .oe_form_sheet_width
{
max-width: none;
min-width: 650px;
max-width: none !important;
}
.openerp .oe_form_sheetbg
padding: 16px;
Before
Width: 80 | Height: 80 | Size: 411 B
After
@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<template id="assets_backend" name="web_sheet_full_width" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_sheet_full_width/static/src/css/web_sheet_full_width.css"/>
</xpath>
</template>
</data>
</openerp>