summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-12-30 08:29:23 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-12-30 08:29:23 +0700
commit011abd38d72b32347ed83713cf0397877f622d76 (patch)
tree66018f0a196315f3e4c116064d1f331c092662d5
parentece47851047dfe83de3a32ae30edc0e1c00d6378 (diff)
<Miqdad> fixed redirect accounting
-rwxr-xr-xfixco_custom/__manifest__.py3
-rw-r--r--fixco_custom/views/accounting_dashboard.xml12
2 files changed, 1 insertions, 14 deletions
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 @@
-<odoo>
- <data>
- <record id="action_account_invoice_report_all" model="ir.actions.client">
- <field name="name">Accounting Overview</field>
- <field name="tag">invoice_dashboard</field>
- </record>
- <record id="account.menu_board_journal_1" model="ir.ui.menu">
- <field name="action" ref="account.open_account_journal_dashboard_kanban"/>
- <field name="sequence">1</field>
- </record>
- </data>
-</odoo>