Skip to Content
Menu
This question has been flagged

Hi, i m looking to generate radio button from a many2many field in a web view (website_sale.product)


my field : line_ids = fields.Many2many('configurateur_product.line')


my field in the view : <span t-field="p_variant.line_ids" t-field-options='{"widget":"many2many_checkboxes"}' />

ive try this one to : <span t-field="p_variant.line_ids" t-field-options='{"widget":"radio"}' />


the result : configurateur_product.line(1, 2, 3).


thanks for answering


Martin


Avatar
Discard
Author Best Answer

looks like it's not possible in this way 

Avatar
Discard
Related Posts Replies Views Activity
2
Jun 16
13726
2
Nov 24
1575
2
Jan 24
530
0
Oct 23
429
1
Jul 23
1244