mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 18:22:05 +00:00
18 lines
500 B
XML
18 lines
500 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<flectra>
|
|
<data>
|
|
<template
|
|
id="assets_tests"
|
|
name="Base Import Security Group Assets Tests"
|
|
inherit_id="web.assets_tests"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/base_import_security_group/static/src/js/tour_import.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</flectra>
|