Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Producție
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Installing BeautifulSoup for Account_banking module

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
beautifulsoup
3 Răspunsuri
8321 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
ton123
Cel mai bun răspuns

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
Imagine profil
Abandonează
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

Imagine profil
Mark Teunissen
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Guillaume Pays
Autor Cel mai bun răspuns

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
Imagine profil
Abandonează
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.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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