hi i have odoo v 17.1 online How to Get Total of Product Quantity in invoice
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
661
查看
Hi,
You have to create a new computed field using the studio application and compute the qty from the invoice lines and set into the field.
To create a computed field from the user interface see: How To Add Compute Field From User Interface In Odoo
Thanks