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
    Food & Hospitality
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Guest House
    • Distribuidor de bebidas
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consulting
    • Accounting Firm
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Trades
    • Handyman
    • Hardware y asistencia informática
    • Solar Energy Systems
    • Zapatero
    • Servicios de limpieza
    • HVAC Services
    Others
    • Nonprofit Organization
    • 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

Installing BeautifulSoup for Account_banking module

Suscribirse

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

Se marcó esta pregunta
beautifulsoup
3 Respuestas
8324 Vistas
Avatar
Guillaume Pays

Hello,

I'm having issues installing this module even though I think I've read all posts on the net about it!! :)

I've especially followed this tutorial: w w w .stat.ucla.edu/~rosario/classes/07F/202a/python/

And done the following: 1/ Python 2.7 installation 2/ easy_install installation, with the path created in "Environment variables" 3/ beautifulsoup4 install with same result as in the tutorial

However when I want to install Account_banking module from OpenERP "Installed modules" then I always get this error:

Error Unable to install module "account_banking" because an external dependency is not met: No module named BeautifulSoup

I have tried several things, even downloading beautifulsoup.py and copying it in Openerp folder but it didn't help either.

Any ideas why it doesn't work??

Thanks! G.

0
Avatar
Descartar
Avatar
ton123
Mejor respuesta

Download BeautifulSoup 3.2.1.tar.gz. wget http://www.crummy.com/software/Beautifu ... 2.1.tar.gz If you go to your drive you can see here BeautifulSoup-3.2.1.tar

extract: tar -xvf BeautifulSoup-3.2.1.tar

Copy to the right directory (in my case, for you it can be different)

cp /volume1/the place you have put it/BeautifulSoup-3.2.1/BeautifulSoup.py /volume1/@appstore/P ython/usr/lib/python2.7/BeautifulSoup.py

To give more certainty it is best to stop and start your server again.

Thats it. If you did this wrong you get error messages when you install the account_banking module.

0
Avatar
Descartar
Guillaume Pays
Autor

Oops sorry for the reply meant to be a comment. I have also restarted the server and it did not help. I have no clue why BeautifulSoup cannot be found by OpenERP but this is pretty annoying since I cannot install this banking module and cannot use SEPA export... If you can think of anything else to fix this issue that would be much appreciated.

Unfortunately I thought the previous install worked as the status went to "to be installed" but this status remained even though I hit "Apply Scheduled upgrades". I used the modules versions Trunk and 6.1, I'm on win7 and I use OpenERP 7.0

ton123

Please also look here: http://help.openerp.com/question/6270/how-to-know-the-right-directory-for-a-python-routine/

ton123

@Guillaume Pays: If my answer is the answer on your question I appreciate if you marked it as answered. If you find my answer is useful and interesting for others you can best vote it up.

Guillaume Pays
Autor

Thanks a lot for your help! I stopped using openerp on windows and installed it on Ubuntu. BeautifulSoup got then installed very easily indeed

Avatar
Mark Teunissen
Mejor respuesta

Hello, I have a (dutch) description for installing Python 2.7, BeautifulSoup 3.2.1 and the module account_banking for OE 7.0 under MS Windows, with a bypass to avoid the error in OE 7.0 Although there wil be a new problem in opening a POS session... If interested, send me a mail.

Regards,

Mark (mte@entric.nl)

0
Avatar
Descartar
Avatar
Guillaume Pays
Autor Mejor respuesta

Hi, I actually still have this issue. BeautifulSoup is installed for sure in the right directory but Openerp still cannot find it. I followed this process h t t p ://forum.openerp.com/forum/topic36224.html but it didn't work either.

Beautifulsoup.py is in this directory: C:\Python27\Lib\site-packages

Any idea???

Thanks!!

0
Avatar
Descartar
ton123

It is not OK to repeat your question this way. This is reserved for answers. In the comment on my answer you said it was ok ... And here you said it is not ok? It is better to make a new comment on my answer. I have added: To give more certainty it is best to stop and start your server again.

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

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

Inscribirse
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