跳至內容
選單
此問題已被標幟
3331 瀏覽次數

Dear all,

I need to add quantity for front-end user, I already override view, it works for standard user but not for public front-end user.

<template id="custom_yotech_product_variants" inherit_id="website_sale.product_variants" active="False" customize_show="True" name="List View of Variants">

<xpath expr="//span[@class='badge']" position="after">

  <span class="variant_quanty" style="font-style: italic;font-weight: normal;white-space: nowrap;">

<br/><span >Qty available :</span><span t-field="variant_id.virtual_available" />

</span>

</xpath>

</template>

What must I do according to access right ?


Thanks by advance for your help.


Regards,

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
8月 22
2776
1
8月 22
7152
0
7月 20
3546
1
3月 15
5853
3
9月 25
25623