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
回覆
643
瀏覽次數
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