Skip to Content
Menu
This question has been flagged
2 Replies
4713 Zobrazenia

Hello all, i'm Ibad.

I create a selection field in odoo 8 on .py file, and i want to display in the form view as radio, then in xml file, i use widget="radio".  How to choose more than one selection on the radio button? it is possible?
Thank you very much.

Avatar
Zrušiť
Best Answer

I am not sure you can select more than an one radio button. Even outside odoo you can't unless the name attribute is different which will be considered as having more than a field in Odoo. I hope that is clear enough.

Avatar
Zrušiť