Home - earhba/odoo_opti GitHub Wiki

About ODOO (Version 15-community edition)

This wiki include Odoo ERP core development document and guide

Why ODOO

  1. Quick in production.
  2. Easy customization.
  3. Large community.
  4. App store with multiple apps (Paid as well as Free).
  5. Can be able to develop complex things really fast.
  6. It is growing fast.
  7. Has community and enterprise edition.
  8. odoo forum for issue as well as query solving.

Technology used (CE repo)

  • python 3.7 or python 3.8
  • javaScript
  • scss
  • css
  • html
  • PostgreSQL_
  • Owl -This is template developed for odoo

Basic Server requirement for set up development environment and deployment

  • For a 5 user site = 2 CPU server and 2 GB Ram
  • For 20 user site = 4 CPU server and 8 GB Ram
  • For 100+ user site = recommend splitting app and database servers, 2 x 8 CPU servers with 32 GB Ram

Eg : Minimum Server Specification

  • Processor = Intel (64 bit)
  • Number of Processors = 1
  • Processor Core available = 6
  • Memory = 8 Gigabyte
  • OS >= Ubuntu 14.04 LTS

Testing deployment environment

We are hosting and testing our all products on AWS.