summaryrefslogtreecommitdiff
path: root/account_reports_xlsx/views/report.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
commit1ca3b3df3421961caec3b747a364071c80f5c7da (patch)
tree6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /account_reports_xlsx/views/report.xml
parentb57188be371d36d96caac4b8d65a40745c0e972c (diff)
initial commit
Diffstat (limited to 'account_reports_xlsx/views/report.xml')
-rw-r--r--account_reports_xlsx/views/report.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/account_reports_xlsx/views/report.xml b/account_reports_xlsx/views/report.xml
new file mode 100644
index 0000000..cf3b8d0
--- /dev/null
+++ b/account_reports_xlsx/views/report.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <data>
+
+ <act_window name="Partner Ledger"
+ res_model="account.report.partner.ledger.xlsx"
+ src_model="res.partner"
+ view_mode="form"
+ view_id ="account_reports_xlsx.account_report_partner_ledger_view"
+ target="new"
+ key2="client_print_multi"
+ id="action_account_partner_ledger_report_filter"
+ context="{'default_partner_ids':active_ids}"
+ />
+
+ </data>
+</odoo>