X-Git-Url: http://git.cyclocoop.org/?p=burette%2Flhc.git;a=blobdiff_plain;f=data%2Faccount_invoice.xml;fp=data%2Faccount_invoice.xml;h=21d06d29252e8ad62b026e30ffcc9792d057b60d;hp=0000000000000000000000000000000000000000;hb=c9a750b841211d9618c7456f755999efd91b1d22;hpb=2a30fa73fd473f6a401698e6c9f16fb15bd81c16 diff --git a/data/account_invoice.xml b/data/account_invoice.xml new file mode 100644 index 0000000..21d06d2 --- /dev/null +++ b/data/account_invoice.xml @@ -0,0 +1,64 @@ + + + + + ${object.company_id.name|safe} - Facture ${object.number or 'n/a'} + +

Bonjour ${object.partner_id.name},

+ +

Voici une facture pour vous:

+.... +

+   REFERENCES
+   Numéro de facture: ${object.number}
+   Montant total: ${object.amount_total} ${object.currency_id.name}
+   Date: ${object.date_invoice}
+ % if object.origin: +   Référence du devis: ${object.origin}
+ % endif + % if object.user_id: +   Contact: ${object.user_id.name} + % endif +

.. +.... +
+

Si vous avez une question, n'hésitez pas à nous contacter.

+
+
+
+ ${object.company_id.name} +
+
+ + % if object.company_id.street: + ${object.company_id.street}
+ % endif + % if object.company_id.street2: + ${object.company_id.street2}
+ % endif + % if object.company_id.city or object.company_id.zip: + ${object.company_id.zip} ${object.company_id.city}
+ % endif + % if object.company_id.country_id: + ${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}
+ % endif +
+ % if object.company_id.phone: +
${object.company_id.website} +
+ %endif +

+
+ + ]]>
+
+
+