diff --git a/fusion_accounting_followup/__manifest__.py b/fusion_accounting_followup/__manifest__.py index 26540b4e..efa2525d 100644 --- a/fusion_accounting_followup/__manifest__.py +++ b/fusion_accounting_followup/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Fusion Accounting Follow-up', - 'version': '19.0.1.0.27', + 'version': '19.0.1.0.28', 'category': 'Accounting/Accounting', 'summary': 'AI-augmented customer follow-ups (dunning) for unpaid invoices.', 'description': """ @@ -38,6 +38,7 @@ menu hides; the engine + AI tools remain available for the chat. 'data/followup_levels_data.xml', 'data/mail_templates_data.xml', 'wizards/batch_followup_wizard_views.xml', + 'views/menu_views.xml', ], 'assets': { 'web.assets_backend': [ diff --git a/fusion_accounting_followup/views/menu_views.xml b/fusion_accounting_followup/views/menu_views.xml new file mode 100644 index 00000000..5d65d199 --- /dev/null +++ b/fusion_accounting_followup/views/menu_views.xml @@ -0,0 +1,69 @@ + + + + + + + + Overdue Customers + res.partner + list,form + [('fusion_followup_status', 'in', ('action_due', 'paused', 'blocked', 'with_credit_team'))] + {} + +

+ Customer follow-ups +

+

+ AI-augmented dunning sequences for unpaid invoices. +

+
+
+ + + + + + Follow-up Levels + fusion.followup.level + list,form + + + + + + + Follow-up History + fusion.followup.run + list,form + + + + + + +