跳至内容
菜单
此问题已终结

Cheers!


I've created a One2many field to connect a product to its attachments and show them inside the product form.


image_ids = fields.One2many('ir.attachment', 'product_tmpl_id', string='Files')


However, the form field does not get refreshed when the attachments are saved. I can see attachments in the drop down list but, unless I reload the whole page, I won't be able to see them in the form.


I've tried a few combinations, namely the way the one2many is created but nothing worked so, I guess I'm stuck with JavaScript which, unfortunately, I do not... ehem... understand that much.


Does anyone know how could the Javascript (if possible at all), affect the One2many field so that attaching a file would also refresh the form?

形象
丢弃
相关帖文 回复 查看 活动
3
3月 15
12513
1
1月 25
1695
5
5月 23
15309
2
12月 23
5296
2
9月 22
9421