Skip to content

Commit

Permalink
[FIX] business_requirement: t-field-options > t-options
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed May 2, 2024
1 parent 284cc7c commit 4fceba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions business_requirement/views/br_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<strong>Date</strong>
</td>
<td>
<span t-field="o.date" t-field-options='{"widget": "date"}' />
<span t-field="o.date" t-options='{"widget": "date"}' />
<t t-if="o.user_id">(<span t-field="o.user_id.name" />)</t>
</td>
</tr>
Expand All @@ -65,7 +65,7 @@
<td>
<span
t-field="o.confirmation_date"
t-field-options='{"widget": "date"}'
t-options='{"widget": "date"}'
/>
<t t-if="o.confirmed_user_id">(<span
t-field="o.confirmed_user_id.name"
Expand All @@ -79,7 +79,7 @@
<td>
<span
t-field="o.approval_date"
t-field-options='{"widget": "date"}'
t-options='{"widget": "date"}'
/>
<t t-if="o.approved_id">(<span
t-field="o.approved_id.name"
Expand Down

0 comments on commit 4fceba6

Please sign in to comment.