mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-15 02:32:06 +00:00
20 lines
570 B
XML
20 lines
570 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<flectra>
|
|
<template
|
|
id="assets_backend"
|
|
name="pos_validation_barcode assets"
|
|
inherit_id="web.assets_backend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/barcode_action/static/src/js/action_barcode_form.js"
|
|
/>
|
|
<script
|
|
type="text/javascript"
|
|
src="/barcode_action/static/src/js/action_barcode_widget.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</flectra>
|