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
    • Conocimientos
    • 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

How can I edit the requirements.txt on Odoo.sh?

Suscribirse

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

Se marcó esta pregunta
librarieslibraryrequirementsodoo.sh
1 Responder
20997 Vistas
Avatar
Jean Donaires

Hello Odoodz. (Oh-dudes)

Documentation says "In order to use an external library on Odoo users can modify the requirements.txt" like its shown on https://github.com/odoo/odoo/blob/11.0/requirements.txt (but on your own installation, obviously).

I need to use Zeep library on python. So what I need to do is to edit requirements.txt on my Odoo.sh GitHub repository and then add Zeep==x.x.x for the zeep library version I want to use. 

How can i do it? I've tried using the Odoo.sh shell with nano command, but could not save changes.

Also, I can't seem to find it anywhere on a local Community installation.
Thanks in advance,

Best regards,

Jean.

2
Avatar
Descartar
Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Mejor respuesta

Hi Jean,

You can't do this on Odoo.sh itself. You need to do it directly on the Github repository from which you create the Odoo.sh builds. If you commit the changes there (either through the Github website or command line) you'll be able to load the package when Odoo.sh creates a build.

Regards,
Yenthe


EDIT: Please review the documentation at Odoo.sh v11 Documentation

The section Your First Module discusses the use of requirements.txt

5
Avatar
Descartar
Jean Donaires
Autor

Thanks for the reply @Yenthe.

But could you help me out understanding it a little bit better? On Odoo.sh, every time i create a new branch it just comes empty on GitHub. Even the master (according to the dashboard Odoo.sh gives you). I understand all my branches are just copies of the Odoo.sh enterprise github repository, but without the option to edit it's core code directly (since it is hidden somehow). Then how can I edit the requirements.txt files if it's not on any of the branches I create on Odoo.sh? Should I just create a new branch and then create a 'requirements.txt' file with the libraries I want the server to install? Also, the Odoo documentation says the server will install the new libraries automatically, but how can I make sure it is installed? Do I have to follow a part of the documentation I'm missing? Or is it installed automatically once I do a commit? Any answer would be really helpful. Thanks in advance.

Best regads.

Jean.

Yenthe Van Ginneken (Mainframe Monkey)

Hi Jean,

Yes, you'll need to manually add a requirements.txt file inside every branch where you want to use the packages for. There is no way to do it from the Odoo.sh frontend (up untill now atleast).

Once you commit the requirements.txt file with your dependencies they will be automatically installed from that commit (build) on for all the upcoming builds. If you really want to double check and verify them you can look in the "pip.log" file and/or open the terminal to check from there.

¿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
External dependency not met : opcua
libraries library external-dependencies
Avatar
Avatar
2
may 24
3211
Demande d'explication - odoo.sh | odoo online Resuelto
odoo.sh
Avatar
Avatar
1
nov 25
335
Odoo.sh initiating shutdown every 5-10 mins
odoo.sh
Avatar
Avatar
1
jul 25
2890
Odoo 11: How to edit odoo.conf file in odoo.sh for queue jobs?
odoo.sh
Avatar
Avatar
Avatar
Avatar
Avatar
4
abr 25
13522
odoo.sh determine production or dev instance from code ? Resuelto
odoo.sh
Avatar
1
feb 25
4554
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