SlideShare ist ein Scribd-Unternehmen logo
1 von 21
www.cybrosys.com
How to install custom modules
in odoo
INTRODUCTION
 We all know odoo community is a open source complete ERP for a business. Why we prefer Odoo as our
business management software?. There are multiple plus points for choosing odoo and the one of the major
point is Odoo is a open source software.
 Actually odoo is a generic product that contain all the basic workflows that needed for a common
business like Trading business, shopping sectors, Restaurants, Point of sales, Supermarkets and other
common business. Then how can we make odoo as a best ERP software that adapt all the business flows
in our company. Yes.! We need to customize it.
 For achive your requirements you can customize in two ways.
 We can use Custom modules
 We can edit viva Front end.
 We all know Odoo have very good store for the products. We can check it here
(https://apps.odoo.com/apps/modules)
 We can see 13000+ apps in the store. And Day by day the number of contributions will become
huge. The Odoo community is a large scale community and activities and performances are very
high and fast.
 You can search and find the best app that suit to your business and achieve your
requirements.
 From the top we can see Categories, Free or Paid, versions. When you finds a module that
perfect for your business then first check the versions. Version of Odoo and apps version must
be same. If you find a paid module in apps store just search same featured app as free. Many
of the paid app’s features available as free apps too.
 Finally you find an app, then just download it by clicking the download button.
 Must check the version is compatible or not.
 Now we get a perfect app for our business, then how can we include to our odoo.
 After downloading it we can get a .zip file. You can extract it then you can get a folder contain
__init__.py , __openerp__.py or __manifest__.py and other files.
 You just copy the file and paste it in the folder(addons) of odoo.
 We can create a custom addon folder here.
sudo mkdir /../../odoo/<custom_addons>
sudo chown -R odoo:odoo /../../odoo/<custom_addons>
 Now you can add the custom_addons path in the config file.
sudo nano /etc/odoo.conf (provide the exact path of the config file)
[options]
…………………….
…………………….
addons_path = /../../odoo/addons, /../../odoo/<custom_addons>
• Edit the addons_path and add your custom addon paths.
• You can past your new app into this custom_addons folder.
sudo scp -r <custom module>// root@<ip_address>:/../../odoo/<custom_addons>/
 After paste the module do not forget to restart your server.
 sudo service odoo-server restart
 Then you can go to your odoo home page
 <ip address>:8069/web
Then follow the steps..
● Activate developer mode.
➢ In Odoo V8 and V9 click on the right top Administration menu.
➢ Click on About odoo
➢ Click on activate the developer mode.
➢ In Odoo V10 and V11 Go to Settings
 Activate the developer mode.
● Then update the module list by click the update button
➢ Odoo V8
• We can these menus under settings main menu.
➢ Odoo V9, V10 and V11
➢ This option is available In ‘apps’ Menu
 Now your module is ready to install. Go to the apps and search your module, avoid the “apps” filter
from the search bar.
 Please note one important point, some custom modules may cause crash the DB or make some
conflicts and show errors. So before install the new module just take a backup file.
After the backup of the database search your custom module name and install it. And test it.
Refer this link for more:
https://www.cybrosys.com/blog/how-to-install-custom-modules-in-odoo
Thank You !
Cybrosys Technologies Pvt. Ltd.
Neospace, Kinfra Techno Park,
Kakkancherry,
Calicut University P.O.
Calicut
Kerala, India - 673635.
Cybrosys Ltd
15, ST Antonys Road,
Forest Gate, London
England,
E79QA.
Cybrosys Technologies Pvt. Ltd.
1st Floor, Thapasya Building,
Infopark, Kakkanad,
Kochi, Kerala,
India-682030.

Weitere ähnliche Inhalte

Was ist angesagt?

How to Create Edit Stages in Odoo 14 CRM
How to Create Edit Stages in Odoo 14 CRMHow to Create Edit Stages in Odoo 14 CRM
How to Create Edit Stages in Odoo 14 CRMCeline George
 
How to Publish a Product in Odoo 14 Website?
How to Publish a Product in Odoo 14 Website?How to Publish a Product in Odoo 14 Website?
How to Publish a Product in Odoo 14 Website?Celine George
 
How to convert leads to opportunity in Odoo 14
How to convert leads to opportunity in Odoo 14 How to convert leads to opportunity in Odoo 14
How to convert leads to opportunity in Odoo 14 Celine George
 
How to manage semi finished products
How to manage semi finished productsHow to manage semi finished products
How to manage semi finished productsCeline George
 
Customer Rating in Odoo 14 Project
Customer Rating in Odoo 14 ProjectCustomer Rating in Odoo 14 Project
Customer Rating in Odoo 14 ProjectCeline George
 
Multi Currency Management in Odoo 13 Website
Multi Currency Management in Odoo 13 WebsiteMulti Currency Management in Odoo 13 Website
Multi Currency Management in Odoo 13 WebsiteCeline George
 
How to Configure Route and Rule in Odoo 14?
How to Configure Route and Rule in Odoo 14?How to Configure Route and Rule in Odoo 14?
How to Configure Route and Rule in Odoo 14?Celine George
 
Sales Pricelist in Odoo 14
Sales Pricelist in Odoo 14Sales Pricelist in Odoo 14
Sales Pricelist in Odoo 14Celine George
 
How to Unbuild a Product in Odoo 14 Manufacturing?
How to Unbuild a Product in Odoo 14 Manufacturing?How to Unbuild a Product in Odoo 14 Manufacturing?
How to Unbuild a Product in Odoo 14 Manufacturing?Celine George
 
Odoo functional tips
Odoo functional tipsOdoo functional tips
Odoo functional tipsCeline George
 
Subcontracting in Odoo 13 Manufacturing
Subcontracting in Odoo 13 ManufacturingSubcontracting in Odoo 13 Manufacturing
Subcontracting in Odoo 13 ManufacturingCeline George
 
Appraisal Management in Odoo 13 Human Resource
Appraisal Management in Odoo 13 Human ResourceAppraisal Management in Odoo 13 Human Resource
Appraisal Management in Odoo 13 Human ResourceCeline George
 
Odoo 14 Discuss Module
Odoo 14 Discuss ModuleOdoo 14 Discuss Module
Odoo 14 Discuss ModuleCeline George
 
Odoo 13 Document Management
Odoo 13 Document ManagementOdoo 13 Document Management
Odoo 13 Document ManagementCeline George
 
How to Suggest Optional Products to the Customer in Odoo 14 Website ?
How to Suggest Optional Products to the Customer in Odoo 14 Website ?How to Suggest Optional Products to the Customer in Odoo 14 Website ?
How to Suggest Optional Products to the Customer in Odoo 14 Website ?Celine George
 
How to Customize Website in Odoo 13
How to Customize Website in Odoo 13How to Customize Website in Odoo 13
How to Customize Website in Odoo 13Celine George
 
How to Compare Products in Website?
How to Compare Products in Website?How to Compare Products in Website?
How to Compare Products in Website?Celine George
 

Was ist angesagt? (20)

Livechat in Odoo 14
Livechat in Odoo 14Livechat in Odoo 14
Livechat in Odoo 14
 
How to Create Edit Stages in Odoo 14 CRM
How to Create Edit Stages in Odoo 14 CRMHow to Create Edit Stages in Odoo 14 CRM
How to Create Edit Stages in Odoo 14 CRM
 
How to Publish a Product in Odoo 14 Website?
How to Publish a Product in Odoo 14 Website?How to Publish a Product in Odoo 14 Website?
How to Publish a Product in Odoo 14 Website?
 
How to convert leads to opportunity in Odoo 14
How to convert leads to opportunity in Odoo 14 How to convert leads to opportunity in Odoo 14
How to convert leads to opportunity in Odoo 14
 
How to manage semi finished products
How to manage semi finished productsHow to manage semi finished products
How to manage semi finished products
 
Customer Rating in Odoo 14 Project
Customer Rating in Odoo 14 ProjectCustomer Rating in Odoo 14 Project
Customer Rating in Odoo 14 Project
 
Multi Currency Management in Odoo 13 Website
Multi Currency Management in Odoo 13 WebsiteMulti Currency Management in Odoo 13 Website
Multi Currency Management in Odoo 13 Website
 
How to Configure Route and Rule in Odoo 14?
How to Configure Route and Rule in Odoo 14?How to Configure Route and Rule in Odoo 14?
How to Configure Route and Rule in Odoo 14?
 
Sales Pricelist in Odoo 14
Sales Pricelist in Odoo 14Sales Pricelist in Odoo 14
Sales Pricelist in Odoo 14
 
How to Unbuild a Product in Odoo 14 Manufacturing?
How to Unbuild a Product in Odoo 14 Manufacturing?How to Unbuild a Product in Odoo 14 Manufacturing?
How to Unbuild a Product in Odoo 14 Manufacturing?
 
Odoo functional tips
Odoo functional tipsOdoo functional tips
Odoo functional tips
 
Subcontracting in Odoo 13 Manufacturing
Subcontracting in Odoo 13 ManufacturingSubcontracting in Odoo 13 Manufacturing
Subcontracting in Odoo 13 Manufacturing
 
Appraisal Management in Odoo 13 Human Resource
Appraisal Management in Odoo 13 Human ResourceAppraisal Management in Odoo 13 Human Resource
Appraisal Management in Odoo 13 Human Resource
 
Manufacturing In Odoo
Manufacturing In OdooManufacturing In Odoo
Manufacturing In Odoo
 
Odoo 14 Discuss Module
Odoo 14 Discuss ModuleOdoo 14 Discuss Module
Odoo 14 Discuss Module
 
Odoo 13 Document Management
Odoo 13 Document ManagementOdoo 13 Document Management
Odoo 13 Document Management
 
How to Suggest Optional Products to the Customer in Odoo 14 Website ?
How to Suggest Optional Products to the Customer in Odoo 14 Website ?How to Suggest Optional Products to the Customer in Odoo 14 Website ?
How to Suggest Optional Products to the Customer in Odoo 14 Website ?
 
Odoo 14 Sign Module
Odoo 14 Sign ModuleOdoo 14 Sign Module
Odoo 14 Sign Module
 
How to Customize Website in Odoo 13
How to Customize Website in Odoo 13How to Customize Website in Odoo 13
How to Customize Website in Odoo 13
 
How to Compare Products in Website?
How to Compare Products in Website?How to Compare Products in Website?
How to Compare Products in Website?
 

Ähnlich wie Instal custom modules in odoo

Odoo community vs enterprise
Odoo community vs enterpriseOdoo community vs enterprise
Odoo community vs enterprisePlanetOdoo
 
10 Reasons to Use Zoho
10 Reasons to Use Zoho10 Reasons to Use Zoho
10 Reasons to Use Zohoguest5e332b
 
Mastering Odoo 16 A Comprehensive Guide
Mastering Odoo 16  A Comprehensive  GuideMastering Odoo 16  A Comprehensive  Guide
Mastering Odoo 16 A Comprehensive GuideYankitGayakvad1
 
Odoo - Educational Account for Students and Teachers Ver. 2.0
Odoo - Educational Account for Students and Teachers Ver. 2.0Odoo - Educational Account for Students and Teachers Ver. 2.0
Odoo - Educational Account for Students and Teachers Ver. 2.0Naji El Kotob
 
PixelsCamp | Odoo - The Open Source Business Apps Platform for the 21st Century
PixelsCamp | Odoo - The Open Source Business Apps Platform for the 21st CenturyPixelsCamp | Odoo - The Open Source Business Apps Platform for the 21st Century
PixelsCamp | Odoo - The Open Source Business Apps Platform for the 21st CenturyDaniel Reis
 
Hire odoo developer for business
Hire odoo developer for businessHire odoo developer for business
Hire odoo developer for businessodooexpress01
 
Language translations in odoo
Language translations in odooLanguage translations in odoo
Language translations in odooPlanetOdoo
 
Odoo 14: Expected features and its Roadmap
Odoo 14: Expected features and its RoadmapOdoo 14: Expected features and its Roadmap
Odoo 14: Expected features and its RoadmapBrowseInfo Odoo Experts
 
iPhone first App Store submission
iPhone  first App Store submissioniPhone  first App Store submission
iPhone first App Store submissionPragati Singh
 
Copy of Odoo 16 Building A Website - Creating A Basic Module
Copy of Odoo 16 Building A Website - Creating  A Basic ModuleCopy of Odoo 16 Building A Website - Creating  A Basic Module
Copy of Odoo 16 Building A Website - Creating A Basic ModuleCeline George
 
iOS App Distribution Tactics – What If I Don’t Want to Use App Store_.pdf
iOS App Distribution Tactics – What If I Don’t Want to Use App Store_.pdfiOS App Distribution Tactics – What If I Don’t Want to Use App Store_.pdf
iOS App Distribution Tactics – What If I Don’t Want to Use App Store_.pdfSmith Daniel
 
Odoo erp development services by planet odoo
Odoo erp development services by planet odooOdoo erp development services by planet odoo
Odoo erp development services by planet odooPlanetOdoo
 
Data Files In Odoo 16
Data Files In Odoo 16Data Files In Odoo 16
Data Files In Odoo 16Celine George
 
Joomla Website Development Company
Joomla Website Development CompanyJoomla Website Development Company
Joomla Website Development CompanySanjay Kumar
 
The new way to promote your modules in the Apps platform and Odoo website
The new way to promote your modules in the Apps platform and Odoo websiteThe new way to promote your modules in the Apps platform and Odoo website
The new way to promote your modules in the Apps platform and Odoo websiteOdoo
 
Dreamweaver cs5 read me
Dreamweaver cs5 read meDreamweaver cs5 read me
Dreamweaver cs5 read merubi hartanto
 
Dreamweaver cs5 read me
Dreamweaver cs5 read meDreamweaver cs5 read me
Dreamweaver cs5 read mePhp RedStorm
 
Integrate Shindig with Joomla
Integrate Shindig with JoomlaIntegrate Shindig with Joomla
Integrate Shindig with JoomlaAnand Sharma
 

Ähnlich wie Instal custom modules in odoo (20)

Odoo community vs enterprise
Odoo community vs enterpriseOdoo community vs enterprise
Odoo community vs enterprise
 
10 Reasons to Use Zoho
10 Reasons to Use Zoho10 Reasons to Use Zoho
10 Reasons to Use Zoho
 
Mastering Odoo 16 A Comprehensive Guide
Mastering Odoo 16  A Comprehensive  GuideMastering Odoo 16  A Comprehensive  Guide
Mastering Odoo 16 A Comprehensive Guide
 
Odoo - Educational Account for Students and Teachers Ver. 2.0
Odoo - Educational Account for Students and Teachers Ver. 2.0Odoo - Educational Account for Students and Teachers Ver. 2.0
Odoo - Educational Account for Students and Teachers Ver. 2.0
 
PixelsCamp | Odoo - The Open Source Business Apps Platform for the 21st Century
PixelsCamp | Odoo - The Open Source Business Apps Platform for the 21st CenturyPixelsCamp | Odoo - The Open Source Business Apps Platform for the 21st Century
PixelsCamp | Odoo - The Open Source Business Apps Platform for the 21st Century
 
Hire odoo developer for business
Hire odoo developer for businessHire odoo developer for business
Hire odoo developer for business
 
Language translations in odoo
Language translations in odooLanguage translations in odoo
Language translations in odoo
 
Odoo 14: Expected features and its Roadmap
Odoo 14: Expected features and its RoadmapOdoo 14: Expected features and its Roadmap
Odoo 14: Expected features and its Roadmap
 
iPhone first App Store submission
iPhone  first App Store submissioniPhone  first App Store submission
iPhone first App Store submission
 
Copy of Odoo 16 Building A Website - Creating A Basic Module
Copy of Odoo 16 Building A Website - Creating  A Basic ModuleCopy of Odoo 16 Building A Website - Creating  A Basic Module
Copy of Odoo 16 Building A Website - Creating A Basic Module
 
Jornadas Odoo 2015 - Charla con Odoo S. A.
Jornadas Odoo 2015 - Charla con Odoo S. A.Jornadas Odoo 2015 - Charla con Odoo S. A.
Jornadas Odoo 2015 - Charla con Odoo S. A.
 
iOS App Distribution Tactics – What If I Don’t Want to Use App Store_.pdf
iOS App Distribution Tactics – What If I Don’t Want to Use App Store_.pdfiOS App Distribution Tactics – What If I Don’t Want to Use App Store_.pdf
iOS App Distribution Tactics – What If I Don’t Want to Use App Store_.pdf
 
Odoo erp development services by planet odoo
Odoo erp development services by planet odooOdoo erp development services by planet odoo
Odoo erp development services by planet odoo
 
Data Files In Odoo 16
Data Files In Odoo 16Data Files In Odoo 16
Data Files In Odoo 16
 
Joomla Website Development Company
Joomla Website Development CompanyJoomla Website Development Company
Joomla Website Development Company
 
Odoo 14 RoadMap
Odoo 14 RoadMapOdoo 14 RoadMap
Odoo 14 RoadMap
 
The new way to promote your modules in the Apps platform and Odoo website
The new way to promote your modules in the Apps platform and Odoo websiteThe new way to promote your modules in the Apps platform and Odoo website
The new way to promote your modules in the Apps platform and Odoo website
 
Dreamweaver cs5 read me
Dreamweaver cs5 read meDreamweaver cs5 read me
Dreamweaver cs5 read me
 
Dreamweaver cs5 read me
Dreamweaver cs5 read meDreamweaver cs5 read me
Dreamweaver cs5 read me
 
Integrate Shindig with Joomla
Integrate Shindig with JoomlaIntegrate Shindig with Joomla
Integrate Shindig with Joomla
 

Mehr von Celine George

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
How to Manage Engineering to Order in Odoo 17
How to Manage Engineering to Order in Odoo 17How to Manage Engineering to Order in Odoo 17
How to Manage Engineering to Order in Odoo 17Celine George
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPCeline George
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineCeline George
 
How to create _name_search function in odoo 17
How to create _name_search function in odoo 17How to create _name_search function in odoo 17
How to create _name_search function in odoo 17Celine George
 
Views in Odoo 17 - Kanban View in odoo 17
Views in Odoo 17 - Kanban View  in odoo 17Views in Odoo 17 - Kanban View  in odoo 17
Views in Odoo 17 - Kanban View in odoo 17Celine George
 
The Shop Floor Overview in the Odoo 17 ERP
The Shop Floor Overview in the Odoo 17 ERPThe Shop Floor Overview in the Odoo 17 ERP
The Shop Floor Overview in the Odoo 17 ERPCeline George
 
What is Property Fields in Odoo 17 ERP Module
What is Property Fields in Odoo 17 ERP ModuleWhat is Property Fields in Odoo 17 ERP Module
What is Property Fields in Odoo 17 ERP ModuleCeline George
 
How to Share Dashboard in the Odoo 17 ERP
How to Share Dashboard in the Odoo 17 ERPHow to Share Dashboard in the Odoo 17 ERP
How to Share Dashboard in the Odoo 17 ERPCeline George
 
What are the Basic Fields in the Odoo 17 ERP
What are the Basic Fields in the Odoo 17 ERPWhat are the Basic Fields in the Odoo 17 ERP
What are the Basic Fields in the Odoo 17 ERPCeline George
 

Mehr von Celine George (20)

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
How to Manage Engineering to Order in Odoo 17
How to Manage Engineering to Order in Odoo 17How to Manage Engineering to Order in Odoo 17
How to Manage Engineering to Order in Odoo 17
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERP
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command Line
 
How to create _name_search function in odoo 17
How to create _name_search function in odoo 17How to create _name_search function in odoo 17
How to create _name_search function in odoo 17
 
Views in Odoo 17 - Kanban View in odoo 17
Views in Odoo 17 - Kanban View  in odoo 17Views in Odoo 17 - Kanban View  in odoo 17
Views in Odoo 17 - Kanban View in odoo 17
 
The Shop Floor Overview in the Odoo 17 ERP
The Shop Floor Overview in the Odoo 17 ERPThe Shop Floor Overview in the Odoo 17 ERP
The Shop Floor Overview in the Odoo 17 ERP
 
What is Property Fields in Odoo 17 ERP Module
What is Property Fields in Odoo 17 ERP ModuleWhat is Property Fields in Odoo 17 ERP Module
What is Property Fields in Odoo 17 ERP Module
 
How to Share Dashboard in the Odoo 17 ERP
How to Share Dashboard in the Odoo 17 ERPHow to Share Dashboard in the Odoo 17 ERP
How to Share Dashboard in the Odoo 17 ERP
 
What are the Basic Fields in the Odoo 17 ERP
What are the Basic Fields in the Odoo 17 ERPWhat are the Basic Fields in the Odoo 17 ERP
What are the Basic Fields in the Odoo 17 ERP
 

Kürzlich hochgeladen

Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxRakhi Bazaar
 
Excvation Safety for safety officers reference
Excvation Safety for safety officers referenceExcvation Safety for safety officers reference
Excvation Safety for safety officers referencessuser2c065e
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Anamaria Contreras
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreNZSG
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSendBig4
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdfChris Skinner
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfJamesConcepcion7
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfShashank Mehta
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...ssuserf63bd7
 
BAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxBAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxran17april2001
 
Supercharge Your eCommerce Stores-acowebs
Supercharge Your eCommerce Stores-acowebsSupercharge Your eCommerce Stores-acowebs
Supercharge Your eCommerce Stores-acowebsGOKUL JS
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environmentelijahj01012
 
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdfChris Skinner
 
WSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfWSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfJamesConcepcion7
 
Introducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsIntroducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsKnowledgeSeed
 
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...SOFTTECHHUB
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsIndiaMART InterMESH Limited
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingrajputmeenakshi733
 
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...ssuserf63bd7
 

Kürzlich hochgeladen (20)

Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
 
Excvation Safety for safety officers reference
Excvation Safety for safety officers referenceExcvation Safety for safety officers reference
Excvation Safety for safety officers reference
 
Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.Traction part 2 - EOS Model JAX Bridges.
Traction part 2 - EOS Model JAX Bridges.
 
Jewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource CentreJewish Resources in the Family Resource Centre
Jewish Resources in the Family Resource Centre
 
Send Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.comSend Files | Sendbig.com
Send Files | Sendbig.comSend Files | Sendbig.com
 
20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf20200128 Ethical by Design - Whitepaper.pdf
20200128 Ethical by Design - Whitepaper.pdf
 
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptxThe Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
 
WSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdfWSMM Media and Entertainment Feb_March_Final.pdf
WSMM Media and Entertainment Feb_March_Final.pdf
 
Darshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdfDarshan Hiranandani [News About Next CEO].pdf
Darshan Hiranandani [News About Next CEO].pdf
 
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
Intermediate Accounting, Volume 2, 13th Canadian Edition by Donald E. Kieso t...
 
BAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptxBAILMENT & PLEDGE business law notes.pptx
BAILMENT & PLEDGE business law notes.pptx
 
Supercharge Your eCommerce Stores-acowebs
Supercharge Your eCommerce Stores-acowebsSupercharge Your eCommerce Stores-acowebs
Supercharge Your eCommerce Stores-acowebs
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environment
 
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
20220816-EthicsGrade_Scorecard-JP_Morgan_Chase-Q2-63_57.pdf
 
WSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfWSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdf
 
Introducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsIntroducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applications
 
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
How To Simplify Your Scheduling with AI Calendarfly The Hassle-Free Online Bo...
 
Welding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan DynamicsWelding Electrode Making Machine By Deccan Dynamics
Welding Electrode Making Machine By Deccan Dynamics
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketing
 
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
 

Instal custom modules in odoo

  • 1. www.cybrosys.com How to install custom modules in odoo
  • 2. INTRODUCTION  We all know odoo community is a open source complete ERP for a business. Why we prefer Odoo as our business management software?. There are multiple plus points for choosing odoo and the one of the major point is Odoo is a open source software.  Actually odoo is a generic product that contain all the basic workflows that needed for a common business like Trading business, shopping sectors, Restaurants, Point of sales, Supermarkets and other common business. Then how can we make odoo as a best ERP software that adapt all the business flows in our company. Yes.! We need to customize it.
  • 3.  For achive your requirements you can customize in two ways.  We can use Custom modules  We can edit viva Front end.  We all know Odoo have very good store for the products. We can check it here (https://apps.odoo.com/apps/modules)
  • 4.
  • 5.  We can see 13000+ apps in the store. And Day by day the number of contributions will become huge. The Odoo community is a large scale community and activities and performances are very high and fast.
  • 6.  You can search and find the best app that suit to your business and achieve your requirements.
  • 7.  From the top we can see Categories, Free or Paid, versions. When you finds a module that perfect for your business then first check the versions. Version of Odoo and apps version must be same. If you find a paid module in apps store just search same featured app as free. Many of the paid app’s features available as free apps too.
  • 8.  Finally you find an app, then just download it by clicking the download button.
  • 9.  Must check the version is compatible or not.  Now we get a perfect app for our business, then how can we include to our odoo.
  • 10.  After downloading it we can get a .zip file. You can extract it then you can get a folder contain __init__.py , __openerp__.py or __manifest__.py and other files.  You just copy the file and paste it in the folder(addons) of odoo.
  • 11.  We can create a custom addon folder here. sudo mkdir /../../odoo/<custom_addons> sudo chown -R odoo:odoo /../../odoo/<custom_addons>  Now you can add the custom_addons path in the config file. sudo nano /etc/odoo.conf (provide the exact path of the config file)
  • 12. [options] ……………………. ……………………. addons_path = /../../odoo/addons, /../../odoo/<custom_addons> • Edit the addons_path and add your custom addon paths. • You can past your new app into this custom_addons folder. sudo scp -r <custom module>// root@<ip_address>:/../../odoo/<custom_addons>/
  • 13.  After paste the module do not forget to restart your server.  sudo service odoo-server restart  Then you can go to your odoo home page  <ip address>:8069/web
  • 14. Then follow the steps.. ● Activate developer mode. ➢ In Odoo V8 and V9 click on the right top Administration menu. ➢ Click on About odoo
  • 15. ➢ Click on activate the developer mode.
  • 16. ➢ In Odoo V10 and V11 Go to Settings  Activate the developer mode.
  • 17. ● Then update the module list by click the update button ➢ Odoo V8 • We can these menus under settings main menu. ➢ Odoo V9, V10 and V11
  • 18. ➢ This option is available In ‘apps’ Menu
  • 19.  Now your module is ready to install. Go to the apps and search your module, avoid the “apps” filter from the search bar.  Please note one important point, some custom modules may cause crash the DB or make some conflicts and show errors. So before install the new module just take a backup file. After the backup of the database search your custom module name and install it. And test it.
  • 20. Refer this link for more: https://www.cybrosys.com/blog/how-to-install-custom-modules-in-odoo
  • 21. Thank You ! Cybrosys Technologies Pvt. Ltd. Neospace, Kinfra Techno Park, Kakkancherry, Calicut University P.O. Calicut Kerala, India - 673635. Cybrosys Ltd 15, ST Antonys Road, Forest Gate, London England, E79QA. Cybrosys Technologies Pvt. Ltd. 1st Floor, Thapasya Building, Infopark, Kakkanad, Kochi, Kerala, India-682030.