Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

How to custom addons in Odoo is these steps are correct?

Naroči se

Get notified when there's activity on this post

This question has been flagged
customodoo
2 Odgovori
15744 Prikazi
Avatar
hanericks kalay
  1. Develop or Obtain the Addon: First, you need to develop the custom addon or obtain it from a third-party developer.
  2. Prepare the Addon: Ensure that your addon follows Odoo's module structure and guidelines. It should have the necessary files such as __manifest__.py, views, models, security files, etc.
  3. Login to your Odoo.com Account: Access your Odoo.com account with your credentials.
  4. Access the Apps Menu: Once logged in, navigate to the Apps menu. You can typically find it in the top bar of the interface.
  5. Click on 'Upload App': In the Apps menu, look for an option like "Upload App" or "Upload Module". Click on it to initiate the process of uploading your custom addon.
  6. Upload the Addon Zip File: You'll be prompted to upload the zip file containing your custom addon.
  7. Install the Addon: After uploading, Odoo will process the addon. Once processed, you'll typically have the option to install it. Click on the "Install" button next to your addon.
  8. Configure and Use: Once installed, configure your addon settings as required. You can then start using the features provided by your custom addon.
  9. Testing: It's crucial to thoroughly test your addon to ensure it works as expected within your Odoo environment.
  10. Maintenance and Updates: Regularly maintain and update your custom addon to keep it compatible with the latest versions of Odoo and to address any issues that may arise.


0
Avatar
Opusti
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi Hanericks,

Adding or importing custom or third-party modules to your Odoo instance can be achieved using various methods. One common approach is outlined in the following guide: How to Install a Custom Module in Odoo 16. This guide provides step-by-step instructions on how to install a custom module in Odoo version 16. Following these instructions, you can seamlessly integrate additional functionalities into your Odoo instance to meet your specific business needs.

Hope it helps

0
Avatar
Opusti
Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

Hi,
Modules can be imported from the user interface using the Import Module menu only if the modules contains data files, ie, only xml files, if the module contains py and new model definition from python this method will fail.  In the pop up where the module is going to import is alerting the user about it.



For example, suppose if you need to add this module to your odoo instance :  https://apps.odoo.com/apps/modules/17.0/om_account_accountant/

You cannot upload this module from the import module menu, if you do so, you will receive some errors saying model is missing etc.

In this time, the right procedure is:

* Get the module
* Extract the module and add it your custom addons path if exists or create new custom addons path
* restart the odoo service
* Update app list
* Search for the module and install

The apps coming under Industries section in the store is a good examples of module that can be imported by the way you specified:  https://apps.odoo.com/apps/modules/saas-17.1/software_reseller/


Thanks

0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Custom Model not visible on the app menu!
models custom odoo
Avatar
Avatar
Avatar
2
jun. 22
4223
custom module on odoo V9 enterprise
module custom odoo
Avatar
0
maj 16
3795
(!!C-o-p-a!!)¿Cómo comunicarse con Copa Airlines en Panamá?
odoo
Avatar
0
nov. 25
211
How do I go about this error? I am trying to uninstall a module
odoo
Avatar
0
nov. 25
3327
(#iberia#)¿Cómo llamar a Iberia desde Panamá?
odoo
Avatar
0
okt. 25
393
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now