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

Just wondering is there a way to call a method on launch of the module? meaning when i starts up?

Avatar
Abbandona
Risposta migliore

What do you mean by 'when it starts up' ?

Do you mean when the module is installed or upgraded? If so, define an init function:

def init(self, cr):

Several OpenERP modules make use of this functionality, particular models representing reports.

Avatar
Abbandona
Autore

like when you double click on the firefox browser icon the browser 'starts up' when you select the module from the menu bar it starts up. cant make it any clearer than that really

No. Modules don't work this way. They are loaded or 'started up' when they are installed (the init function above can run at this time) and any other functions within them are only called when records are read, created, updated or deleted.

Post correlati Risposte Visualizzazioni Attività
1
lug 24
1845
1
gen 24
4963
2
mar 23
2692
1
ago 22
2448
3
giu 20
10493