for example my one2many values like this
[[0, False, {u'user_id': 1, u'action_id': 1}, False], [0, False, {u'user_id': 7, u'action_id': 2}]]
i want to append some values in the list of list of dictionary.
I want to add 'partner_id': 47, 'email': 'roshan@amzsys.com', this to all records.How it is possible.
Please how to get the answer. Thanks in advance