Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Upgrade from Community to Enterprise

Odebírat

Get notified when there's activity on this post

This question has been flagged
communityenterprisedocker
3 Odpovědi
6651 Zobrazení
Avatar
Stéphane Reynders

Hello,


I'm using Odoo Community v15 via Docker compose and now I'm testing upgrade to v17 Enterprise.

The documentation : https://www.odoo.com/documentation/17.0/administration/on_premise/community_to_enterprise.html

Says to install "web_enterprise" addons, but I get many errors on the logs like :

odoo.modules.loading: Some modules are not loaded, some dependencies or manifest may be missing: ['iap_extract']
odoo.modules.loading: Some modules have inconsistent states, some dependencies may be missing: ['account_invoice_extract', 'account_invoice_extract_purchase', 'hr_mobile', 'mail_enterprise', 'mail_mobile', 'stock_barcode', 'stock_barcode_mrp', 'stock_barcode_picking_batch', 'web_mobile']

I'm comparing community addons to enterprise addons, and I see for example 'iap_extract' isn't present on Community.

  • Community : 496 addons
  • Enterprise : 1094 addons

I have created a mounted volume on the Docker: /mnt/enterprise-addons/ to put the missing modules from the error log. But there is many many more to add manually (1094 - 496).


How to maintain updated sources from Enterprise without having to manually download + extract the odoo_17.0+e.latest.tar.gz and copy addons ?


Regards


0
Avatar
Zrušit
Avatar
Niyas Raphy (Walnut Software Solutions)
Nejlepší odpověď

Hi,

If you don't have access to the odoo enterprise repository, the only option is to download the code from the download page and manually add it to the server.

Here instead of copying from one to another, just directly add the addons path to the new folder. The version you received will be community + enterprise, so either you can remove the existing addons path and point to this one, or you can keep the existing path and in addition to it, you can add the new one also.

If the module is available in two paths, from the first path it will take available apps and rest from the second.

See: How To Upgrade Odoo Community Database Into Enterprise Edition



Thanks

1
Avatar
Zrušit
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Nejlepší odpověď

Hi,

Ensure that you have added the path of your enterprise code in to your odoo conf file, You can separately subscribe for the enterprise code and add the addons path of the enterprise near to your odoo addons.
Please refer to our below blog:

How to Upgrade Odoo Community Database to Enterprise


Hope it helps

0
Avatar
Zrušit
Avatar
Stéphane Reynders
Autor Nejlepší odpověď

It's a shame that community edition is easiest to upgrade source code than enterprise via a single docker pull command.

0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Is there a documentation for docker containerization of Odoo Enterprise?
enterprise docker
Avatar
Avatar
1
srp 25
1779
Is enterprise repository needed to run community version? Vyřešeno
community enterprise
Avatar
Avatar
1
čvc 22
3863
Running both Community and enterprise versions on the same DB
community enterprise
Avatar
Avatar
1
říj 15
5427
Odoo Enterprise Docker Installation (From Scratch) Vyřešeno
installation enterprise docker
Avatar
Avatar
Avatar
Avatar
4
říj 25
12589
witch butter odoo community or enterprise
community enterprise odoo
Avatar
Avatar
1
čvc 23
2315
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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