2021-03-12 16:20:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<flectra>
|
|
|
|
<template
|
|
|
|
id="account_financial_report_assets_backend"
|
2021-04-28 14:53:10 +00:00
|
|
|
name="account_financial_report assets_backend"
|
2021-03-12 16:20:48 +00:00
|
|
|
inherit_id="web.assets_backend"
|
|
|
|
>
|
|
|
|
<xpath expr="." position="inside">
|
|
|
|
<script
|
|
|
|
type="text/javascript"
|
2021-04-28 14:53:10 +00:00
|
|
|
src="/account_financial_report/static/src/js/action_manager_report.js"
|
2021-03-12 16:20:48 +00:00
|
|
|
/>
|
|
|
|
<script
|
|
|
|
type="text/javascript"
|
2021-04-28 14:53:10 +00:00
|
|
|
src="/account_financial_report/static/src/js/client_action.js"
|
2021-03-12 16:20:48 +00:00
|
|
|
/>
|
|
|
|
</xpath>
|
|
|
|
</template>
|
2021-04-28 14:53:10 +00:00
|
|
|
<template
|
|
|
|
id="account_financial_report_assets_common"
|
|
|
|
name="account_financial_report report_assets"
|
|
|
|
inherit_id="web.report_assets_common"
|
|
|
|
>
|
|
|
|
<xpath expr="." position="inside">
|
|
|
|
<script
|
|
|
|
type="text/javascript"
|
|
|
|
src="/account_financial_report/static/src/js/report.js"
|
|
|
|
/>
|
|
|
|
</xpath>
|
2021-03-12 16:20:48 +00:00
|
|
|
</template>
|
|
|
|
</flectra>
|