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

I have a functional field like,

'invoice_id': fields.function( _get_invoice_id, method=True, string='Linked Invoice', type='many2one', relation='account.invoice', readonly=False, store=True),

Now i wanted to write a value in it uisng the write method.

アバター
破棄

can you explain the problem in detail, that is herr what value you wish to write in your functional field?

最善の回答

When you set "store=True", OpenERP will already write the calculated value to the database.

アバター
破棄
関連投稿 返信 ビュー 活動
2
3月 19
10977
1
3月 15
6160
2
12月 20
4703
1
7月 19
4481
2
4月 19
6454