Skip to content
Snippets Groups Projects
Commit 4d148ace authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[IMP] sales_team: Force a tree view in Sales team tab to avoid to show...

[IMP] sales_team: Force a tree view in Sales team tab to avoid to show unnecessary informations like last login date
parent ecbcf85e
No related branches found
No related tags found
No related merge requests found
......@@ -137,21 +137,9 @@
<notebook colspan="4">
<page string="Team Members">
<field name="member_ids">
<kanban quick_create="false" create="true">
<tree>
<field name="name"/>
<templates>
<t t-name="kanban-box">
<div style="position: relative">
<a t-if="! read_only_mode" type="delete" style="position: absolute; right: 0; padding: 4px; diplay: inline-block">X</a>
<div class="oe_module_vignette">
<div class="oe_module_desc">
<field name="name"/>
</div>
</div>
</div>
</t>
</templates>
</kanban>
</tree>
</field>
</page>
<page string="Notes">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment