diff --git a/fusion_accounting_followup/__manifest__.py b/fusion_accounting_followup/__manifest__.py index 6780af31..f02b8500 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.23', + 'version': '19.0.1.0.24', 'category': 'Accounting/Accounting', 'summary': 'AI-augmented customer follow-ups (dunning) for unpaid invoices.', 'description': """ @@ -34,6 +34,7 @@ menu hides; the engine + AI tools remain available for the chat. 'data': [ 'security/ir.model.access.csv', 'data/cron.xml', + 'data/followup_levels_data.xml', ], 'assets': { 'web.assets_backend': [ diff --git a/fusion_accounting_followup/data/followup_levels_data.xml b/fusion_accounting_followup/data/followup_levels_data.xml new file mode 100644 index 00000000..10c1de73 --- /dev/null +++ b/fusion_accounting_followup/data/followup_levels_data.xml @@ -0,0 +1,32 @@ + + + + + Friendly Reminder + 1 + 7 + gentle + First contact - friendly reminder of overdue invoice. + + + + + Firm Warning + 2 + 30 + firm + Second contact - clear request for immediate action. + + + + + Legal Notice + 3 + 60 + legal + Final notice before referring to collections. + + + + +