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
4369 Widoki

Hi, 

I have been working on Odoo for now almost three months, I got to know how the Model and View part of MVC applies to Odoo, but still wondering how the Controller part of MVC exists in Odoo server. Can anyone with perfect knowledge of Odoo helps me to understand this. Thanks for your consideration..

Awatar
Odrzuć
Najlepsza odpowiedź

Take look at default basic module structure, created through scaffolding (see scaffolding), you may get some insight... 
you can create new module named "test_module" through scaffolding, using following command:

./odoo.py scaffold test_module

then go to the newly created "test_module" module directory and take look of initial structure of module proposed by Odoo. 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
maj 25
2380
1
lip 25
451
1
cze 25
1064
0
maj 25
1181
2
kwi 25
3177