You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
607 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data>
  4. <template id="report_invoice_document" inherit_id="account.report_invoice_document">
  5. <p t-if="o.reference" position="before">
  6. <p t-if="o.vracoop_point_retrait_id">
  7. Point de retrait: <span t-field="o.vracoop_point_retrait_id"/><br/>
  8. Jour de retrait: <span t-field="o.day_retrait"/><br/>
  9. Heure de retrait: <span t-field="o.hour_retrait" t-options= '{"widget": "float_time"}'/>
  10. </p>
  11. </p>
  12. </template>
  13. </data>
  14. </odoo>