Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

OpenERP 7 Windows installation through proxy : Module not found

Naroči se

Get notified when there's activity on this post

This question has been flagged
windowsproxy
5 Odgovori
12920 Prikazi
Avatar
Halbardier Philippe

I'm installing OpenERP 7.0 on a windows environment (Windows Seven) It works fine until i try to install my first app "Accounting & Finance", i've got the following message "Module not Found - The 'Account' module appears to be unavailable at the moment, please try again later"

I've wait and try again... same result Today i'm sure it's not due to OpenERP but to my company proxy. If i establish a network connection without any proxy, it works fine and immediately.

Did you have any installation doc. to explain which door need to be opened on the proxy, or other proxy setup to make ? Thank's

     Philippe
2
Avatar
Opusti
Malte Jacobi

I would also like to know, how to setup OpenERP in order to install modules/apps through my corporate proxy. I am getting the same error messages as Philippe. Looking at the log and source code, it seems to be likely that the error is caused by a connection timeout due to missing proxy settings:

<code>

2013-10-28 08:07:02,042 276 ERROR ibo openerp.addons.base.module.module: Failed to fetch module base_setup Traceback (most recent call last): File "C:\Program Files (x86)\OpenERP 7.0\Server\server\openerp\addons\base\module\module.py", line 666, in install_from_urls </code>

Avatar
Nicolas
Best Answer

I have installed the openERP on my office computer OS: Win 7 64 bits. Register on a domain (ex: ASIA). My windowsId is therefore ASIA\Nicolas. In IE settings, we are not using the proxy settings, but instead the option [Use automatic configuration script] with a specific address.

But anytime i tried to download an app, I encounter following error: The base_setup module appears to be unavailable at the moment, please try again later.

FYI, I made the installation of openERP on a standalone computer Win7 64bits, without any domain, or proxy and everything is working fine.

I tried to add System variable http_proxy with our proxy address, but i did not manage to make it work Adding user/pwd also did not work (not sure about the syntax with a domain http_proxy=http://ASIA\Nicolas:password@proxy.thing.com:8080/

In the openerp-server.log, I get following message 2014-05-13 10:21:39,513 5620 INFO myNewCompany openerp.addons.base.module.module: Downloading module base_setup from OpenERP Apps 2014-05-13 10:21:39,605 5620 ERROR myNewCompany openerp.addons.base.module.module: Failed to fetch module base_setup Traceback (most recent call last): File "C:\Program Files (x86)\OpenERP 7.0-20140511-231259\Server\server\openerp\addons\base\module\module.py", line 647, in install_from_urls File "urllib2.pyc", line 126, in urlopen File "urllib2.pyc", line 391, in open File "urllib2.pyc", line 409, in _open File "urllib2.pyc", line 369, in _call_chain File "urllib2.pyc", line 1169, in https_open File "urllib2.pyc", line 1136, in do_open URLError: <urlopen error="" [errno="" 11004]="" getaddrinfo="" failed=""> 2014-05-13 10:21:39,608 5620 ERROR myNewCompany openerp.netsvc: Module not found The base_setup module appears to be unavailable at the moment, please try again later. Traceback (most recent call last): File "C:\Program Files (x86)\OpenERP 7.0-20140511-231259\Server\server.\openerp\netsvc.py", line 296, in dispatch_rpc File "C:\Program Files (x86)\OpenERP 7.0-20140511-231259\Server\server.\openerp\service\web_services.py", line 626, in dispatch File "C:\Program Files (x86)\OpenERP 7.0-20140511-231259\Server\server.\openerp\osv\osv.py", line 190, in execute_kw File "C:\Program Files (x86)\OpenERP 7.0-20140511-231259\Server\server.\openerp\osv\osv.py", line 132, in wrapper File "C:\Program Files (x86)\OpenERP 7.0-20140511-231259\Server\server.\openerp\osv\osv.py", line 199, in execute File "C:\Program Files (x86)\OpenERP 7.0-20140511-231259\Server\server.\openerp\osv\osv.py", line 187, in execute_cr File "C:\Program Files (x86)\OpenERP 7.0-20140511-231259\Server\server\openerp\addons\base\module\module.py", line 651, in install_from_urls except_osv: (u'Module not found', u'The base_setup module appears to be unavailable at the moment, please try again later.') 2014-05-13 10:21:39,624 5620 INFO myNewCompany werkzeug: 127.0.0.1 - - [13/May/2014 10:21:39] "POST /web/dataset/call_button HTTP/1.1" 200 -

0
Avatar
Opusti
Avatar
David Camargo
Best Answer

Hi, I'm a new user and I'm installing OpenERP as a trial in my winwows enviroment. I had the same Error message.

So, my doubt is: Where should i insert the folowing comand ? http_proxy = my-proxy.local:port https_proxy = my-proxy.local:port

0
Avatar
Opusti
Avatar
Ghanshyam Prajapati
Best Answer

HI Try Following,

  • Settings >> Modules >> Modules.
  • Remove Installed module from search bar
  • Type Account and search it

Hope it work for you.

0
Avatar
Opusti
Halbardier Philippe
Avtor

Hi, thank's but i can locate the app to be install ... the referenced problem occurs during the "loading process"

Avatar
Malte Jacobi
Best Answer

Finally I figured it out. It's quite easy: You have to setup environment variables for the proxy. In my case I added the following two windows environment variables:

http_proxy = my-proxy.local:port
https_proxy = my-proxy.local:port

After adding the variables I restarted my OpenERP server and the module installation worked.

Cheers.

0
Avatar
Opusti
Nicolas

It did not work for me. Any alternative?

Avatar
Ryno Meyer
Best Answer

Setting the environmental variables worked for me. Many thanks to @Malte Jacobi. And to @David, here is how you set the HTTP variables;

http://kaamka.blogspot.com/2009/06/httpproxy-environment-variable.html

Remember to set HTTPS as well:  https_proxy=https://username:password@proxy.example.org:8080

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

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
meli_oerp web hook
windows
Avatar
0
mar. 25
1867
I have odoo17 installed on windows and I get this error when I want to go into settings
windows
Avatar
Avatar
1
jan. 25
2417
proxying does not working with the latest version
proxy
Avatar
0
okt. 24
2062
Adding a .pac file to site for proxy settings
proxy
Avatar
0
feb. 18
4294
how to make openerp setup.exe for windows
windows
Avatar
0
apr. 17
5688
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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