[ADD] report_qweb_pdf_fixed_column

This commit is contained in:
Alexandre Díaz
2020-02-18 16:43:41 +01:00
parent bc2c9e96bd
commit a12e7a2c0b
11 changed files with 617 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2020 Tecnativa - Alexandre Díaz
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="report_assets_pdf" name="Report Assets" inherit_id="web.report_assets_pdf">
<xpath expr=".">
<link rel="stylesheet"
href="/report_qweb_pdf_fixed_column/static/src/css/report_qweb_pdf_fixed_column.scss"
/>
</xpath>
</template>
</odoo>