Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3738 Visualizzazioni

Hi Why use def create method used in openerp  please anyone explain i have some doubt in this .

Avatar
Abbandona

What were your doubts about it?

Risposta migliore

def create method get invoked when we create a record and click Save button.

If we have to do something at that time we can define that in create function.

Avatar
Abbandona