Just wondering is there a way to call a method on launch of the module? meaning when i starts up?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
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.
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.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
lip 24
|
1843 | ||
|
1
sty 24
|
4956 | ||
|
2
mar 23
|
2691 | ||
|
1
sie 22
|
2445 | ||
|
3
cze 20
|
10492 |