Fixed Briefing view in POS

This commit is contained in:
gitea 2025-04-03 19:31:28 +00:00
parent fb4c58e021
commit a608f18b3f

View File

@ -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>