Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

[10.0] How to access Odoo 10.00 from windows PC (Odoo win installer)

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
windowsopenerpodoo10sharing
14 Respuestas
20127 Vistas
Avatar
Sidhi Tejomoyo

After managed to install Odoo 10.0 Community Version on Ubuntu Server 16.04 LTS, now I tried to install it on Windows 10 (the IP's 192.168.1.251 and the port's the same 8069).


The installation process's working just fine. I call it with http://localhost:8069, and it works just fine. The problem lies when I try to open it on other PC.


I tried with Chrome for http://192.168.1.251:8069, it gives me an error like below :

This site can’t be reached 192.168.1.241 
took too long to respond.


But, when I ping 192.168.1.241 it's connected without RTO. The question is still the same.

How to make it accessible from other pc with http://192.168.1.251:8069 ? 

I already post this question on

https://www.odoo.com/forum/help-1/question/odoo-10-0-windows-sharing-with-other-pc-113267


But it closed without getting know how to make it accessible on other PC like I do when install it in Ubuntu Server 16.04 LTS. The answer Ermin Trevisan give me is not what I'm looking for.


It's basic client-server that I already know. I'm an PHP-Laravel programmer and I already know about that concept. The Apace n Php is like the Build in server from Odoo Windows Installer. And the Laravel's like Odoo its self. I'm a newbie for Python and Odoo but it should be have the same basic like Apache n Php n Laravel.


The possibilities from that I'm thinking is about the setting / configuration of build-in server for Odoo or maybe the Odoo 10.0 it self. (This could be wrong).


Because I ever experiencing same problem with apache, phppgadmin (explained for phppgadmin before), etc...


At first those apps can not be accessible on other PC. But after changing some setting or configuration script within, then it can be shareable from other PC with the same behavior in localhost. And I guess Odoo (or its build in server) does the same even in Python language. 


If its about firewall n proxy I don't think that's the answer, because my apache n php runs well on the same fresh installed windows. I set 2 VM with the same fresh Windows 10 installer. 1 VM for Apache and 1 VM for Odoo.


The Apache's VM runs well without changing any firewall n proxy. It can be accessible from other PC without any configuration of firewall or proxy. I can show you on Video if necessary.


If the other VM for Odoo  has something to do with firewall or proxy, then where did I miss ??? 


This question maybe not just about clicking solution. But more like setting and configuration. Or even scripting.


On my point of view, this question is related to Odoo. Why ? Because Odoo release its version on Windows. 


If Odoo can not accessible from other PC like I do in Ubuntu Server 16.04, what's the use of using Odoo on Windows ? Only for single localhost access ???


If Odoo's windows installer can be opened from other PC, than it can be some possibilities to spread Odoo among Windows lovers.


That's why I ask How to access Odoo 10.0 (windows Installer) from other PC.

1
Avatar
Descartar
Sidhi Tejomoyo
Autor

CMIIW

Sidhi Tejomoyo
Autor

If it's necessary, I'll make a video about for my question on Monday.

Ermin Trevisan

One more time: is port 8069 open in your firewall? Can you telnet into 192.168.1.251 8069 from a remote computer (ping does not help to check if a port is open or not)?

Sidhi Tejomoyo
Autor

already done it and did not work... https://drive.google.com/open?id=0B4Zbp3gbakWlNlZCcUNqcUo1YXM

Sidhi Tejomoyo
Autor

that's the screenshot between my PC and VM

Ermin Trevisan

Can you telnet into this machine and port from a remote terminal?

Sidhi Tejomoyo
Autor

Yes, it runs. when I type :

telnet 192.168.1.241 8069

It shows me the blank screen. And then I type exit.

Avatar
Xavier Brochard
Mejor respuesta

As Ermin Trevisan said, check your firewall ! You need to open 8069 port in the Windows firewall. That's all.

1
Avatar
Descartar
Sidhi Tejomoyo
Autor

already done it and did not work... https://drive.google.com/open?id=0B4Zbp3gbakWlNlZCcUNqcUo1YXM

Xavier Brochard

ok. I'm a sysadmin, when something looks strange I allways start with primary and stupid questions like "is my keyboard connected ?" or "did I press the correct switch ?". Yes, errors comes from humans !...

I don't think this is an Odoo problem, so let's start basicaly looking around Windows and your VM:

- check the network connection between your VM and Windows

- check the IP address

- change the Odoo port (set in Odoo.conf) ; 8080 is ok and won't be block by a firewall

- try with the package installer

etc.

Sidhi Tejomoyo
Autor

Just changed the port to 8080 n it works.

Then I uninstall n reinstall Odoo... Port 8069 is also works... awesome...

The question is : Should I add the rule for allowing 8069 before installing Odoo to make it works ? Or did I miss something ?

Xavier Brochard

This is an OS relative question. It doesn't matter if port 8069 is open before or after Odoo install.

You have certainly done something wrong at your first install. It was something so obviously that you couldn't see it. May be a network problem, I don't know.

Avatar
john smith
Mejor respuesta

I have also faced the same problem when I want to access the ODD forum on my pc.

0
Avatar
Descartar
Avatar
Peterc
Mejor respuesta

I have this same problem. Changing the port number did not resolve it, and I am sure the firewalls are down.

There are more details here: https://www.odoo.com/forum/help-1/question/how-do-i-configure-odoo-to-be-accessible-over-the-lan-136734

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Upgrading to openerp to odoo Resuelto
openerp odoo10
Avatar
Avatar
1
ene 19
3230
Odoo 10 updates for Windows doesn't work
windows odoo10
Avatar
0
may 17
3736
Internal server error while installing odoo 10 in windows 10 Resuelto
windows installation odoo10
Avatar
Avatar
Avatar
4
sept 18
16428
How to print an excel file from form view without using wizard Resuelto
openerp odoo10 Odoo10.0
Avatar
Avatar
Avatar
2
abr 18
8656
Which Linux distribution is better for Odoo 10? Resuelto
windows linux odoo10
Avatar
Avatar
Avatar
Avatar
8
sept 17
14291
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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