Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Installing BeautifulSoup for Account_banking module

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
beautifulsoup
3 Replies
8322 Tampilan
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
Buang
Avatar
ton123
Jawaban Terbai

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
Buang
Guillaume Pays
Penulis

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
Penulis

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
Jawaban Terbai

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
Buang
Avatar
Guillaume Pays
Penulis Jawaban Terbai

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

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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