Backport web_sheet_full_width to 7.0

This commit is contained in:
dufresnedavid
2015-09-15 22:06:19 -04:00
parent a8ebfb4239
commit 42fa915581
4 changed files with 6 additions and 12 deletions

View File

@@ -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,

View File

@@ -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;

View File

Before

Width:  |  Height:  |  Size: 411 B

After

Width:  |  Height:  |  Size: 411 B

View File

@@ -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>