Skip to Content
Menu
This question has been flagged
1509 Views

Hello,

I am trying to understand the model view controller MVC concept of the frontend.

Odoo uses Python for the backend and Javascript for the frontend.

From what I've seen in the source code. I believe there to be 2 MVCs in Odoo.
One that is Python and the other that is Javascript.


The Odoo Python models, I understand them to be a representation of the database table. The views are a aesthetic representation of the data that is contained in the model. The controllers I don't exactly know what their purpose is.


The Odoo Javascript models, I understand as a collection of functions that help with data storage and retrieval from the database. The views aesthetic representation of the data contained in the model. Once again I don't know the controllers purpose.

Can anyone please help me understand this a little better?

Avatar
Discard
Related Posts Replies Views Activity
1
Jun 23
1234
0
Apr 21
4093
2
Sep 24
569
1
Aug 22
2031
1
Apr 21
3597