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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
654
ビュー
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