Change form view of one2many

Hey all

I have added some field in Stock Moves but I was thinking if it is possible to hide some field(or disable) while opening form from the production such as input field which has one2many relation to Stock move?

Thanks in advance

Hi, you can specify the view to be opened on the One2Many with the the view_ids attribute of the field, so this way you will be able to show just the fields you want.
Also, you can just make fields invisible if the production_input field has some value.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.