Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
1507 Vues
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
Ignorer
Auteur

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

Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
juil. 22
2539
3
sept. 20
3202
2
déc. 15
4780
0
mars 15
3503
2
mars 15
6654