This question has been flagged
2608 Views

Hello All,

I am trying to upgrade a database in V7 to latest trunk (modules), I am getting a below error, any thoughts..?

ParseError: "list index out of range" while parsing /opt/openerpv7/addons/project/project_data.xml:135, near

<record model="mail.message" id="module_install_notification">
        <field name="model">mail.group</field>
        <field name="res_id" ref="mail.group_all_employees"/>
        <field name="type">notification</field>
        <field name="subtype_id" ref="mail.mt_comment"/>
        <field name="subject">Project Management application installed!</field>
        <field name="body">&lt;p&gt;Manage multi-level projects and tasks.  You can delegate tasks, track task work, and review your planning.&lt;/p&gt;
&lt;p&gt;You can manage todo lists on tasks by installing the &lt;i&gt;Todo Lists&lt;/i&gt; application, supporting the Getting Things Done (GTD) methodology.&lt;/p&gt;
&lt;p&gt;You can also manage issues/bugs in projects by installing the "Issue Tracker" application.&lt;/p&gt;</field>
</record>
Avatar
Discard