mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 13:42:06 +00:00
12 lines
453 B
XML
12 lines
453 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<flectra>
|
|
|
|
<!-- in flectra 11 we should inherit web.report_assets_common instead of report.assets_common -->
|
|
<template id="assets_common" name="account_multicurrency_revaluation report assets" inherit_id="web.report_assets_common">
|
|
<xpath expr="." position="inside">
|
|
<link href="/account_multicurrency_revaluation/static/src/css/reports.css" rel="stylesheet"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</flectra>
|