[IMP]: Change address using display_address() in follow-up report and overdue report.
[odoo/odoo.git] / addons / account_followup / account_followup_data.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4         <record model="res.company" id="base.main_company">
5             <field name="follow_up_msg">Date : %(date)s
6
7 Dear %(partner_name)s,
8
9 Please find in attachment a reminder of all your unpaid invoices, for a total amount due of:
10
11 %(followup_amount).2f %(company_currency)s
12
13 Thanks,
14 --
15 %(user_signature)s
16 %(company_name)s</field>
17         </record>
18     </data>
19 </openerp>