From cd171091ddb3382c54000e2837afe9f6d9dd66a2 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Mon, 29 Dec 2025 16:12:38 +0700 Subject: redirect to overview accounting --- fixco_custom/__manifest__.py | 1 + fixco_custom/views/accounting_dashboard.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 fixco_custom/views/accounting_dashboard.xml diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 7a796ad..2ba6f87 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -48,6 +48,7 @@ 'views/vit_kota.xml', 'views/token_log.xml', 'views/wizard_purchase_pricelist.xml', + 'views/accounting_dashboard.xml', ], 'demo': [], 'css': [], diff --git a/fixco_custom/views/accounting_dashboard.xml b/fixco_custom/views/accounting_dashboard.xml new file mode 100644 index 0000000..3580f9b --- /dev/null +++ b/fixco_custom/views/accounting_dashboard.xml @@ -0,0 +1,12 @@ + + + + Accounting Overview + invoice_dashboard + + + + 1 + + + -- cgit v1.2.3