Skip to content
Snippets Groups Projects
Commit 4b0c1073 authored by Damien Bouvy's avatar Damien Bouvy
Browse files

[FIX] project: falsy demo data

The author_id field is actually a res.partner, not a res.users.

In some cases, if the partner with id 1 is deleted, installing
project was impossible.
parent aa510740
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@
<record id="msg_task_4" model="mail.message">
<field name="subject">Converse with your customers and colleagues</field>
<field name="model">project.task</field>
<field name="author_id" ref="base.user_root"/>
<field name="author_id" ref="base.partner_root"/>
<field name="res_id" ref="project_task_data_4"/>
<field name="body">Use this chatter to send emails. Add new people in the followers list, to make them aware about the main changes about this task!</field>
<field name="message_type">email</field>
......@@ -261,7 +261,7 @@
<field name="subject">How to open the implementation guide ?</field>
<field name="model">project.task</field>
<field name="res_id" ref="project_task_data_8"/>
<field name="author_id" ref="base.user_root"/>
<field name="author_id" ref="base.partner_root"/>
<field name="body"><![CDATA[Click on this icon in the upper right corner to open the planner<br/>
Best regards,<br/>Me.</p>]]></field>
<field name="message_type">comment</field>
......@@ -320,7 +320,7 @@
<field name="subject">How to open the planner ?</field>
<field name="model">project.task</field>
<field name="res_id" ref="project_task_data_14"/>
<field name="author_id" ref="base.user_root"/>
<field name="author_id" ref="base.partner_root"/>
<field name="body"><![CDATA[Look at this beautiful bird !]]></field>
<field name="message_type">comment</field>
<field name="attachment_ids" eval="[(6, 0, [ref('msg_task_data_14_attach')])]"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment