mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
pre-commit
This commit is contained in:
@@ -1,15 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<template id="assets_backend" name="bi_view_editor assets" inherit_id="web.assets_backend">
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="bi_view_editor assets"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" href="/bi_view_editor/static/src/css/bve.css"/>
|
||||
|
||||
<script type="text/javascript" src="/bi_view_editor/static/src/js/bi_view_editor.js"></script>
|
||||
<script type="text/javascript" src="/bi_view_editor/static/src/js/bi_view_editor.JoinNodeDialog.js"></script>
|
||||
<script type="text/javascript" src="/bi_view_editor/static/src/js/bi_view_editor.ModelList.js"></script>
|
||||
<script type="text/javascript" src="/bi_view_editor/static/src/js/bi_view_editor.FieldList.js"></script>
|
||||
<link rel="stylesheet" href="/bi_view_editor/static/src/css/bve.css" />
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/bi_view_editor/static/src/js/bi_view_editor.js"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/bi_view_editor/static/src/js/bi_view_editor.JoinNodeDialog.js"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/bi_view_editor/static/src/js/bi_view_editor.ModelList.js"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/bi_view_editor/static/src/js/bi_view_editor.FieldList.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user