|
|
@ -41,9 +41,40 @@ |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
|
|
|
|
|
|
|
|
<t t-extend="ClientListScreenWidget"> |
|
|
|
<t t-jquery='.new-customer' t-operation='replace'> |
|
|
|
</t> |
|
|
|
|
|
|
|
<t t-jquery=".client-list" t-operation="replace"> |
|
|
|
|
|
|
|
<table class='client-list'> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<th>Name</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
<tbody class='client-list-contents'> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
|
|
|
|
</t> |
|
|
|
</t> |
|
|
|
|
|
|
|
<t t-extend="ClientLine"> |
|
|
|
<t t-jquery=".client-line" t-operation="replace"> |
|
|
|
<tr class='client-line' t-att-data-id='partner.id'> |
|
|
|
<td><t t-esc='partner.name' /></td> |
|
|
|
</tr> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
|
|
|
|
<t t-extend="ClientDetails"> |
|
|
|
<t t-jquery=".client-details-left" t-operation="replace"> |
|
|
|
<div class='client-details-left'></div> |
|
|
|
</t> |
|
|
|
<t t-jquery=".edit-buttons" t-operation="replace"> |
|
|
|
<div class='edit-buttons'></div> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
</templates> |