Skip to content

Commit

Permalink
[FIX] sale_stock_info_popup_color: fix assets error
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-weiss committed Jul 10, 2023
1 parent 83ed742 commit d63c731
Showing 1 changed file with 9 additions and 0 deletions.
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<templates>
<t t-name="sale_stock.qtyAtDate" owl="1">
<div t-att-class="!props.record.data.display_qty_widget ? 'invisible' : ''">
<a t-att-tabindex="props.record.data.display_qty_widget ? '0' : '-1'" t-on-click="showPopup"
t-attf-class="fa fa-area-chart {{ props.record.data.free_qty_today &lt; props.record.data.qty_to_deliver ? 'text-danger' : 'text-primary' }}"/>
</div>
</t>
</templates>

0 comments on commit d63c731

Please sign in to comment.