Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Help

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

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

Odoberať

Get notified when there's activity on this post

This question has been flagged
customodoo
2 Replies
15762 Zobrazenia
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
Zrušiť
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
Zrušiť
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
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
Custom Model not visible on the app menu!
models custom odoo
Avatar
Avatar
Avatar
2
jún 22
4231
custom module on odoo V9 enterprise
module custom odoo
Avatar
0
máj 16
3799
(!!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
3328
(#iberia#)¿Cómo llamar a Iberia desde Panamá?
odoo
Avatar
0
okt 25
396
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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