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.

21 lines
759 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data>
  4. <template id="report_purchaseorder_document" inherit_id="purchase.report_purchaseorder_document" name="beesdoo purchaseorder">
  5. <div t-if="o.date_order" position="after">
  6. <div class="col-xs-3">
  7. <strong>Date Planned:</strong>
  8. <div t-field="o.manual_date_planned" />
  9. </div>
  10. </div>
  11. <xpath expr="//span[@t-field='line.date_planned']/.." position="attributes">
  12. <attribute name="style">display:none;</attribute>
  13. </xpath>
  14. <xpath expr="//th[hasclass('text-center')]" position="attributes">
  15. <attribute name="style">display:none;</attribute>
  16. </xpath>
  17. </template>
  18. </data>
  19. </odoo>