|
@ -191,7 +191,7 @@ |
|
|
<tbody> |
|
|
<tbody> |
|
|
<t t-foreach="state.top_salesperson" |
|
|
<t t-foreach="state.top_salesperson" |
|
|
t-as="salesperson" |
|
|
t-as="salesperson" |
|
|
t-key="salesperson.id"> |
|
|
t-key="salesperson.id_index"> |
|
|
<tr> |
|
|
<tr> |
|
|
<td> |
|
|
<td> |
|
|
<h2 class="text-color display-6" |
|
|
<h2 class="text-color display-6" |
|
@ -241,7 +241,7 @@ |
|
|
<tbody> |
|
|
<tbody> |
|
|
<t t-foreach="state.payment_details" |
|
|
<t t-foreach="state.payment_details" |
|
|
t-as="payment_method" |
|
|
t-as="payment_method" |
|
|
t-key="payment_method.id"> |
|
|
t-key="payment_method.id_index"> |
|
|
<tr> |
|
|
<tr> |
|
|
<td> |
|
|
<td> |
|
|
<h2 class="text-color display-6" |
|
|
<h2 class="text-color display-6" |
|
@ -285,7 +285,7 @@ |
|
|
<tbody> |
|
|
<tbody> |
|
|
<t t-foreach="state.selling_product" |
|
|
<t t-foreach="state.selling_product" |
|
|
t-as="session" |
|
|
t-as="session" |
|
|
t-key="session.id"> |
|
|
t-key="session.id_index"> |
|
|
<tr> |
|
|
<tr> |
|
|
<td> |
|
|
<td> |
|
|
<h2 class="text-color display-6" |
|
|
<h2 class="text-color display-6" |
|
|