Dear,
As i am creating a module which need multiple table data should be saved and updated at a single shot.. that is if any one fail... no data should insert into no table. that is the condition.
i want to implement it in create method of the model class... It is implemented.
But create provide only dict 'vals'
how i integrate all table value to this dict as per the procedure (0,0,vals)
But standard implementation not working at all