I can't install l10n_es_toponyms module in 6.1 trunk

Bug #933344 reported by XaRz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP Spanish Localization Project
Won't Fix
Undecided
Unassigned

Bug Description

(Lo pongo en inglés, porque no sé si debo ponerlo en español...)

I was trying to install l10n_es_partner and l10n_es_toponyms shows an error at install:

Client Traceback (most recent call last):
  File "/home/intur/openerp6.1/web/trunk/addons/web/common/http.py", line 180, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/intur/openerp6.1/web/trunk/addons/web/controllers/main.py", line 1004, in call_button
    action = self.call_common(req, model, method, args, domain_id, context_id)
  File "/home/intur/openerp6.1/web/trunk/addons/web/controllers/main.py", line 948, in call_common
    return self._call_kw(req, model, method, args, {})
  File "/home/intur/openerp6.1/web/trunk/addons/web/controllers/main.py", line 962, in _call_kw
    return getattr(req.session.model(model), method)(*args, **kwargs)
  File "/home/intur/openerp6.1/web/trunk/addons/web/common/openerplib/main.py", line 250, in proxy
    args, kw)
  File "/home/intur/openerp6.1/web/trunk/addons/web/common/openerplib/main.py", line 117, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/home/intur/openerp6.1/web/trunk/addons/web/common/http.py", line 611, in send
    raise fault

Server Traceback (most recent call last):
  File "/home/intur/openerp6.1/web/trunk/addons/web/common/http.py", line 592, in send
    result = openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/home/intur/openerp6.1/server/trunk/openerp/netsvc.py", line 360, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/intur/openerp6.1/server/trunk/openerp/service/web_services.py", line 572, in dispatch
    res = fn(db, uid, *params)
  File "/home/intur/openerp6.1/server/trunk/openerp/osv/osv.py", line 167, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/home/intur/openerp6.1/server/trunk/openerp/osv/osv.py", line 121, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/intur/openerp6.1/server/trunk/openerp/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/intur/openerp6.1/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/intur/openerp6.1/server/trunk/openerp/addons/base/module/wizard/base_module_upgrade.py", line 98, in upgrade_module
    _db, pool = pooler.restart_pool(cr.dbname, update_module=True)
  File "/home/intur/openerp6.1/server/trunk/openerp/pooler.py", line 39, in restart_pool
    registry = RegistryManager.new(db_name, force_demo, status, update_module, True)
  File "/home/intur/openerp6.1/server/trunk/openerp/modules/registry.py", line 160, in new
    openerp.modules.load_modules(registry.db, force_demo, status, update_module)
  File "/home/intur/openerp6.1/server/trunk/openerp/modules/loading.py", line 338, in load_modules
    processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules)
  File "/home/intur/openerp6.1/server/trunk/openerp/modules/loading.py", line 253, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules)
  File "/home/intur/openerp6.1/server/trunk/openerp/modules/loading.py", line 165, in load_module_graph
    load_openerp_module(package.name)
  File "/home/intur/openerp6.1/server/trunk/openerp/modules/module.py", line 409, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/home/intur/openerp6.1/server/trunk/openerp/modules/module.py", line 139, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/home/intur/openerp6.1/addons/trunk/l10n_es_toponyms/__init__.py", line 24, in <module>
    import l10n_es_toponyms
  File "/home/intur/openerp6.1/addons/trunk/l10n_es_toponyms/l10n_es_toponyms.py", line 26, in <module>
    import ir
ImportError: No module named ir

The version of openerp is 6.1 trunk sources from yesterday and module version (toponyms) is 6.1.1.0

Tags: install trunk
Revision history for this message
XaRz (perecastanyer) wrote :

Wait it seems something weird on my system.

Now I can't install mrp_jit neither...

Revision history for this message
XaRz (perecastanyer) wrote :

Ah ok, l10n_es_toponyms were in install queue then mrp_jit was causing error is false.

The problem is l10n_es_toponyms. Bug seems confirmed. Anyone can confirm?

Revision history for this message
Jordi Esteve (www.zikzakmedia.com) (jesteve-zikzakmedia) wrote :

Version 6.1 is not stable yet. At the moment we are fixing only stable versions 5.0 and 6.0.

Changed in openerp-spain:
status: New → Won't Fix
Revision history for this message
XaRz (perecastanyer) wrote : Re: [Bug 933344] Re: I can't install l10n_es_toponyms module in 6.1 trunk

Hola Jordi,

Problema meu, havia instalat la branca 6.0 dels moduls l10n_es sobre la
branca 6.1 trunk de openerp.

Ara ja he instalat, la branca que toca i no es queixa.
Perdona les molèsties... es que sòc nou amb el launchpad i openerp.

Salut i gràcies.

2012/2/16 Jordi Esteve (www.zikzakmedia.com) <email address hidden>

> Version 6.1 is not stable yet. At the moment we are fixing only stable
> versions 5.0 and 6.0.
>
> ** Changed in: openerp-spain
> Status: New => Won't Fix
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/933344
>
> Title:
> I can't install l10n_es_toponyms module in 6.1 trunk
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/openerp-spain/+bug/933344/+subscriptions
>

--
Pere Castanyer Sardà
Cap Tecnològic a Netnerd - http://www.netnerd.cat
Solucions en Tecnologia.

Revision history for this message
mikel (mikel-martin) wrote :
Download full text (6.5 KiB)

A mi no me ha dado problemas la instalación l10n_es_partner and
l10n_es_toponyms en la 6.1.

El messaje "ImportError: No module named ir" A mi me aparecía al principio
en openerp 6.1 cuando definía el addons_path personalizado. Para evitarlo
me ha bastado añadir al addons_path el path de los addons del propio
servidor de openerp, e mi caso
(/usr/local/lib/python2.6/dist-packages/openerp-server/addons)
de forma que el addons_path me queda algo como:

addons_path =
/usr/local/lib/python2.6/dist-packages/openerp-server/addons,/home/openerp/addons,/home/openerp/web-addons

On Thu, Feb 16, 2012 at 11:12 AM, XaRz <email address hidden> wrote:

> Hola Jordi,
>
> Problema meu, havia instalat la branca 6.0 dels moduls l10n_es sobre la
> branca 6.1 trunk de openerp.
>
> Ara ja he instalat, la branca que toca i no es queixa.
> Perdona les molèsties... es que sòc nou amb el launchpad i openerp.
>
> Salut i gràcies.
>
> 2012/2/16 Jordi Esteve (www.zikzakmedia.com) <email address hidden>
>
> > Version 6.1 is not stable yet. At the moment we are fixing only stable
> > versions 5.0 and 6.0.
> >
> > ** Changed in: openerp-spain
> > Status: New => Won't Fix
> >
> > --
> > You received this bug notification because you are subscribed to the bug
> > report.
> > https://bugs.launchpad.net/bugs/933344
> >
> > Title:
> > I can't install l10n_es_toponyms module in 6.1 trunk
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/openerp-spain/+bug/933344/+subscriptions
> >
>
>
> --
> Pere Castanyer Sardà
> Cap Tecnològic a Netnerd - http://www.netnerd.cat
> Solucions en Tecnologia.
>
> --
> You received this bug notification because you are a member of OpenERP
> Spain Team, which is the registrant for OpenERP Spanish Localization
> Project.
> https://bugs.launchpad.net/bugs/933344
>
> Title:
> I can't install l10n_es_toponyms module in 6.1 trunk
>
> Status in OpenERP Spanish Localization Project:
> Won't Fix
>
> Bug description:
> (Lo pongo en inglés, porque no sé si debo ponerlo en español...)
>
> I was trying to install l10n_es_partner and l10n_es_toponyms shows an
> error at install:
>
>
> Client Traceback (most recent call last):
> File "/home/intur/openerp6.1/web/trunk/addons/web/common/http.py", line
> 180, in dispatch
> response["result"] = method(controller, self, **self.params)
> File "/home/intur/openerp6.1/web/trunk/addons/web/controllers/main.py",
> line 1004, in call_button
> action = self.call_common(req, model, method, args, domain_id,
> context_id)
> File "/home/intur/openerp6.1/web/trunk/addons/web/controllers/main.py",
> line 948, in call_common
> return self._call_kw(req, model, method, args, {})
> File "/home/intur/openerp6.1/web/trunk/addons/web/controllers/main.py",
> line 962, in _call_kw
> return getattr(req.session.model(model), method)(*args, **kwargs)
> File
> "/home/intur/openerp6.1/web/trunk/addons/web/common/openerplib/main.py",
> line 250, in proxy
> args, kw)
> File
> "/home/intur/openerp6.1/web/trunk/addons/web/common/openerplib/main.py",
> line 117, in proxy
> result = self.connector.send(self.service_name, method, *args)
> File ...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.