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.
 
 
 
 
 

12 lines
669 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="pos_wizard_popup" inherit_id="point_of_sale.assets">
<!-- adding scripts and css-->
<xpath expr="." position="inside">
<script type="text/javascript" src="/pos_multi_variant/static/src/js/models.js"></script>
<script type="text/javascript" src="/pos_multi_variant/static/src/js/ProductPopup.js"></script>
<script type="text/javascript" src="/pos_multi_variant/static/src/js/ProductScreen.js"></script>
<link rel="stylesheet" type="text/scss" href="/pos_multi_variant/static/src/css/label.css"/>
</xpath>
</template>
</odoo>