What can be done with each?
Are there any best practices?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
What can be done with each?
Are there any best practices?
Odoo is a multi tiered application (presentation, logic, data).
The presentation tier is a combination of HTML5, JavaScript and CSS.
The logic tier is exclusively written in Python.
Python
1. Back end development
2. Security and Access Control
3. Reporting
JavaScript
1. Front end development
2. Client-side Logic
3. Web Client Customization
4. Single Page Application Development
Integration of Python and JavaScript
1. RPC (Remote Procedure Calls): Using JavaScript to call Python methods on the server side. This allows dynamic interaction between the client and server, enabling complex features like live updates and real-time data synchronization.
2. Custom Views: Defining custom views that require both back end (Python) and front end (JavaScript) logic to handle complex business requirements.
Thank you both. I was having the same problem and didn't know how to solve it until I read this article.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Apr 25
|
212 | ||
Odoo icon change
Solved
|
|
2
Jan 25
|
693 | |
TypeError str and datetime
Solved
|
|
2
Aug 24
|
879 | |
|
1
Sep 19
|
10229 | ||
|
2
Feb 24
|
12005 |