<?xml version="1.0"?>
<odoo>
  <data noupdate="1">
    <record id="note_1" model="note.note">
      <field name="name">Customer report #349872</field>
      <field name="memo"><![CDATA[<b>Customer report #349872</b>
    <br/><br/>* Calendar app in Home
    <br/>*  The calendar module should create a menu in Home, like described above.
    <br/>*  This module should become a main application (in the first screen at installation)
    <br/>*  We should use the term Calendar, not Meeting.
     ]]>
      </field>
      <field name="user_id" ref="base.user_demo"/>
      <field name="color">2</field>
    </record>

    <record id="note_2" model="note.note">
      <field name="memo"><![CDATA[<b>Call Raoulette</b>
    <br/><br/>* Followed by the telephone conversation and mail about D.544.3
    ]]>
      </field>
      <field name="user_id" ref="base.user_demo"/>
    </record>

    <record id="note_4" model="note.note">
      <field name="memo"><![CDATA[<b>Project N.947.5</b>
    <br/><br/>]]>
      </field>
      <field name="stage_id" ref="note_stage_02"/>
      <field name="user_id" ref="base.user_admin"/>
    </record>

    <record id="note_5" model="note.note">
      <field name="memo"><![CDATA[<b>Shop for family dinner</b>
    <br/>* stuffed turkey
    <br/>* wine
    ]]>
      </field>
      <field name="user_id" ref="base.user_demo"/>
    </record>

    <record id="note_6" model="note.note">
      <field name="memo"><![CDATA[<b>Idea to develop</b>
    <br/><br/>* Create a module note_pad
    it transforms the html editable memo text field into widget='pad', similar to project_pad depends on 'memo' and 'pad' modules
    ]]>
      </field>
      <field name="stage_id" ref="note_stage_02"/>
      <field name="user_id" ref="base.user_admin"/>
    </record>

    <record id="note_8" model="note.note">
      <field name="memo"><![CDATA[<b>New computer specs</b>
      <br/><br/>* Motherboard
      according to processor
      <br/>* Processor
      need to decide
      <br/>* Graphic card
      with great performance for games !
      <br/>* Hard drive
      big, for lot of internet backups
      <br/>* Tower
      silent, better when watching films
      <br/>* Blueray drive ?
      is it interesting yet ?
      <br/>* Screen
      a big one, full of pixels, of course !
      ]]>
      </field>
      <field name="stage_id" ref="note_stage_03"/>
      <field name="color">3</field>
      <field name="user_id" ref="base.user_admin"/>
    </record>

    <record id="note_9" model="note.note">
      <field name="memo"><![CDATA[<b>Read those books</b>
      <br/><br/>* Odoo: a modern approach to integrated business management
      <br/>* Odoo for Retail and Industrial Management
      ]]>
      </field>
      <field name="user_id" ref="base.user_demo"/>
    </record>

    <record id="note_12" model="note.note">
      <field name="memo"><![CDATA[<b>Read some documentation about Odoo before diving into the code</b>
      <br/><br/>* Odoo: a modern approach to integrated business management
      <br/>* Odoo for Retail and Industrial Management
      ]]>
      </field>
      <field name="color">7</field>
      <field name="stage_ids" eval="['note_stage_03']"/>
      <field name="user_id" ref="base.user_admin"/>
    </record>

  </data>
</odoo>
