<?xml version="1.0" encoding="utf-8"?><odoo> <template id="assets" inherit_id="point_of_sale.assets"> <xpath expr="." position="inside"> <script src="/pos_ticket_without_price/static/src/js/screens.js" type="text/javascript"></script> </xpath> </template> </odoo>
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script src="/pos_ticket_without_price/static/src/js/screens.js"
type="text/javascript"></script>
</xpath>
</template>
</odoo>