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

If I add a new function field to an existing module, how can I calculate the field value for all existing records?

Simply by using the calculation method as defualt function? Is there a more elegant way?

What are your suggestions?

 

Thanks.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

If you add a new function field to an existing module then there will be two possibilities.

1) Field is store in database : Odoo will automatically calculate value for the all existing records when module is updated and field is created. Odoo will call function for all existing records and calculate value for all of them and store it into database. If there is an error in the existing records according to the function then it will not calculate data and field will be blank for existing recoreds.

2) Field is not store in database : Odoo will automatically calculate value for the existing as well as new record as on when its value is required.

So, as I think there is no need to do manually calculation for the existing records.

I hope it will help you. 

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

Thanks! Neat answer.

Related Posts ตอบกลับ มุมมอง กิจกรรม
3
มี.ค. 24
13606
0
เม.ย. 15
4049
3
มี.ค. 15
10945
0
พ.ค. 15
3560
3
มี.ค. 15
11640