Skip to Content
Menú
This question has been flagged
6 Respostes
9660 Vistes

Is there an event triggered when a form is shown?

Avatar
Descartar
Best Answer

From the base model code:

    def view_init(self, cr, uid, fields_list, context=None):
        """Override this method to do specific things when a view on the object is opened."""
        pass

So in any model, you should be able to override view_init, and put any custom code in there. You don't even need to call super(), because the base class's view_init doesn't do anything.

Avatar
Descartar
Autor

Thanks a lot.

Please mark this answer as accepted if this is what you're looking for. Thanks!

Autor

I guess I need karma 20 to do that.

Best Answer

@Ratmil
Correct this is only triggered for create new and not for edit.

Avatar
Descartar
Autor Best Answer

 

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de nov. 24
1680
1
de set. 21
9459
1
de gen. 24
17064
3
de febr. 16
6481
0
de març 15
3337