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.
 
 
 
 
 

17 lines
908 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Adding the js and css files into point_of_sale.assets-->
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript"
src="/product_exchange_pos_sys/static/src/js/models.js"/>
<script type="text/javascript"
src="/product_exchange_pos_sys/static/src/js/AllOrderScreen.js"/>
<script type="text/javascript"
src="/product_exchange_pos_sys/static/src/js/OrderButton.js"/>
<script type="text/javascript"
src="/product_exchange_pos_sys/static/src/js/ExchangeOrder.js"/>
<link rel="stylesheet" href="/product_exchange_pos_sys/static/src/scss/pos.scss" />
</xpath>
</template>
</odoo>