From 2a673e70dd23afaa87e4242b488487e1edbe4c8e Mon Sep 17 00:00:00 2001 From: Jigar Amin - OpenERP Date: Tue, 26 Jun 2012 12:49:19 +0530 Subject: [PATCH] [REN] followup to follow-up bzr revid: jam@tinyerp.com-20120626071919-w8ml54gdtinocv2u --- addons/account_followup/__openerp__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index ed397668148..fdbca004c09 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { - 'name': 'Followup Management', + 'name': 'Follow-up Management', 'version': '1.0', 'category': 'Accounting & Finance', 'description': """ @@ -31,13 +31,13 @@ You can define your multiple levels of recall through the menu: Accounting/Configuration/Miscellaneous/Follow-Ups Once it is defined, you can automatically print recalls every day through simply clicking on the menu: - Accounting/Periodical Processing/Billing/Send followups + Accounting/Periodical Processing/Billing/Send follow-ups It will generate a PDF with all the letters according to the the different levels of recall defined. You can define different policies for different companies. You can also send mail to the customer. -Note that if you want to check the followup level for a given partner/account entry, you can do from in the menu: +Note that if you want to check the follow-up level for a given partner/account entry, you can do from in the menu: Accounting/Reporting/Generic Reporting/Partners/Follow-ups Sent """,