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.
 
 
 
 
 

10 lines
439 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Inherits website.assets_frontend template and adds a new stylesheet link to the page.-->
<template id="assets_frontend_classic" inherit_id="website.assets_frontend">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/css"
href="/theme_trading/static/src/css/style.css"/>
</xpath>
</template>
</odoo>