コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7582 ビュー

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.

関連投稿 返信 ビュー 活動
3
3月 24
13426
0
4月 15
3932
3
3月 15
10719
0
5月 15
3464
3
3月 15
11511