Browse Source

[FIX] Display the correct date: use the new date field

pull/92/head
Thibault Francois 5 years ago
committed by GitHub
parent
commit
68c5c58bd2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beesdoo_purchase_manual_date_planned/report/report_purchaseorder.xml

2
beesdoo_purchase_manual_date_planned/report/report_purchaseorder.xml

@ -6,7 +6,7 @@
<div class="col-xs-3">
<strong>Date Planned:</strong>
<div t-field="o.date_planned" />
<div t-field="o.manual_date_planned" />
</div>
</div>

Loading…
Cancel
Save