Hi, do someone know how to show the MEASURE UNIT in the e-commerce?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
1382
查看
Hi,
<span t-field="http://product.uom_id.name/" rel="noopener nofollow noreferrer" target="_blank">product.uom_id.name" style="white-space: nowrap;"/>
Utilize above code in website product page. Then set a permission for UoM Access.
For that
Developer Mode-Settings > Technical > Access Rights
Create With :
Name : Product UoM Access.
Model : Product Unit of Measure
Read Access : Check
Regards