This question has been flagged
5 Replies
8460 Views

Check boxes on form view lines, let say sale order line, like check boxes on list view, let say sale order list view

if I add Boolean field first I need to press edit and then over to some space in that line than check is enabled to be checked or unchecked. It doesn’t look good rather it’s frustrating for user who wants to check 25 out of 50 lines.

Avatar
Discard

Going through the above it is stating something. So what is your question ?

By looking into this it seems that, the boolean field added in the one2many line. Right now for checking or un checking you have to select each line and do it

Author

i want to know if there is any way to achieve check boxes per line but i don't want to go in edit mode

Nope, as Niyas's comment is the only way. Or you may use JS to create a new widget.

Author

Ok thank you, i tried using this module in my v11 code knowing that it's for v10

https://apps.openerp.com/apps/modules/10.0/web_one2many_selectable_10/ and it didn't work neither it gave any error, so if you can guide me where to start learning js for o11 from? as I am not familiar with js so any help would be appreciated.

Hello @Ayesha

Above problem fixed?

Best Answer

This module may help:

https://www.odoo.com/apps/modules/11.0/web_one2many_checkbox


Avatar
Discard