installazione l10n_it_vat_registries

Bug #1024320 reported by Gianluca Gori @ LS
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP Italia
Invalid
Undecided
Unassigned

Bug Description

buongiorno,
oggi cercando di installare il modulo in oggetto OpenERP 6.1 presenta questo errore, senza completare la fase di installazione del modulo:

OpenERP Server Error
Client Traceback (most recent call last):
  File "/data/openerp/production/web/6.1/addons/web/common/http.py", line 180, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/data/openerp/production/web/6.1/addons/web/controllers/main.py", line 1049, in call_button
    action = self.call_common(req, model, method, args, domain_id, context_id)
  File "/data/openerp/production/web/6.1/addons/web/controllers/main.py", line 993, in call_common
    return self._call_kw(req, model, method, args, {})
  File "/data/openerp/production/web/6.1/addons/web/controllers/main.py", line 1007, in _call_kw
    return getattr(req.session.model(model), method)(*args, **kwargs)
  File "/data/openerp/production/web/6.1/addons/web/common/openerplib/main.py", line 250, in proxy
    args, kw)
  File "/data/openerp/production/web/6.1/addons/web/common/openerplib/main.py", line 117, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/data/openerp/production/web/6.1/addons/web/common/http.py", line 608, in send
    raise xmlrpclib.Fault(openerp.tools.exception_to_unicode(e), formatted_info)

Server Traceback (most recent call last):
  File "/data/openerp/production/web/6.1/addons/web/common/http.py", line 593, in send
    return openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/data/openerp/production/server/6.1/openerp/netsvc.py", line 360, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/data/openerp/production/server/6.1/openerp/service/web_services.py", line 586, in dispatch
    res = fn(db, uid, *params)
  File "/data/openerp/production/server/6.1/openerp/osv/osv.py", line 167, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/data/openerp/production/server/6.1/openerp/osv/osv.py", line 121, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/data/openerp/production/server/6.1/openerp/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/data/openerp/production/server/6.1/openerp/osv/osv.py", line 164, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/data/openerp/production/server/6.1/openerp/addons/base/module/wizard/base_module_upgrade.py", line 101, in upgrade_module
    _db, pool = pooler.restart_pool(cr.dbname, update_module=True)
  File "/data/openerp/production/server/6.1/openerp/pooler.py", line 39, in restart_pool
    registry = RegistryManager.new(db_name, force_demo, status, update_module, True)
  File "/data/openerp/production/server/6.1/openerp/modules/registry.py", line 202, in new
    openerp.modules.load_modules(registry.db, force_demo, status, update_module)
  File "/data/openerp/production/server/6.1/openerp/modules/loading.py", line 338, in load_modules
    processed = load_marked_modules(cr, graph, states_to_load, force, status, report, loaded_modules)
  File "/data/openerp/production/server/6.1/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 "/data/openerp/production/server/6.1/openerp/modules/loading.py", line 165, in load_module_graph
    load_openerp_module(package.name)
  File "/data/openerp/production/server/6.1/openerp/modules/module.py", line 409, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/data/openerp/production/server/6.1/openerp/modules/module.py", line 139, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/data/openerp/production/server/6.1/addons/l10n_it_vat_registries/__init__.py", line 25, in <module>
    import invoice
  File "/data/openerp/production/server/6.1/addons/l10n_it_vat_registries/invoice.py", line 302, in <module>
    parser=Parser)
  File "/data/openerp/production/server/6.1/openerp/report/report_sxw.py", line 390, in __init__
    report_rml.__init__(self, name, table, rml, '')
  File "/data/openerp/production/server/6.1/openerp/report/interface.py", line 66, in __init__
    super(report_rml, self).__init__(name)
  File "/data/openerp/production/server/6.1/openerp/report/interface.py", line 45, in __init__
    assert not self.exists(name), 'The report "%s" already exists!' % name
AssertionError: The report "report.registro_iva_vendite" already exists!

il DB è stato creato da zero, aggiungendo solo crm, project e contabilità.

un errore del modulo o un possibile errore "di fondo" sulla ns installazione server ?

grazie per l'aiuto
pin8

Revision history for this message
Gianluca Gori @ LS (gaga) wrote :

aggiornamento..
problema risolto, la versione del modulo che stavo utilizzando era in realtà un pò vecchiotta..
:)
ciao

Changed in openobject-italia:
status: New → Invalid
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.