add web_sheet_full_width_selective

This commit is contained in:
Luc De Meyer
2014-12-21 12:17:06 +01:00
parent 0809cf6794
commit 4afc12586d
5 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="assets_backend" name="form_sheet_full_screen assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_sheet_full_width_selective/static/src/css/sheet.css"/>
</xpath>
</template>
</data>
</openerp>