Skip to Content
मेन्यू
This question has been flagged

Hello everyone,

I have into module as type 'ir.actions.act_window'. Behind my Python code, i want to edit that view with following code:

def action_to_do(self):

  action = self.env.ref('model.view_name').read()[0]

  action['field_name_ids'] =  [(0, 0, name_list_ids)] # name_list_ids = One2many()

  return action 


Helps.                                                                                       

Avatar
Discard
Related Posts Replies Views Activity
1
सित॰ 21
8732
2
मार्च 19
8645
5
अग॰ 24
46658
4
मई 24
7128
2
अप्रैल 24
2556