~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to source/technical_guide/mrp_repair.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-17 18:59:45 UTC
  • Revision ID: truongsinh@vipescoserver-20090717185945-ajjp3zso6xh5jddm
[FIX]private issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: mrp_repair
 
3
    :synopsis: Products Repairs Module (Official, Quality Certified)
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/mrp_repair"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Products Repairs Module (*mrp_repair*)
 
23
======================================
 
24
:Module: mrp_repair
 
25
:Name: Products Repairs Module
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: mrp_repair
 
29
:Web: 
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  The aim is to have a complete module to manage all products repairs. The following topics should be covered by this module:
 
39
             * Add/remove products in the reparation
 
40
             * Impact for stocks
 
41
             * Invoicing (products and/or services)
 
42
             * Warranty concept
 
43
             * Repair quotation report
 
44
             * Notes for the technician and for the final customer
 
45
 
 
46
Download links
 
47
--------------
 
48
 
 
49
You can download this module as a zip file in the following version:
 
50
 
 
51
  * `4.2 <http://www.openerp.com/download/modules/4.2/mrp_repair.zip>`_
 
52
  * `5.0 <http://www.openerp.com/download/modules/5.0/mrp_repair.zip>`_
 
53
  * `trunk <http://www.openerp.com/download/modules/trunk/mrp_repair.zip>`_
 
54
 
 
55
 
 
56
Dependencies
 
57
------------
 
58
 
 
59
 * :mod:`base`
 
60
 * :mod:`sale`
 
61
 * :mod:`account`
 
62
 
 
63
Reports
 
64
-------
 
65
 
 
66
 * Quotation / Order
 
67
 
 
68
Menus
 
69
-------
 
70
 
 
71
 * Manufacturing/Repairs
 
72
 * Manufacturing/Repairs/Repairs in quotation
 
73
 * Manufacturing/Repairs/Repairs in progress
 
74
 * Manufacturing/Repairs/Repairs Ready to Start
 
75
 * Manufacturing/Repairs/Repairs to be invoiced
 
76
 * Manufacturing/Repairs/New Repair
 
77
 
 
78
Views
 
79
-----
 
80
 
 
81
 * mrp.repair.form (form)
 
82
 * mrp.repair.tree (tree)
 
83
 
 
84
 
 
85
Objects
 
86
-------
 
87
 
 
88
Object: Repairs Order (mrp.repair)
 
89
##################################
 
90
 
 
91
 
 
92
 
 
93
:operations: Operation Lines, one2many, readonly
 
94
 
 
95
 
 
96
 
 
97
 
 
98
 
 
99
:address_id: Delivery Address, many2one
 
100
 
 
101
 
 
102
 
 
103
 
 
104
 
 
105
:internal_notes: Internal Notes, text
 
106
 
 
107
 
 
108
 
 
109
 
 
110
 
 
111
:quotation_notes: Quotation Notes, text
 
112
 
 
113
 
 
114
 
 
115
 
 
116
 
 
117
:partner_id: Partner, many2one
 
118
 
 
119
    *This field allow you to choose the parner that will be invoiced and delivered*
 
120
 
 
121
 
 
122
 
 
123
:invoiced: Invoiced, boolean, readonly
 
124
 
 
125
 
 
126
 
 
127
 
 
128
 
 
129
:amount_untaxed: Untaxed Amount, float, readonly
 
130
 
 
131
 
 
132
 
 
133
 
 
134
 
 
135
:location_id: Current Location, many2one, required, readonly
 
136
 
 
137
 
 
138
 
 
139
 
 
140
 
 
141
:amount_tax: Taxes, float, readonly
 
142
 
 
143
 
 
144
 
 
145
 
 
146
 
 
147
:state: Repair State, selection, readonly
 
148
 
 
149
    *Gives the state of the Repair Order*
 
150
 
 
151
 
 
152
 
 
153
:pricelist_id: Pricelist, many2one
 
154
 
 
155
    *The pricelist comes from the selected partner, by default.*
 
156
 
 
157
 
 
158
 
 
159
:amount_total: Total, float, readonly
 
160
 
 
161
 
 
162
 
 
163
 
 
164
 
 
165
:prodlot_id: Lot Number, many2one
 
166
 
 
167
 
 
168
 
 
169
 
 
170
 
 
171
:partner_invoice_id: Invoicing Address, many2one
 
172
 
 
173
 
 
174
 
 
175
 
 
176
 
 
177
:move_id: Move, many2one, required, readonly
 
178
 
 
179
 
 
180
 
 
181
 
 
182
 
 
183
:name: Repair Ref, char, required
 
184
 
 
185
 
 
186
 
 
187
 
 
188
 
 
189
:product_id: Product to Repair, many2one, required, readonly
 
190
 
 
191
 
 
192
 
 
193
 
 
194
 
 
195
:guarantee_limit: Guarantee limit, date
 
196
 
 
197
    *The garantee limit is computed as: last move date + warranty defined on selected product. If the current date is below the garantee limit, each operation and fee you will add will be set as 'not to invoiced' by default. Note that you can change manually afterwards.*
 
198
 
 
199
 
 
200
 
 
201
:deliver_bool: Deliver, boolean
 
202
 
 
203
    *Check this box if you want to manage the delivery once the product is repaired. If cheked, it will create a packing with selected product. Note that you can select the locations in the Info tab, if you have the extended view.*
 
204
 
 
205
 
 
206
 
 
207
:invoice_method: Invoice Method, selection, required, readonly
 
208
 
 
209
    *This field allow you to change the workflow of the repair order. If value selected is different from 'No Invoice', it also allow you to select the pricelist and invoicing address.*
 
210
 
 
211
 
 
212
 
 
213
:location_dest_id: Delivery Location, many2one, readonly
 
214
 
 
215
 
 
216
 
 
217
 
 
218
 
 
219
:invoice_id: Invoice, many2one, readonly
 
220
 
 
221
 
 
222
 
 
223
 
 
224
 
 
225
:fees_lines: Fees Lines, one2many, readonly
 
226
 
 
227
 
 
228
 
 
229
 
 
230
 
 
231
:repaired: Repaired, boolean, readonly
 
232
 
 
233
 
 
234
 
 
235
 
 
236
 
 
237
:picking_id: Packing, many2one, readonly
 
238
 
 
239
 
 
240
 
 
241
 
 
242
Object: Repair Operations Lines (mrp.repair.line)
 
243
#################################################
 
244
 
 
245
 
 
246
 
 
247
:product_id: Product, many2one, required
 
248
 
 
249
 
 
250
 
 
251
 
 
252
 
 
253
:product_uom: Product UoM, many2one, required
 
254
 
 
255
 
 
256
 
 
257
 
 
258
 
 
259
:repair_id: Repair Order Ref, many2one
 
260
 
 
261
 
 
262
 
 
263
 
 
264
 
 
265
:type: Type, selection, required
 
266
 
 
267
 
 
268
 
 
269
 
 
270
 
 
271
:price_unit: Unit Price, float, required
 
272
 
 
273
 
 
274
 
 
275
 
 
276
 
 
277
:product_uom_qty: Quantity (UoM), float, required
 
278
 
 
279
 
 
280
 
 
281
 
 
282
 
 
283
:price_subtotal: Subtotal, float, readonly
 
284
 
 
285
 
 
286
 
 
287
 
 
288
 
 
289
:name: Description, char, required
 
290
 
 
291
 
 
292
 
 
293
 
 
294
 
 
295
:to_invoice: To Invoice, boolean
 
296
 
 
297
 
 
298
 
 
299
 
 
300
 
 
301
:state: Status, selection, required, readonly
 
302
 
 
303
 
 
304
 
 
305
 
 
306
 
 
307
:location_dest_id: Dest. Location, many2one, required
 
308
 
 
309
 
 
310
 
 
311
 
 
312
 
 
313
:tax_id: Taxes, many2many
 
314
 
 
315
 
 
316
 
 
317
 
 
318
 
 
319
:location_id: Source Location, many2one, required
 
320
 
 
321
 
 
322
 
 
323
 
 
324
 
 
325
:invoice_line_id: Invoice Line, many2one, readonly
 
326
 
 
327
 
 
328
 
 
329
 
 
330
 
 
331
:move_id: Inventory Move, many2one, readonly
 
332
 
 
333
 
 
334
 
 
335
 
 
336
 
 
337
:invoiced: Invoiced, boolean, readonly
 
338
 
 
339
 
 
340
 
 
341
 
 
342
Object: Repair Fees line (mrp.repair.fee)
 
343
#########################################
 
344
 
 
345
 
 
346
 
 
347
:name: Description, char, required
 
348
 
 
349
 
 
350
 
 
351
 
 
352
 
 
353
:product_uom: Product UoM, many2one, required
 
354
 
 
355
 
 
356
 
 
357
 
 
358
 
 
359
:repair_id: Repair Order Ref, many2one, required
 
360
 
 
361
 
 
362
 
 
363
 
 
364
 
 
365
:price_unit: Unit Price, float, required
 
366
 
 
367
 
 
368
 
 
369
 
 
370
 
 
371
:product_uom_qty: Quantity, float, required
 
372
 
 
373
 
 
374
 
 
375
 
 
376
 
 
377
:price_subtotal: Subtotal, float, readonly
 
378
 
 
379
 
 
380
 
 
381
 
 
382
 
 
383
:to_invoice: To Invoice, boolean
 
384
 
 
385
 
 
386
 
 
387
 
 
388
 
 
389
:invoiced: Invoiced, boolean, readonly
 
390
 
 
391
 
 
392
 
 
393
 
 
394
 
 
395
:tax_id: Taxes, many2many
 
396
 
 
397
 
 
398
 
 
399
 
 
400
 
 
401
:invoice_line_id: Invoice Line, many2one, readonly
 
402
 
 
403
 
 
404
 
 
405
 
 
406
 
 
407
:product_id: Product, many2one
 
408
 
 
409