[IMP]: rename then name category2_id field to type_id and remove the msg_new function
[odoo/odoo.git] / addons / crm / crm_phonecall_data.xml
1 <?xml version="1.0"?>
2 <openerp>
3 <data noupdate="1">
4 ->
5         
6         <!--
7         Phonecall Categories
8         -->
9         <record model="crm.phonecall.categ" id="categ_phone1">
10                 <field name="name">Inbound</field>
11                 <field name="section_id" ref="section_sales_department"/>
12         </record>
13         <record model="crm.phonecall.categ" id="categ_phone2">
14                 <field name="name">Outbound</field>
15                 <field name="section_id" ref="section_sales_department"/>
16         </record>
17         
18         <!--
19         Case Stage
20         -->
21         <record model="crm.phonecall.stage" id="stage_phone1">
22                 <field name="name">Planned</field>
23                 <field name="section_id" ref="section_sales_department"/>
24         </record>       
25         <record model="crm.phonecall.stage" id="stage_phone2">
26                 <field name="name">Held</field>
27                 <field name="section_id" ref="section_sales_department"/>
28         </record>       
29         <record model="crm.phonecall.stage" id="stage_phone3">
30                 <field name="name">Not Held</field>
31                 <field name="section_id" ref="section_sales_department"/>
32         </record>
33 </data>
34 </openerp>