comment project display name

This commit is contained in:
Pawan Kumar 2021-05-13 11:39:30 +05:30
parent 66df5d1806
commit 499f6c97a6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<t t-if="model_description or 'document' == 'Task'">
<span style="margin-top: 8px;">You have been assigned to the
<t t-esc="model_description or 'document'"/>
<t t-esc="object.display_name"/> (Project :<t t-esc="object.project_id.name"/>).
<t t-esc="object.display_name"/> <!--(Project :<t t-esc="object.project_id.name"/>).-->
</span>
</t>
<t t-else="">