Browse Source

Backport web_sheet_full_width to 7.0

pull/226/head
dufresnedavid 9 years ago
parent
commit
42fa915581
  1. 4
      web_sheet_full_width/__openerp__.py
  2. 4
      web_sheet_full_width/static/src/css/web_sheet_full_width.css
  3. 0
      web_sheet_full_width/static/src/img/icon.png
  4. 10
      web_sheet_full_width/view/qweb.xml

4
web_sheet_full_width/__openerp__.py

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

4
web_sheet_full_width/static/src/css/web_sheet_full_width.css

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

0
web_sheet_full_width/static/description/icon.png → web_sheet_full_width/static/src/img/icon.png

Before

Width: 80  |  Height: 80  |  Size: 411 B

After

Width: 80  |  Height: 80  |  Size: 411 B

10
web_sheet_full_width/view/qweb.xml

@ -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>
Loading…
Cancel
Save