Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
6072 Tampilan

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.

Avatar
Buang

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

Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Mar 19
11264
1
Mar 15
6415
2
Des 20
4959
1
Jul 19
4745
2
Apr 19
6802