跳至内容
菜单
此问题已终结
1 回复
5850 查看

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
11008
1
3月 15
6190
2
12月 20
4731
1
7月 19
4522
2
4月 19
6504