[FIX] replace the Print overdue and Mail overdue buttons to their correct place in...
[odoo/odoo.git] / addons / account_followup / account_followup_reports.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4         <report
5             id="action_report_followup" 
6             model="account_followup.followup" 
7             string="Follow-up Report"
8             report_type="qweb-pdf"
9             name="account_followup.report_followup" 
10             file="account_followup.report_followup" 
11             menu="False"
12         />
13     </data>
14 </openerp>