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 From ece47851047dfe83de3a32ae30edc0e1c00d6378 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Tue, 30 Dec 2025 08:17:05 +0700 Subject: try fix accounting redirect --- fixco_custom/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 2ba6f87..27e337f 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -8,7 +8,7 @@ 'author': 'Stephan Christianus, Azka Nathan', 'website': '', 'images': ['assets/favicon.ico'], - 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management'], + 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'account'], 'data': [ 'security/ir.model.access.csv', 'views/res_partner.xml', -- cgit v1.2.3 From 011abd38d72b32347ed83713cf0397877f622d76 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Tue, 30 Dec 2025 08:29:23 +0700 Subject: fixed redirect accounting --- fixco_custom/__manifest__.py | 3 +-- fixco_custom/views/accounting_dashboard.xml | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 fixco_custom/views/accounting_dashboard.xml diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 27e337f..7a796ad 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -8,7 +8,7 @@ 'author': 'Stephan Christianus, Azka Nathan', 'website': '', 'images': ['assets/favicon.ico'], - 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'account'], + 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management'], 'data': [ 'security/ir.model.access.csv', 'views/res_partner.xml', @@ -48,7 +48,6 @@ '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 deleted file mode 100644 index 3580f9b..0000000 --- a/fixco_custom/views/accounting_dashboard.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - Accounting Overview - invoice_dashboard - - - - 1 - - - -- cgit v1.2.3