[merge]
[odoo/odoo.git] / addons / account_followup / __openerp__.py
index 81a5cb7..7d47d46 100644 (file)
@@ -19,7 +19,6 @@
 #
 ##############################################################################
 
-
 {
     'name': 'Accounting follow-ups management',
     'version': '1.0',
 
     It will generate a PDF with all the letters according the the
     different levels of recall defined. You can define different policies
-    for different companies.
-
+    for different companies. You can send also mail to the customer.
 
     Note that if you want to change the followup level for a given partner/account entry, you can do it in the menu:
-        Financial Management/Reporting/Follow-Ups/All receivable entries
+        Accounting/Reporting/Follow-Ups/All receivable entries
 
 """,
     'author': 'Tiny',
     'update_xml': [
         'security/ir.model.access.csv',
         'wizard/account_followup_print_view.xml',
-        'followup_report_view.xml',
-        'followup_view.xml',
-        'followup_data.xml'
+        'account_followup_report.xml',
+        'account_followup_view.xml',
+        'account_followup_data.xml'
     ],
-    'demo_xml': ['followup_demo.xml'],
+    'demo_xml': ['account_followup_demo.xml'],
+    'test': ['test/account_followup.yml'], 
     'installable': True,
     'active': False,
     'certificate': '0072481076453',
 }
+
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: