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.
 
 
 
 
 

23 lines
1.2 KiB

<odoo>
<data>
<template id="assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet"
href="/dynamic_accounts_report/static/src/css/report.css"
id="reports-stylesheet"/>
<script type="text/javascript" src="/dynamic_accounts_report/static/src/js/action_manager.js"/>
<script type="text/javascript" src="/dynamic_accounts_report/static/src/js/general_ledger.js"/>
<script type="text/javascript" src="/dynamic_accounts_report/static/src/js/trial_balance.js"/>
<script type="text/javascript" src="/dynamic_accounts_report/static/src/js/cash_flow.js"/>
<script type="text/javascript" src="/dynamic_accounts_report/static/src/js/financial_reports.js"/>
<script type="text/javascript" src="/dynamic_accounts_report/static/src/js/partner_ledger.js"/>
<script type="text/javascript" src="/dynamic_accounts_report/static/src/js/ageing.js"/>
<script type="text/javascript" src="/dynamic_accounts_report/static/src/js/daybook.js"/>
</xpath>
</template>
</data>
</odoo>