SlideShare a Scribd company logo
10
Most read
11
Most read
12
Most read
Odoo
Hizbul Bahar
Lead Software Engineer, Syncoria
What is odoo?
❏ All-in-one management software.
❏ Developers: Odoo S.A., Community
❏ Original authors: Fabien Pinckaers
❏ Stable Release 11.0 / October 4, 2017
❏ OS: Linux, Unix-like, OS X, Windows, iOS, Android
❏ Written in: Python3, JS, XML
❏ Database: Postgresql
Why Odoo?
❏ Cost Effective
❏ All-in-one Management Software
❏ Open Source
❏ Implementation & Integration
Learning Curve
❏ Functional
❏ Technical
Odoo Installation
● Download as zip or clone Odoo 11 community version from github: https://github.com/odoo/odoo
● Open terminal and create Development/Projects/Python directories in your home directory and
extract odoo 11 into Python directory and rename it odoo-dev.
● Go into odoo directory, $ cd Development/Projects/Python/odoo-dev and create vritualenv for the
project $ virtualenv venv -p python3 . Then activate this environment for this project: $ source
venv/bin/activate
● Now install all of the dependencies using: (venv)$ pip install -r requirements.txt. This command will
install all of the project dependencies.
● Open odoo.conf from odoo/debian/odoo.conf and put following info:
db_host = 127.0.0.1
db_port = 5432
db_user = postgres
db_password = root
● It is time to run your odoo project. (venv)$ ./odoo-bin -c debian/odoo.conf
Module Development
Directory Structure
About Manifest File
Model
Views
❏ Form View
❏ Tree/List View
❏ Search View
❏ Kanban View
❏ Calendar View
Common ORM methods
❏ Search
self.search([('is_company', '=', True), ('customer', '=', True)])
res.partner(7, 18, 12, 14, 17, 19, 8, 31, 26, 16, 13, 20, 30, 22, 29, 15, 23, 28,
74)
❏ Create
>>> self.create({'name': "New Name"})
res.partner(78)
❏ Browse
self.browse([7, 18, 12])
res.partner(7, 18, 12)
Common ORM methods
❏ Write
self.write({'name': "Newer Name"})
Live Project
❏ http://playground.ergov.com/
Any Question?
Thanks

More Related Content

PPTX
Odoo Presentation 2020 - EN.pptx
PPTX
Odoo Open ERp
PDF
ODOO Logistics
PPTX
PDF
Odoo implementation
ODP
The benefits of odoo
PPTX
Odoo Enterprise Resource Planning System
PPTX
Odoo introduction
Odoo Presentation 2020 - EN.pptx
Odoo Open ERp
ODOO Logistics
Odoo implementation
The benefits of odoo
Odoo Enterprise Resource Planning System
Odoo introduction

What's hot (20)

PPTX
An all in-one Engineer-to-Order (ETO) Solution with Odoo
PPTX
Odoo ERP functional
PPTX
Pi new odoo new-ppt.pptx
PDF
Odoo Functional Training
PDF
Digital transformation with Odoo platform
PDF
The Odoo Ecosystem
PDF
Odoo - Vision & Strategy
PPTX
Odoo Presentasi.pptx
PDF
Odoo Experience 2018 - All You Need to Know About Odoo's Partnership
PDF
Odoo 12 Functional Training
PPTX
Odoo ERP Basic Module.pptx
PDF
Efficiencie solutions odoo erp presentation
PDF
Odoo Accounting Roadmap
PPTX
Odoo Implementation Process: Know Everything from Challenges to Checklist
PDF
Odoo Implementation Methodology
PPTX
Keynote - Vision & Strategy
PPTX
Basic Views in Odoo 16
PPTX
Odoo experience 2018 - Odoo Documents
PDF
Odoo Performance Limits
PPTX
Odoo 16 Advanced Features
An all in-one Engineer-to-Order (ETO) Solution with Odoo
Odoo ERP functional
Pi new odoo new-ppt.pptx
Odoo Functional Training
Digital transformation with Odoo platform
The Odoo Ecosystem
Odoo - Vision & Strategy
Odoo Presentasi.pptx
Odoo Experience 2018 - All You Need to Know About Odoo's Partnership
Odoo 12 Functional Training
Odoo ERP Basic Module.pptx
Efficiencie solutions odoo erp presentation
Odoo Accounting Roadmap
Odoo Implementation Process: Know Everything from Challenges to Checklist
Odoo Implementation Methodology
Keynote - Vision & Strategy
Basic Views in Odoo 16
Odoo experience 2018 - Odoo Documents
Odoo Performance Limits
Odoo 16 Advanced Features
Ad

Similar to Odoo presentation (20)

PPTX
How to Install Odoo 11 on Ubuntu 16.04?
PDF
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
PPTX
How to Install Odoo 18 with Pycharm - Odoo 18 Slides
PPT
Installation Of Odoo 12 On Ubuntu 18.4
PPTX
How to setup Pycharm environment for Odoo 17.pptx
PDF
Odoo V8 Installation
PPTX
Installation of Odoo 16 on Ubuntu 20.04 LTS | Cybrosys
PPTX
Odoo 13 installation on ubuntu 19.04
PPTX
How to configure PyCharm for Odoo development in Windows?
PPTX
Odoo.sh for Project Managers & Developers
PDF
Odoo command line interface
PDF
Bending the odoo learning curve - Odoo Experience 2015
PPTX
Configure Project in Odoo 16
PDF
Why you should learn Odoo
PDF
How to Install Odoo 17 on Ubuntu.pdf
PDF
Jornadas Odoo 2015 - Charla con Odoo S. A.
PPT
Odoo ERP
PDF
How to install Odoo 13 in Ubuntu ?
PPTX
How to Create Manifest File in Odoo 17 ERP
PDF
Odoo Developer - How to Hire the Best One.pdf
How to Install Odoo 11 on Ubuntu 16.04?
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
How to Install Odoo 18 with Pycharm - Odoo 18 Slides
Installation Of Odoo 12 On Ubuntu 18.4
How to setup Pycharm environment for Odoo 17.pptx
Odoo V8 Installation
Installation of Odoo 16 on Ubuntu 20.04 LTS | Cybrosys
Odoo 13 installation on ubuntu 19.04
How to configure PyCharm for Odoo development in Windows?
Odoo.sh for Project Managers & Developers
Odoo command line interface
Bending the odoo learning curve - Odoo Experience 2015
Configure Project in Odoo 16
Why you should learn Odoo
How to Install Odoo 17 on Ubuntu.pdf
Jornadas Odoo 2015 - Charla con Odoo S. A.
Odoo ERP
How to install Odoo 13 in Ubuntu ?
How to Create Manifest File in Odoo 17 ERP
Odoo Developer - How to Hire the Best One.pdf
Ad

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
A Presentation on Artificial Intelligence
PDF
Electronic commerce courselecture one. Pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Modernizing your data center with Dell and AMD
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Empathic Computing: Creating Shared Understanding
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
Dropbox Q2 2025 Financial Results & Investor Presentation
MYSQL Presentation for SQL database connectivity
Mobile App Security Testing_ A Comprehensive Guide.pdf
Encapsulation theory and applications.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
20250228 LYD VKU AI Blended-Learning.pptx
NewMind AI Monthly Chronicles - July 2025
A Presentation on Artificial Intelligence
Electronic commerce courselecture one. Pdf
Review of recent advances in non-invasive hemoglobin estimation
Reach Out and Touch Someone: Haptics and Empathic Computing
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Network Security Unit 5.pdf for BCA BBA.
Modernizing your data center with Dell and AMD
Encapsulation_ Review paper, used for researhc scholars
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Empathic Computing: Creating Shared Understanding
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Advanced methodologies resolving dimensionality complications for autism neur...

Odoo presentation

  • 1. Odoo Hizbul Bahar Lead Software Engineer, Syncoria
  • 2. What is odoo? ❏ All-in-one management software. ❏ Developers: Odoo S.A., Community ❏ Original authors: Fabien Pinckaers ❏ Stable Release 11.0 / October 4, 2017 ❏ OS: Linux, Unix-like, OS X, Windows, iOS, Android ❏ Written in: Python3, JS, XML ❏ Database: Postgresql
  • 3. Why Odoo? ❏ Cost Effective ❏ All-in-one Management Software ❏ Open Source ❏ Implementation & Integration
  • 5. Odoo Installation ● Download as zip or clone Odoo 11 community version from github: https://github.com/odoo/odoo ● Open terminal and create Development/Projects/Python directories in your home directory and extract odoo 11 into Python directory and rename it odoo-dev. ● Go into odoo directory, $ cd Development/Projects/Python/odoo-dev and create vritualenv for the project $ virtualenv venv -p python3 . Then activate this environment for this project: $ source venv/bin/activate ● Now install all of the dependencies using: (venv)$ pip install -r requirements.txt. This command will install all of the project dependencies. ● Open odoo.conf from odoo/debian/odoo.conf and put following info: db_host = 127.0.0.1 db_port = 5432 db_user = postgres db_password = root ● It is time to run your odoo project. (venv)$ ./odoo-bin -c debian/odoo.conf
  • 9. Views ❏ Form View ❏ Tree/List View ❏ Search View ❏ Kanban View ❏ Calendar View
  • 10. Common ORM methods ❏ Search self.search([('is_company', '=', True), ('customer', '=', True)]) res.partner(7, 18, 12, 14, 17, 19, 8, 31, 26, 16, 13, 20, 30, 22, 29, 15, 23, 28, 74) ❏ Create >>> self.create({'name': "New Name"}) res.partner(78) ❏ Browse self.browse([7, 18, 12]) res.partner(7, 18, 12)
  • 11. Common ORM methods ❏ Write self.write({'name': "Newer Name"})