소스 검색

Cantidad disponible de productos en TPV

SEBAS 1 년 전
부모
커밋
2c4448fbfb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      static/src/xml/pos.xml

+ 1 - 1
static/src/xml/pos.xml

@@ -13,7 +13,7 @@
         </t>
         <t t-jquery="t[t-esc='line.get_quantity_str()']" t-operation="after">
             <t t-set='qty_available' t-value='line.get_product().qty_available'/>
-            (of <span t-attf-class="qty-info #{qty_available lt line.quantity ? 'not-available':''}"><t t-esc="qty_available"/></span>)
+            (de <span t-attf-class="qty-info #{qty_available lt line.quantity ? 'not-available':''}"><t t-esc="qty_available"/></span>)
         </t>
     </t>