~openerp-dev/openobject-server/trunk-uninstall-tpa

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>
        <record model="ir.module.category" id="module_category_hidden">
            <field name="name">Technical Settings</field>
            <field name="sequence">0</field>
            <field name="visible" eval="0" />
        </record>


        <record model="ir.module.category" id="module_category_localization">
            <field name="name">Localization</field>
            <field name="visible" eval="0" />
        </record>

        <record model="ir.module.category" id="module_category_localization_account_charts">
            <field name="parent_id" ref="module_category_localization" />
            <field name="name">Account Charts</field>
            <field name="visible" eval="0" />
        </record>

        <record model="ir.module.category" id="module_category_customer_relationship_management">
            <field name="name">Customer Relationship Management</field>
            <field name="description">Manage relations with prospects and customers using leads, opportunities, requests or issues.</field>
            <field name="sequence">1</field>
        </record>

        <record model="ir.module.category" id="module_category_sales_management">
            <field name="name">Sales</field>
            <field name="description">Helps you handle your quotations, sale orders and invoicing.</field>
            <field name="sequence">2</field>
        </record>

        <record model="ir.module.category" id="module_category_project_management">
            <field name="name">Project</field>
            <field name="description">Helps you manage your projects and tasks by tracking them, generating plannings, etc...</field>
            <field name="sequence">3</field>
        </record>

        <record model="ir.module.category" id="module_category_knowledge_management">
            <field name="name">Knowledge</field>
            <field name="description">Lets you install addons geared towards sharing knowledge with and between your employees.</field>
            <field name="sequence">4</field>
        </record>

        <record model="ir.module.category" id="module_category_warehouse_management">
            <field name="name">Warehouse</field>
            <field name="description">Helps you manage your inventory and main stock operations: delivery orders, receptions, etc.</field>
            <field name="sequence">5</field>
        </record>

        <record model="ir.module.category" id="module_category_manufacturing">
            <field name="name">Manufacturing</field>
            <field name="description">Helps you manage your manufacturing processes and generate reports on those processes.</field>
            <field name="sequence">6</field>
        </record>

        <record model="ir.module.category" id="module_category_account_voucher">
            <field name="name">Invoicing &amp; Payments</field>
            <field name="description">Allows you to create your invoices and track the payments. It is an easier version of the accounting module for managers who are not accountants.</field>
            <field name="sequence">7</field>
        </record>

        <record model="ir.module.category" id="module_category_accounting_and_finance">
            <field name="name">Accounting &amp; Finance</field>
            <field name="description">Helps you handle your accounting needs, if you are not an accountant, we suggest you to install only the Invoicing.</field>
            <field name="sequence">8</field>
        </record>

        <record model="ir.module.category" id="module_category_purchase_management">
            <field name="name">Purchases</field>
            <field name="description">Helps you manage your purchase-related processes such as requests for quotations, supplier invoices, etc...</field>
            <field name="sequence">9</field>
        </record>

        <record model="ir.module.category" id="module_category_human_resources">
            <field name="name">Human Resources</field>
            <field name="description">Helps you manage your human resources by encoding your employees structure, generating work sheets, tracking attendance and more.</field>
            <field name="sequence">10</field>
        </record>

        <record model="ir.module.category" id="module_category_tools">
            <field name="name">Extra Tools</field>
            <field name="description">Lets you install various interesting but non-essential tools like Survey, Lunch and Ideas box.</field>
            <field name="sequence">11</field>
        </record>

        <record model="ir.module.category" id="module_category_marketing">
            <field name="name">Marketing</field>
            <field name="description">Helps you manage your marketing campaigns step by step.</field>
            <field name="sequence">12</field>
        </record>

        <record model="ir.module.category" id="module_category_point_of_sale">
            <field name="name">Point of Sale</field>
            <field name="description">Helps you get the most out of your points of sales with fast sale encoding, simplified payment mode encoding, automatic picking lists generation and more.</field>
            <field name="sequence">13</field>
        </record>

        <record model="ir.module.category" id="module_category_report_designer">
            <field name="name">Advanced Reporting</field>
            <field name="description">Lets you install various tools to simplify and enhance OpenERP's report creation.</field>
            <field name="sequence">14</field>
        </record>

        <record model="ir.module.category" id="module_category_specific_industry_applications">
            <field name="name">Specific Industry Applications</field>
            <field name="sequence">15</field>
        </record>

        <record model="ir.module.category" id="module_category_website">
            <field name="name">Website</field>
            <field name="sequence">16</field>
        </record>

        <record model="ir.module.category" id="module_category_administration">
            <field name="name">Administration</field>
            <field name="sequence">100</field>
        </record>

        <record model="ir.module.category" id="module_category_usability">
            <field name="name">Usability</field>
            <field name="sequence">101</field>
        </record>

        <!-- add applications to base groups -->
        <record model="res.groups" id="group_erp_manager">
            <field name="category_id" ref="module_category_administration"/>
        </record>
        <record model="res.groups" id="group_system">
            <field name="category_id" ref="module_category_administration"/>
        </record>

        <record model="res.groups" id="group_user">
            <field name="category_id" ref="module_category_human_resources"/>
        </record>

        <record model="res.groups" id="group_multi_company">
            <field name="category_id" ref="module_category_usability"/>
        </record>

        <record model="res.groups" id="group_multi_currency">
            <field name="category_id" ref="module_category_hidden"/>
        </record>

        <record model="res.groups" id="group_no_one">
            <field name="category_id" ref="module_category_usability"/>
        </record>

        <record model="res.groups" id="group_sale_salesman">
            <field name="category_id" ref="module_category_sales_management"/>
        </record>
        <record model="res.groups" id="group_sale_manager">
            <field name="category_id" ref="module_category_sales_management"/>
        </record>

    </data>
</openerp>