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.
18 lines
589 B
18 lines
589 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- Copyright 2018 ForgeFlow, S.L. (https://www.forgeflow.com)
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
<template
|
|
id="report_assets_common"
|
|
name="oca_statements report assets"
|
|
inherit_id="web.report_assets_common"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<link
|
|
rel="stylesheet"
|
|
href="/partner_statement/static/src/scss/layout_statement.scss"
|
|
type="text/scss"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|