From 02885108f2405cfbe3a9c4780b9b33b79bd7ae57 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sun, 19 Apr 2026 20:15:38 -0400 Subject: [PATCH] feat(fusion_accounting_assets): menu + window actions with coexistence group filter Made-with: Cursor --- fusion_accounting_assets/__manifest__.py | 3 +- fusion_accounting_assets/views/menu_views.xml | 68 +++++++++++++++++++ 2 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 fusion_accounting_assets/views/menu_views.xml diff --git a/fusion_accounting_assets/__manifest__.py b/fusion_accounting_assets/__manifest__.py index 14fefc3b..fb93f5fc 100644 --- a/fusion_accounting_assets/__manifest__.py +++ b/fusion_accounting_assets/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Fusion Accounting Assets', - 'version': '19.0.1.0.32', + 'version': '19.0.1.0.33', 'category': 'Accounting/Accounting', 'summary': 'AI-augmented asset management with depreciation schedules.', 'description': """ @@ -41,6 +41,7 @@ menu hides; the engine + AI tools remain available for the chat. 'wizards/depreciation_run_wizard_views.xml', 'reports/migration_audit_report_views.xml', 'reports/migration_audit_report_action.xml', + 'views/menu_views.xml', ], 'assets': { 'web.assets_backend': [ diff --git a/fusion_accounting_assets/views/menu_views.xml b/fusion_accounting_assets/views/menu_views.xml new file mode 100644 index 00000000..b2a8be08 --- /dev/null +++ b/fusion_accounting_assets/views/menu_views.xml @@ -0,0 +1,68 @@ + + + + + + + + Assets + fusion.asset + list,form + +

+ Manage your fixed assets +

+

+ Track depreciation, post periodic entries, dispose assets at end-of-life. + AI augmentation: anomaly detection + suggested useful life. +

+
+
+ + + + + + Asset Categories + fusion.asset.category + list,form + + + + + + + Asset Anomalies + fusion.asset.anomaly + list,form + + + + + + +