This question has been flagged

Hello to all, I have a problem with my server, I think was updating discuss and base module. I got a trace, but the error is located here.  I can edit the old post with all the trace so sorry for reopen.


Parseerror: The Element " Can't be localized on the parent view. Any Ideas for where i start to fix? I cant enter to the server, all via ssh, Thanks in advance :(

Error context: View workflow.tree [view_id: 82, xml_id: base.view_workflow_tree, model: workflow, parent_id: 236] None" while parsing /odoo/odoo-server/openerp/addons/base/workflow/workflow_view.xml:59, near


<record id="view_workflow_tree" model="ir.ui.view">
<field name="name">workflow.tree</field>
<field name="model">workflow</field>
<field name="arch" type="xml">
<tree string="Workflow">
<field name="name"/>
<field name="osv"/>
<field name="on_create"/>
</tree>
</field>
</record>
Avatar
Discard