mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] module web_dialog_size
New module that let the user expand a dialog box to the full screen width.
This commit is contained in:
committed by
Pedro M. Baeza
parent
a095b86105
commit
a8122d3553
10
web_dialog_size/view/qweb.xml
Normal file
10
web_dialog_size/view/qweb.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="web_dialog_size assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" href="/web_dialog_size/static/src/css/web_dialog_size.css"/>
|
||||
<script type="text/javascript" src="/web_dialog_size/static/src/js/web_dialog_size.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user