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

What Installation is better and why?

Odebírat

Get notified when there's activity on this post

This question has been flagged
installationnightlysourcesdebianodoo
4 Odpovědi
11384 Zobrazení
Avatar
wizardz

What is better,

Installation from debian nightlybuild?

Installation from github odoo directory?

Installation from Source?

and why? What are the + and - of each ? What are your best ways and your experience?


0
Avatar
Zrušit
Avatar
Ray Carnes
Nejlepší odpověď

Review the documentation and post back with specific questions perhaps?


https://www.odoo.com/documentation/9.0/setup/install.html 

Demo

the simplest "installation", only suitable for getting a quick feel for Odoo or trying something out

SaaS

trivial to start with and fully managed and migrated by Odoo S.A., can be used to both test Odoo and use it for your business, but restricts the flexibility of the system somewhat (check: no custom modules? what else?).

Can be used for both testing Odoo and long-term "production" use.

Packaged installers

simple to get started, allows more flexibility in hosting and deploying the system and greater control over where data is stored. The maintenance burden is shifted to the user.

Suitable for testing Odoo, developing modules and can be used for long-term production use with additional deployment and maintenance work.

Source Install

harder to get started than Packaged installers, provides even greater flexibility: packaged installers don't generally allow multiple running Odoo versions on the same system, and don't provide easy source access to Odoo itself.

Good for developing modules, can be used as base for production deployment.

The source code can be obtained by downloading a tarball or using git. Using git makes it easier to update, switch between multiple versions (including the current development version) or contribute.

docker image

if you usually use docker for development or deployment, an official docker base image is available, see the image's help document for more information

3
Avatar
Zrušit
Avatar
Adit Modi
Nejlepší odpověď

I am looking for an update on this as of 2022. Can anyone share their knowledge on above question?

0
Avatar
Zrušit
Avatar
Michael Mugge
Nejlepší odpověď

We've encountered reproduce-able problems when using the package installers.  NOTE:: The package layout and module loading order is different from .deb installer to the source .. one would in-correctly assume that this makes little difference, however we've lost hours because stuff we develop using source runs differently when deployed with the package installer .. simply because the modules load differently when using source vs a package.  I have no idea why the hell they would make the folder structure different from the package installer to the source .. but it is different .. and it makes a difference. Use source. Trust me.

On another note .. we have contracted work with Odoo directly in the past and they very very strongly recommended to use to deploy from source.  You won't hear them say it officially so I am not going to mention the employee's name .. but I can tell you that following his recommendation would have saved us some time with at least 1 issue we found.

Source installs are *not* inherently less stable than .deb packages because the code needs to go through all the built in tests and through different dev stages before ending up in the primary version branches … e.g. from staging.10.0 branch .. through testing .. then to 10.0 branch.

0
Avatar
Zrušit
Avatar
Dominique Chabord
Nejlepší odpověď

Hi,

Installing from git is a strange habitude with Odoo is to install from a contribution/version management system which per definition quite unstable. Many do this and even recommand to do so.

Nightly builds are the same kind but snapshooted during quiet hours. It has my preference, it may be 1% more stable, who knows ?. Nevertheless, I use the sunday night nighlty build for all the week and cross fingers. I use the same during the week to have more chance to detect a default (I deliver many per day). Why sunday night ? why not !

I get the source from nightly builds because I install from sources, I have no recommandation about packages.

Bottom line: despite it should fail, it usually doesn't.

my 2 cts

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
Unable to start POSBox
installation image debian posbox odoo
Avatar
0
úno 17
3908
Can't select PostgreSql when installing odoo Vyřešeno
installation odoo
Avatar
Avatar
Avatar
2
čvc 25
36106
"no module named PyPDF2" error
installation odoo
Avatar
Avatar
1
dub 22
9409
Can´t connect to web page
installation odoo
Avatar
0
čvn 21
5160
Latest odoo install on macOS Catalina
installation odoo
Avatar
0
úno 20
4237
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