Hi ! I'm on Odoo (v8).
Case:
A user can change the value of a many2one field.
There should be another field, probably many2many, with many2many_cheboxes as widget type, which would be computed, depending on the value of the first field.
For example:
If the user select 'computer' in the first field, the second field will show 'format', 'diagnosis' and 'change screen' for example. Then the user will be able to check which reparation he wants to choose (multi-selection, that explain the checkboxes).
Is it even possible ?