Right now in the sales pivot table report, I can group sales by partner or commercial entity and it will total everything by the partner/company for reporting. This works well, but it will only display the client company name like "ABC Co." or "XYZ Inc.". How can I also show more contact fields of the partner, something like "ABC Co. - 1500 Main St, New York, NY 10001 (212) 555-6000"?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
3171
瀏覽次數
Hello,
Add a computed string field with 'search' (Note: store is to be false for this computed field) for ABC Co. - 1500 Main St, New York, NY 10001 (212) 555-6000". It will be displayed over there.
Ok, so I guess the computed field should be made for sale.report model? How can I add to pivot report once the field is created?