mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Migrate web_export_view to v 8.0
This commit is contained in:
committed by
Pedro M. Baeza
parent
a77212bddf
commit
093b023bd7
11
web_export_view/view/web_export_view.xml
Normal file
11
web_export_view/view/web_export_view.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="web_export_view assets" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript" src="/web_export_view/static/src/js/web_export_view.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user