Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

How can I download and install Odoo 11?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
installationdownloadodoo11
21 Respostes
46416 Vistes
Avatar
Yenthe Van Ginneken (Mainframe Monkey)

How can I download and install Odoo 11?

4
Avatar
Descartar
Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Autor Best Answer

Odoo can be found on Github, you can find Odoo 11 here. 
You can find the official downloads (for Windows, Debian, RPM and the sources) at https://www.odoo.com/page/download
To install it on Ubuntu you can follow the following steps:

1. Download my installation script from Github and copy it locally:

sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/11.0/odoo_install.sh

2. Edit the file and modify the parameters that you'd like to change:

sudo nano odoo_install.sh

Tip: If you'd like the enterprise version you should set IS_ENTERPRISE to True instead of false.
3. Make the file executable:

sudo chmod +x odoo_install.sh

4. Execute the script and wait a few minutes for Odoo to install:

./odoo_install.sh


Regards,
Yenthe

11
Avatar
Descartar
Abdullah Aljelaify

First of all Thanks for this short guide it's the only thing that worked

problem is after installing and opening the odoo page i get the create db page but with no CSS what so ever the only thing i changed in the installation script is Enterprise = True

so can you tell me if i had to change something else? did i miss something

Thanks

Yenthe Van Ginneken (Mainframe Monkey)
Autor

This has to do with the less (the Odoo assets) that are not compiling. There are a few problems with this (such as on V9 & V10 https://github.com/odoo/odoo/issues/19627). If you do a -u all of your database it is usually fixed.

Abdullah Aljelaify

The URL doesn't work for github

can you give me more details about how to do the -u

i am new to ubuntu :(

Yenthe Van Ginneken (Mainframe Monkey)
Autor

1. cd /odoo/odoo-server

2. sudo service odoo-server stop

3. sudo su odoo

4. ./odoo-bin -u all -c /etc/your-odoo-server.conf

Abdullah Aljelaify

Thanks man

Finally something that works !!

its up and running

after executing the last command the terminal didn't do anything or show anything it looked like it's waiting for a response or something than after waiting to long i restarted the server and it worked

Thanks man

Abdullah Aljelaify

Sorry

i think i have made a mistake i checked and it looks like it's the same issue nothing happened apperntly i have checked the wrong server and thought it was fixed

so what should i do than i have also checked the server log and it's full do you need me to copy that here to see whats the problem

please note that this is a fresh off the box install for ubuntu

Abdullah Aljelaify

Ok CE works

the problem is in installing Enterprise doesn't work with this script i think

i have another question where is Accounting module in odoo11 ? can't find it

Mubashar Irshad

I installed same as you posted i am facing issue:

Server is runing and status is active But when i try to access in browser 0.0.0.0:8069 its not working

(Unable to connect

Firefox can’t establish a connection to the server at 206.189.197.248:8069.)

● odoo-server.service - LSB: Enterprise Business Applications

Loaded: loaded (/etc/init.d/odoo-server; generated)

Active: active (exited) since Tue 2020-06-23 12:09:38 UTC; 2min 41s ago

Docs: man:systemd-sysv-generator(8)

Process: 23174 ExecStop=/etc/init.d/odoo-server stop (code=exited, status=0/SUCCESS)

Process: 23186 ExecStart=/etc/init.d/odoo-server start (code=exited, status=0/SUCCESS)

Avatar
Peido
Best Answer

Hello guys, after installing odoo 11 community on Ubuntu, i am getting connection refused on the web interface.

Please let me know if someone has see this issue


Thanks.

0
Avatar
Descartar
Avatar
Sebastián Di Luise
Best Answer

Thanks! the script works flawless.  Ran on an Ubuntu 16.04.3 virtualboxed updated with nothing else installed.

0
Avatar
Descartar
Avatar
Alpha
Best Answer

On windows7?

0
Avatar
Descartar
Yenthe Van Ginneken (Mainframe Monkey)
Autor

You can download the official installer (.exe file) from https://www.odoo.com/page/download to install on Windows.

Avatar
Webkul
Best Answer

Check it out : 

https://webkul.com/blog/install-odoo11-on-ubuntu

0
Avatar
Descartar
Abdullah Aljelaify

i tried this it didn't work with me

Yenthe Van Ginneken (Mainframe Monkey)
Autor

Manually running all commands is so not fun? ;-)

Avatar
Odoo For Beginners
Best Answer

Hello everyone,

You will find here how to install odoo11 community in simple way:

https://odooforbeginnersblog.wordpress.com/2017/10/11/how-to-install-odoo11-community-version/

0
Avatar
Descartar
Avatar
comceptPLUS GmbH
Best Answer

Hi guys, I have the same issue as

Abdullah Aljelaify

I installed odoo 11 EE with the script but have only a screen that is without css. I dont the the function -u all to work. The server does nothing then. Any help so far? 

Thanks a lot! 
0
Avatar
Descartar
Yenthe Van Ginneken (Mainframe Monkey)
Autor

Please do report it at https://github.com/Yenthe666/InstallScript/issues (add as much info as you can please. For example the OS and parts of the logfile.)

comceptPLUS GmbH

Hi yente, thanks for you fast response. did it directly. If you need any more information, please tell me. thanks a lot.

Avatar
Ben Beattie
Best Answer

Hi, I also need some help.

I am trying to install enterprise on a Bitnami LAMP stack (stripped down debian)

I followed the instructions and it installed fine, I ran - all on my .conf file as above however I get this error

  File "/usr/lib/python3.5/socketserver.py", line 454, in server_bind

    self.socket.bind(self.server_address)

OSError: [Errno 98] Address already in use


2018-06-15 09:23:59,384 11054 INFO ? odoo.addons.base.ir.ir_actions_report: You need Wkhtmltopdf to print a pdf version of the reports.


Do I need that to go further?

Localhost:8069 just times out.

Any help appreciated.


0
Avatar
Descartar
Avatar
Hakim Madi
Best Answer

Hi,


I installed Odoo 11 with the odoo-install.sh script of Yenthe and it works well. I also have an issue to configure m'y website redirection from http to https port 8069.

I tried To configure it with apache2 folder etc/apache2/sites-available/ but it only redirect http to https and not working on port 8069.


Thank you for help.

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

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

Registrar-se
Related Posts Respostes Vistes Activitat
looking for older Enterprise installation packages (11.0, 12.00 und 13.00)
installation download
Avatar
0
de set. 24
1573
ERROR while installing Odoo 11
installation odoo11
Avatar
Avatar
Avatar
2
de set. 18
4288
Error in Installing the Forum Module in Odoo 11 CE Solved
installation forum odoo11
Avatar
Avatar
5
d’oct. 17
7935
Odoo 11 Enterprise installation
installation enterprise odoo11
Avatar
0
d’oct. 17
5599
Is python 3 is required for odoo 11? Solved
installation openerp python3 odoo11
Avatar
Avatar
Avatar
Avatar
4
d’abr. 24
27982
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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