Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
6827 มุมมอง

I'm trying to create a pivot view of pricelists, which gives a clear report on every pricelists and their items. But as some of the fields in the 'product.pricelist.item' model is computed fields and not stored I cannot access them in pivot view. Can anybody give me an idea how to achieve this ?

อวตาร
ละทิ้ง
ผู้เขียน

Hi Kiran, I don't have enough points to add a comment to your answer so I'm writing my reply here. I had tried by adding the attribute 'store=True', but this makes all the existing data to be empty and once i edit and save them again the value is returned.

คำตอบที่ดีที่สุด

Hi , 

Computed fields which are not stored in database cannot be used in Pivot Views

add the attribute  store=True  

price_subtotal = fields.Monetary(string='Amount',
store=True, readonly=True, compute='_compute_subtotal')

Hope it Helps,
Kiran K

อวตาร
ละทิ้ง

good- working

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
พ.ย. 23
1404
1
ก.พ. 21
3678
1
ก.ค. 25
1590
2
ม.ค. 20
4953
4
พ.ค. 18
17440