Hi,
My css file affects others qweb reports from other models, any condition to prevent it?
<template id="assets_backend" name="static_resources assets" inherit_id="web.report_assets_common">
<xpath expr="." position="inside">
<!-- <t t-if="(doc_model == 'sale.order')"> does not work -->
<link rel="stylesheet" href="/analaqua_quotations/static/src/css/tablas.css"/>
<!-- </t> -->
</xpath>
</template>