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.

18 lines
671 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data>
  4. <template id="report_purchaseorder_document"
  5. inherit_id="purchase.report_purchaseorder_document"
  6. name="beesdoo purchaseorder">
  7. <div t-if="o.date_order" position="after">
  8. <div t-if="o.create_uid.name" class="col-xs-3">
  9. <strong>Your Referent:</strong>
  10. <div t-field="o.create_uid"
  11. t-options='{"widget": "contact", "fields": ["name", "phone", "mobile"], "no_marker": true, "phone_icons": true}'/>
  12. </div>
  13. </div>
  14. </template>
  15. </data>
  16. </odoo>