Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1265 Tampilan
Model patient:
def open_form(self):
return{
'type': 'ir.actions.act_window',
'res_model': 'model.appoint',
'view_mode': 'form',
'context':{'default_patient_name': self.id
}
}

model model.appoint:

patient_name =field.many2one("patient")


Avatar
Buang
Penulis

@Niyas Raphy
i try to add 'target': 'new'
but srill not work

Jawaban Terbai

HI,
Written code seems to by fine, can you ensure that service has been restarted after adding the context.

Can you add                 'target': 'new' in the return dict and see if that makes any difference.


Thanks

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Jul 22
2370
3
Sep 20
3045
2
Des 15
4663
0
Mar 15
3360
2
Mar 15
6495