ADD module web_sheet_width_custom

This commit is contained in:
David Beal
2016-12-02 09:00:53 +01:00
parent b41f188eb4
commit c867b1d76f
10 changed files with 218 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_width_custom/static/src/css/sheet.css"/>
</xpath>
</template>
</data>
</openerp>