Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3725 Widoki

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

Awatar
Odrzuć

What were your doubts about it?

Najlepsza odpowiedź

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.

Awatar
Odrzuć