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.
 
 
 
 
 

15 lines
688 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Defined js and css files in assets_backend-->
<template id="assets_backend_proof" name="color"
inherit_id="web.assets_frontend">
<xpath expr="." position="inside">
<script type="text/javascript"
src="/payment_proof_attachment/static/src/js/my_account_screen.js"/>
<script type="text/javascript"
src="/payment_proof_attachment/static/src/js/payment_screen.js"/>
<link rel="stylesheet" type="text/scss"
href="/payment_proof_attachment/static/src/css/payment_proof.css"/>
</xpath>
</template>
</odoo>