Skip to content

Commit

Permalink
[IMP] project_sequence: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-mchechlacz committed Nov 19, 2024
1 parent f67b06b commit 18471d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project_sequence/views/project_project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
expr="//span[t[@t-esc='record.display_name.value']]"
position="after"
>
<span><t t-esc="record.display_name.value" /></span>
<span>
<t t-esc="record.display_name.value" />
</span>
</xpath>
</field>
</record>
Expand Down

0 comments on commit 18471d5

Please sign in to comment.