Skip to Content
मेन्यू
This question has been flagged
1 Reply
5890 Views

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
Discard

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

Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
2
मार्च 19
11040
1
मार्च 15
6222
2
दिस॰ 20
4765
1
जुल॰ 19
4562
2
अप्रैल 19
6569