summaryrefslogtreecommitdiff
path: root/dynamic_accounts_report/views/templates.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic_accounts_report/views/templates.xml')
-rw-r--r--dynamic_accounts_report/views/templates.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dynamic_accounts_report/views/templates.xml b/dynamic_accounts_report/views/templates.xml
new file mode 100644
index 0000000..9965a94
--- /dev/null
+++ b/dynamic_accounts_report/views/templates.xml
@@ -0,0 +1,23 @@
+<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> \ No newline at end of file