diff --git a/views/project_views.xml b/views/project_views.xml
index d97914e5f5b9d2ee3199f2def45871a228372603..33ad1c4f46ff1cdf1bb5c42d5e28c46df31c04d6 100644
--- a/views/project_views.xml
+++ b/views/project_views.xml
@@ -26,7 +26,7 @@
                         <field name="date" />
                         <field name="zone_etude" />
                         <field name="access" />
-                        <field name="path_drive" />
+                        <field name="path_drive" widget="url"/>
                 </xpath>
             </field>
         </record>
@@ -49,6 +49,14 @@
                         <strong>Deadline : </strong><t t-esc="record.date.value"/>
                     </span>
                 </xpath>
+                <xpath expr="//div[@class='o_primary']" position="replace">
+                    <div class="o_primary">
+                        <span><a type="open"><t t-esc="record.name.value"/></a></span>
+                        <span t-if="record.partner_id.value">
+                            <strong><t t-esc="record.partner_id.value"/></strong>
+                        </span>
+                    </div>
+                </xpath>
             </field>
         </record>