[MERGE] merge with lp:openobject-server
[odoo/odoo.git] / addons / wiki_quality_manual / wiki_quality_manual.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data noupdate="1">
4       <record id="wiki_quality_manual" model="wiki.wiki">
5         <field name="name">Quality Manual</field>
6         <field name="tags">quality, faq, manual</field>
7         <field name="minor_edit">0</field>
8         <field name="toc">1</field>
9         <field name="review">1</field>
10         <field name="section">2</field>
11         <field name="summary">Base template</field>
12         <field name="text_area">
13 =Application Domain=
14
15 ==General==
16
17 ==Application Perimeter==
18
19 =Standard References=
20
21 =Terms and Definitions=
22
23 ==Confidentiality==
24
25 =Quality Management System=
26
27 ==General Requirements==
28
29 ===Quality Comitee===
30
31 ==Requirements related to Documentation==
32
33 ===General===
34
35 ===Quality Manual===
36
37 ===Document Control===
38
39 ===Record Control===
40
41 =Management Responsibilities=
42
43 ==Management Involvement==
44
45 ==Customer Care==
46
47 ==Quality Policy==
48
49 ==Planning==
50
51 ===Quality Objectives===
52
53 ===Planning of the quality management system===
54
55 ==Responsibility, Authority and Communication==
56
57 ===Responsibility and Authority===
58
59 ===Management Representative===
60
61 ===Internal Communication===
62
63 ==Management Review==
64
65 ===General===
66
67 ===Input===
68
69 ===Output===
70
71 =Resource Management=
72
73 ==Resources==
74
75 ==Human Resources==
76
77 ===General===
78
79 ===Skills, Training and Awareness===
80
81 ==Infrastructure==
82
83 ===Equipments===
84
85 ===Maintenance===
86
87 ==Work Environment==
88
89 =Goods/Services Production=
90
91 ==Planning of the Goods/Services Production==
92
93 ==Processes related to the customer==
94
95 ==Conception and Development==
96
97 ===Conception and Development Planning===
98
99 ===Input of the Conception and Development===
100
101 ===Output of the Conception and Development===
102
103 ===Conception and Development Review===
104
105 ===Conception and Development Verification===
106
107 ===Conception and Development Validation===
108
109 ===Change Management of the Conception and Development===
110
111 ==Purchasing==
112
113 ==Goods/Services Preparation and Production==
114
115 ===Goods/Services Preparation and Production Management===
116
117 ===Goods/Services Preparation and Production Processes Validation===
118
119 ===Identification and Traceability===
120
121 ===Customer Properties===
122
123 ===Product Preservation===
124
125 ==Measuring and Monitoring Equipments Control==
126
127 =Measurement, Analysis and Improvement=
128
129 ==General==
130
131 ==Monitoring and Measurement==
132
133 ===Customer Satisfaction===
134
135 ===Internal Audits===
136
137 ===Monitoring and Measurement of Process===
138
139 ===Monitoring and Measurement of Service===
140
141 ==Control of Nonconformities==
142
143 ==Analysis of Data==
144
145 ===Statistical Data===
146
147 ==Improvement==
148
149 ===Continual Improvement===
150
151 ===Corrective Action===
152
153 ===Preventive Action===
154         </field>
155       </record>
156       <record id="wiki_group_quality_manual" model="wiki.groups">
157         <field name="name">Quality Manual</field>
158         <field name="section">2</field>
159         <field name="home" ref="wiki_quality_manual"/>
160       </record>
161     </data>
162     <data>
163       <record id="wiki_quality_manual" model="wiki.wiki">
164         <field name="group_id" ref="wiki_group_quality_manual"/>
165       </record>
166     </data>
167 </openerp>