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.
 
 
 

13 lines
503 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="vracoop_assets_frontend" inherit_id="point_of_sale.assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/vracoop_balance_ticketing/static/src/js/screens.js"/>
</xpath>
<xpath expr="//link[@id='pos-stylesheet']" position="after">
<link rel="stylesheet" type="text/scss" href="/vracoop_balance_ticketing/static/src/css/style.css" />
</xpath>
</template>
</odoo>