mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 10:42:08 +00:00
11 lines
361 B
XML
11 lines
361 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<flectra>
|
||
|
|
||
|
<template id="assets_backend" name="base_import_security_group assets" inherit_id="web.assets_backend">
|
||
|
<xpath expr="." position="inside">
|
||
|
<script type="text/javascript" src="/base_import_security_group/static/src/js/import.js"></script>
|
||
|
</xpath>
|
||
|
</template>
|
||
|
|
||
|
</flectra>
|