Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita 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
  • Proyectos
  • 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

odoo 11 - adding a custom addons path doesn't work?

Suscribirse

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

Se marcó esta pregunta
configurationaddonspathdevelopermodeodoo11
7 Respuestas
31970 Vistas
Avatar
inian

I installed odoo 11 by following this link

https://www.getopenerp.com/install-odoo-11-on-ubuntu-16-04/

  1. I added a folder name addons in my home folder 

  2. copied some third party apps into the folder 

  3. Changed ownership of folder for odoo user  by typing following command (sudo chown odoo: /addons)

  4. edited by odoo.conf file in etc folder. added following addons path
    addons_path = /opt/odoo/addons,/opt/odoo/odoo/addons,/home/rck/addons,/addons

  5. Now when I run odoo 

  6. Activated developer mode with assets

  7. In apps menu clicked on update module list

  8. Apps fail to show?:(

It works fine when I add these apps in main /opt/odoo/odoo/addons but it totally ignores apps if added in custom path. Please help me solve the issue. 


0
Avatar
Descartar
Mohammed Amal N

Have you defined config file when running? have a look at this link https://www.odoo.com/documentation/8.0/reference/cmdline.html

inian
Autor

I tried that too first. It doesn't show up. My addons folder is outside (ie /addons)

so I tried with following command ./odoo-bin --addons-path=addons

custom app doesn't show up.

inian
Autor

I got it working with following command

./odoo-bin --addons-path="/opt/odoo/odoo/addons,/addons"

main thing is, we need to pass original addons path with it. Custom addons path must have atleat one working module in it.

Following link helped me solve this.

https://stackoverflow.com/questions/38670514/how-to-add-a-custom-folder-to-odoo-py-addons-addons

Avatar
Ermin Trevisan
Mejor respuesta

I believe you are confusing your addons paths. Besides the Odoo default paths, you have defined a path /home/rck/addons, which seems to be the path of a system user named "rck", then you have an addons path /addons, which is a root directory. So you should first clean up that mess. Make a custom addons directory and place it at /opt/odoo/custom/addons for example. Addionally, make sure not only to change ownership of the directories, but also the permissions inside the addons folder (755 for folders and 644 for files).

1
Avatar
Descartar
inian
Autor

I created a addons path as you said in /opt/odoo/odoo/custom/addons and added it to conf file.

I changed ownership of the file by following command

sudo chown odoo /opt/odoo/odoo/custom/addons

changed directory permission with following command

sudo chmod 755 /opt/odoo/odoo/custom/addons

changed file permission with following command

sudo chmod 644 /opt/odoo/odoo/custom/addons

Even now when I run odoo, I don't see my custom modules

inian
Autor

I know I am doing something wrong in giving permission and ownership of folder. Please guide me to fix this.

Avatar
pratima mohanty
Mejor respuesta

Please try one thing: activate developer mode then go to your apps then click on "Update Apps List".

1
Avatar
Descartar

I am facepalming so hard right now. Thanks so much! This was all I needed to do.

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

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

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
extra paths are gettting added in addons in windows 10
windows addons path odoo11
Avatar
0
ago 18
6094
addons_path issue Resuelto
addons path
Avatar
Avatar
2
oct 16
8811
How shall I add a "Path" into "addons_path" for all database forever?
addons path
Avatar
Avatar
Avatar
3
ago 16
7955
Wrong automated addons-path
configuration addons v17
Avatar
0
abr 24
1997
Odoo 11 - MemoryError - RuntimeError: can't start new thread - The Connection Pool Is Full
configuration server500 odoo11
Avatar
0
oct 20
7060
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • 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 estar 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