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

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
8350 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.

Registrarse
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