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