You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
430 B
14 lines
430 B
<openerp>
|
|
<data>
|
|
|
|
<template id="pos_gift_ticket_assets_backend"
|
|
name="pos_gift_ticket_assets_backend"
|
|
inherit_id="point_of_sale.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<script src="/pos_gift_ticket/static/src/js/main.js"
|
|
type="text/javascript"></script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</data>
|
|
</openerp>
|