Skip to Content

Technical questions

  1. What programming language is used in Odoo?
    Python for the backend, JavaScript for the frontend, and XML for defining the interfaces.
  2. What is ORM in Odoo?
    ORM stands for Object-Relational Mapping and is used in Odoo to interact with databases in an object-oriented way.
  3. Can Odoo run on Windows?
    Yes, but it is recommended to run it on Linux (such as Ubuntu) for better performance and stability.
  4. Can a different PostgreSQL version be used than the installed one?
    Yes, Odoo uses PostgreSQL and can connect to any compatible database version.
  5. Can automatic backups be done in Odoo?
    Yes, in Odoo.sh and you can also set up backup scripts in self-hosted (On-Premise) versions.

in FAQs