コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
11479 ビュー

hello 

i want to show the Qty on hand for the product on the POS screen 

I tried many solutions but no result 

i put on POS.xml : 

<t t-extend="Product">

<t t-jquery=".product-img" t-operation="append">

<span t-attf-class="qty-tag #{product.qty_available lte 0 ? 'not-available':''}">

<t t-esc="product.qty_available"/> 

</span>

</t>

</t>

 when  i put ( product.barcode) its work 
but the qty noo 

can anyone help me with this, please  ?? 
it's urgent 
thanks

アバター
破棄
最善の回答

Hi,

You can check this community modules which provide the same feature.

Available quantity of products in POS

Point of Sale (pos) with Available Quantity


If you are not interested to use these modules , then get the module and check the code and see how it is done.


Thanks

アバター
破棄
関連投稿 返信 ビュー 活動
0
7月 17
3687
0
3月 15
4410
2
12月 22
4399
2
8月 25
2424
0
7月 24
2324