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
920 B

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="asset_backend" inherit_id="point_of_sale.assets">
<!-- Extend the 'point_of_sale.assets' template -->
<xpath expr="." position="inside">
<script type="text/javascript" src='/pos_product_create_edit/static/src/js/pos_product_screen.js'/>
<script type="text/javascript" src='/pos_product_create_edit/static/src/js/productScreen.js'/>
<script type="text/javascript" src='/pos_product_create_edit/static/src/js/ProductCreatePopup.js'/>
<script type="text/javascript" src='/pos_product_create_edit/static/src/js/ProductEditPopup.js'/>
<script type="text/javascript" src='/pos_product_create_edit/static/src/js/ProductLine.js'/>
<link rel="stylesheet" href='/pos_product_create_edit/static/src/css/ProductList.css'/>
</xpath>
</template>
</odoo>