Allora sulla macchina nuova funziona la procedura, su quella di produzione, dopo aver installato le dipendenze, tutti i moduli presi dal branch che ha segnalato Elbati, aggiornamenti vari...ottengo sempre:
2015-05-13 14:07:15,174 7834 ERROR emervol openerp.addons.base.ir.ir_ui_view: Can't render view for model: account.invoice
Traceback (most recent call last):
File "/opt/openerp/lp/openerp/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view
fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context)
File "/opt/openerp/lp/openerp/openerp/addons/account/account_invoice.py", line 363, in fields_view_get
res = super(account_invoice,self).fields_view_get(cr, uid, view_id=view_id, view_type=view_type, context=context, toolbar=toolbar, submenu=submenu)
File "/opt/openerp/lp/openerp/openerp/osv/orm.py", line 2253, in fields_view_get
arch=apply_view_inheritance(cr, user, source, sql_res),
File "/opt/openerp/lp/openerp/openerp/osv/orm.py", line 2211, in apply_view_inheritance
source = apply_inheritance_specs(source, view_arch, view_id)
File "/opt/openerp/lp/openerp/openerp/osv/orm.py", line 2169, in apply_inheritance_specs
del(node.attrib[attribute[0]])
File "lxml.etree.pyx", line 2249, in lxml.etree._Attrib.__delitem__ (src/lxml/lxml.etree.c:58850)
File "apihelpers.pxi", line 560, in lxml.etree._delAttribute (src/lxml/lxml.etree.c:19216)
KeyError: 'editable'
2015-05-13 14:07:15,180 7834 ERROR emervol openerp.tools.convert: Parse error in /opt/openerp/lp/openerp/openerp/addons/l10n_it_fatturapa/views/account_view.xml:20:
<record id="customer_invoice_lines_not_editable" model="ir.ui.view">
<field name="name">customer_invoice_lines_not_editable</field>
<field name="model">account.invoice</field>
<field name="inherit_id" ref="account.invoice_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='invoice_line']/tree" position="attributes">
<attribute eval="False" name="editable"/>
</xpath>
</field>
</record>
Traceback (most recent call last):
File "/opt/openerp/lp/openerp/openerp/tools/convert.py", line 852, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/opt/openerp/lp/openerp/openerp/tools/convert.py", line 819, in _tag_record
id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
File "/opt/openerp/lp/openerp/openerp/addons/base/ir/ir_model.py", line 971, in _update
res_id = model_obj.create(cr, uid, values, context=context)
File "/opt/openerp/lp/openerp/openerp/addons/base/ir/ir_ui_view.py", line 103, in create
return super(view, self).create(cr, uid, values, context)
File "/opt/openerp/lp/openerp/openerp/osv/orm.py", line 4551, in create
self._validate(cr, user, [id_new], context)
File "/opt/openerp/lp/openerp/openerp/osv/orm.py", line 1562, in _validate
raise except_orm('ValidateError', '\n'.join(error_msgs))
except_orm: ('ValidateError', u'Si \xe8 verificato un errore durante la convalida dei campi arch: Invalid XML for View Architecture!')
2015-05-13 14:07:15,181 7834 ERROR emervol openerp.netsvc: ValidateError
Si è verificato un errore durante la convalida dei campi arch: Invalid XML for View Architecture!
Traceback (most recent call last):
File "/opt/openerp/lp/openerp/openerp/netsvc.py", line 296, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/opt/openerp/lp/openerp/openerp/service/web_services.py", line 626, in dispatch
res = fn(db, uid, *params)
File "/opt/openerp/lp/openerp/openerp/osv/osv.py", line 190, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/opt/openerp/lp/openerp/openerp/osv/osv.py", line 132, in wrapper
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/lp/openerp/openerp/osv/osv.py", line 199, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/lp/openerp/openerp/osv/osv.py", line 187, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/lp/openerp/openerp/addons/base/module/module.py", line 426, in button_immediate_install
return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
File "/opt/openerp/lp/openerp/openerp/addons/base/module/module.py", line 477, in _button_immediate_function
_, pool = pooler.restart_pool(cr.dbname, update_module=True)
File "/opt/openerp/lp/openerp/openerp/pooler.py", line 39, in restart_pool
registry = RegistryManager.new(db_name, force_demo, status, update_module)
File "/opt/openerp/lp/openerp/openerp/modules/registry.py", line 233, in new
openerp.modules.load_modules(registry.db, force_demo, status, update_module)
File "/opt/openerp/lp/openerp/openerp/modules/loading.py", line 354, in load_modules
loaded_modules, update_module)
File "/opt/openerp/lp/openerp/openerp/modules/loading.py", line 256, in load_marked_modules
loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
File "/opt/openerp/lp/openerp/openerp/modules/loading.py", line 188, in load_module_graph
load_data(module_name, idref, mode)
File "/opt/openerp/lp/openerp/openerp/modules/loading.py", line 76, in <lambda>
load_data = lambda *args: _load_data(cr, *args, kind='data')
File "/opt/openerp/lp/openerp/openerp/modules/loading.py", line 124, in _load_data
tools.convert_xml_import(cr, module_name, fp, idref, mode, noupdate, report)
File "/opt/openerp/lp/openerp/openerp/tools/convert.py", line 959, in convert_xml_import
obj.parse(doc.getroot())
File "/opt/openerp/lp/openerp/openerp/tools/convert.py", line 852, in parse
self._tags[rec.tag](self.cr, rec, n)
File "/opt/openerp/lp/openerp/openerp/tools/convert.py", line 819, in _tag_record
id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
File "/opt/openerp/lp/openerp/openerp/addons/base/ir/ir_model.py", line 971, in _update
res_id = model_obj.create(cr, uid, values, context=context)
File "/opt/openerp/lp/openerp/openerp/addons/base/ir/ir_ui_view.py", line 103, in create
return super(view, self).create(cr, uid, values, context)
File "/opt/openerp/lp/openerp/openerp/osv/orm.py", line 4551, in create
self._validate(cr, user, [id_new], context)
File "/opt/openerp/lp/openerp/openerp/osv/orm.py", line 1562, in _validate
raise except_orm('ValidateError', '\n'.join(error_msgs))
except_osv: ('ValidateError', u'Si \xe8 verificato un errore durante la convalida dei campi arch: Invalid XML for View Architecture!')
potrebbe essere qualche modulo non compatibile con l10n_if_fatturapa?