Browse Source
[FIX] Display the correct date: use the new date field
pull/92/head
Thibault Francois
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
beesdoo_purchase_manual_date_planned/report/report_purchaseorder.xml
|
@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
|
<div class="col-xs-3"> |
|
|
<div class="col-xs-3"> |
|
|
<strong>Date Planned:</strong> |
|
|
<strong>Date Planned:</strong> |
|
|
<div t-field="o.date_planned" /> |
|
|
|
|
|
|
|
|
<div t-field="o.manual_date_planned" /> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|