Fixed Briefing view in POS
This commit is contained in:
parent
fb4c58e021
commit
a608f18b3f
|
|
@ -6,12 +6,8 @@
|
|||
<ul>
|
||||
<t t-foreach="area.machines" t-as="machine">
|
||||
<div class='client-detail'>
|
||||
<t t-if="!machine.has_access">
|
||||
<span class='detail client-details-vvow_briefing_error'>❌</span>
|
||||
</t>
|
||||
<t t-if="machine.has_access">
|
||||
<span class='detail client-details-vvow_briefing'>✅</span>
|
||||
</t>
|
||||
<t t-if="!machine.has_access"><span class='detail client-details-vvow_briefing_error'>❌</span></t>
|
||||
<t t-if="machine.has_access"><span class='detail client-details-vvow_briefing'>✅</span></t>
|
||||
<span class='briefinglabel'><t t-esc="machine.name" /></span>
|
||||
</div>
|
||||
</t>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user