~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/mrp.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: mrp
 
3
    :synopsis: Manufacturing Resource Planning (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"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Manufacturing Resource Planning (*mrp*)
 
23
=======================================
 
24
:Module: mrp
 
25
:Name: Manufacturing Resource Planning
 
26
:Version: 5.0.1.1
 
27
:Author: Tiny
 
28
:Directory: mrp
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  This is the base module to manage the manufacturing process in Open ERP.
 
39
  
 
40
      Features:
 
41
      * Make to Stock / Make to Order (by line)
 
42
      * Multi-level BoMs, no limit
 
43
      * Multi-level routing, no limit
 
44
      * Routing and workcenter integrated with analytic accounting
 
45
      * Scheduler computation periodically / Just In Time module
 
46
      * Multi-pos, multi-warehouse
 
47
      * Different reordering policies
 
48
      * Cost method by product: standard price, average price
 
49
      * Easy analysis of troubles or needs
 
50
      * Very flexible
 
51
      * Allows to browse Bill of Materials in complete structure
 
52
          that include child and phantom BoMs
 
53
      It supports complete integration and planification of stockable goods,
 
54
      consumable of services. Services are completely integrated with the rest
 
55
      of the software. For instance, you can set up a sub-contracting service
 
56
      in a BoM to automatically purchase on order the assembly of your production.
 
57
  
 
58
      Reports provided by this module:
 
59
      * Bill of Material structure and components
 
60
      * Load forecast on workcenters
 
61
      * Print a production order
 
62
      * Stock forecasts
 
63
 
 
64
Download links
 
65
--------------
 
66
 
 
67
You can download this module as a zip file in the following version:
 
68
 
 
69
  * `4.2 <http://www.openerp.com/download/modules/4.2/mrp.zip>`_
 
70
  * `5.0 <http://www.openerp.com/download/modules/5.0/mrp.zip>`_
 
71
  * `trunk <http://www.openerp.com/download/modules/trunk/mrp.zip>`_
 
72
 
 
73
 
 
74
Dependencies
 
75
------------
 
76
 
 
77
 * :mod:`stock`
 
78
 * :mod:`hr`
 
79
 * :mod:`purchase`
 
80
 * :mod:`product`
 
81
 * :mod:`process`
 
82
 
 
83
Reports
 
84
-------
 
85
 
 
86
 * BOM Structure
 
87
 
 
88
 * Production Order
 
89
 
 
90
Menus
 
91
-------
 
92
 
 
93
 * Manufacturing/Compute All Schedulers
 
94
 * Manufacturing
 
95
 * Stock Management/Automatic Procurements
 
96
 * Manufacturing/Configuration
 
97
 * Manufacturing/Configuration/Properties
 
98
 * Manufacturing/Configuration/Properties/Property Categories
 
99
 * Manufacturing/Configuration/Properties/Properties
 
100
 * Manufacturing/Configuration/Workcenters
 
101
 * Manufacturing/Configuration/Routings
 
102
 * Manufacturing/Configuration/Bill of Materials
 
103
 * Manufacturing/Configuration/Bill of Materials/Bill of Material Structure
 
104
 * Manufacturing/Configuration/Bill of Materials/New Bill of Materials
 
105
 * Manufacturing/Configuration/Bill of Materials Components
 
106
 * Manufacturing/Production Orders
 
107
 * Manufacturing/Production Orders/Production Orders Planning
 
108
 * Manufacturing/Production Orders/Production Orders To Start
 
109
 * Manufacturing/Production Orders/Production Orders in Progress
 
110
 * Manufacturing/Production Orders/Production Orders Waiting Products
 
111
 * Manufacturing/Production Orders/New Production Order
 
112
 * Manufacturing/Procurement Orders
 
113
 * Manufacturing/Procurement Orders/Unscheduled procurements
 
114
 * Stock Management/Automatic Procurements/Exceptions Procurements
 
115
 * Stock Management/Automatic Procurements/Exceptions Procurements/Exceptions Procurements to Fix
 
116
 * Stock Management/Automatic Procurements/Exceptions Procurements/Temporary Procurement Exceptions
 
117
 * Manufacturing/Procurement Orders/New Procurement
 
118
 * Stock Management/Automatic Procurements/Minimum Stock Rules
 
119
 * Manufacturing/Compute All Schedulers/Compute Procurements Only
 
120
 * Manufacturing/Compute All Schedulers/Compute Stock Minimum Rules Only
 
121
 
 
122
Views
 
123
-----
 
124
 
 
125
 * mrp.property.group.form (form)
 
126
 * mrp.property.tree (tree)
 
127
 * mrp.property.form (form)
 
128
 * mrp.workcenter.tree (tree)
 
129
 * mrp.workcenter.form (form)
 
130
 * mrp.routing.workcenter.tree (tree)
 
131
 * mrp.routing.workcenter.form (form)
 
132
 * mrp.routing.form (form)
 
133
 * mrp.routing.tree (tree)
 
134
 * mrp.bom.form (form)
 
135
 * mrp.bom.tree (tree)
 
136
 * mrp.bom.revision (tree)
 
137
 * mrp.bom.revision (form)
 
138
 * mrp.production.tree (tree)
 
139
 * mrp.production.calendar (calendar)
 
140
 * mrp.production.gantt (gantt)
 
141
 * mrp.production.graph (graph)
 
142
 * mrp.production.form (form)
 
143
 * mrp.production.lot.line.form (form)
 
144
 * mrp.production.lot.line.tree (tree)
 
145
 * mrp.production.product.line.form (form)
 
146
 * mrp.production.product.line.tree (tree)
 
147
 * mrp.procurement.tree (tree)
 
148
 * mrp.procurement.form (form)
 
149
 * stock.warehouse.orderpoint.tree (tree)
 
150
 * stock.warehouse.orderpoint.form (form)
 
151
 * \* INHERIT res.company.mrp.config (form)
 
152
 
 
153
 
 
154
Objects
 
155
-------
 
156
 
 
157
Object: Workcenter (mrp.workcenter)
 
158
###################################
 
159
 
 
160
 
 
161
 
 
162
:costs_cycle_account_id: Cycle Account, many2one
 
163
 
 
164
    *Complete this only if you want automatic analytic accounting entries on production orders.*
 
165
 
 
166
 
 
167
 
 
168
:time_efficiency: Time Efficiency, float
 
169
 
 
170
    *Factor that multiplies all times expressed in the workcenter.*
 
171
 
 
172
 
 
173
 
 
174
:code: Code, char
 
175
 
 
176
 
 
177
 
 
178
 
 
179
 
 
180
:time_start: Time before prod., float
 
181
 
 
182
    *Time in hours for the setup.*
 
183
 
 
184
 
 
185
 
 
186
:name: Workcenter Name, char, required
 
187
 
 
188
 
 
189
 
 
190
 
 
191
 
 
192
:time_stop: Time after prod., float
 
193
 
 
194
    *Time in hours for the cleaning.*
 
195
 
 
196
 
 
197
 
 
198
:capacity_per_cycle: Capacity per Cycle, float
 
199
 
 
200
    *Number of operation this workcenter can do in parallel. If this workcenter represent a team of 5 workers, the capacity per cycle is 5.*
 
201
 
 
202
 
 
203
 
 
204
:type: Type, selection, required
 
205
 
 
206
 
 
207
 
 
208
 
 
209
 
 
210
:costs_journal_id: Analytic Journal, many2one
 
211
 
 
212
 
 
213
 
 
214
 
 
215
 
 
216
:note: Description, text
 
217
 
 
218
    *Description of the workcenter. Explain here what's a cycle according to this workcenter.*
 
219
 
 
220
 
 
221
 
 
222
:costs_hour: Cost per hour, float
 
223
 
 
224
 
 
225
 
 
226
 
 
227
 
 
228
:costs_hour_account_id: Hour Account, many2one
 
229
 
 
230
    *Complete this only if you want automatic analytic accounting entries on production orders.*
 
231
 
 
232
 
 
233
 
 
234
:costs_cycle: Cost per cycle, float
 
235
 
 
236
 
 
237
 
 
238
 
 
239
 
 
240
:timesheet_id: Working Time, many2one
 
241
 
 
242
    *The normal working time of the workcenter.*
 
243
 
 
244
 
 
245
 
 
246
:active: Active, boolean
 
247
 
 
248
 
 
249
 
 
250
 
 
251
 
 
252
:costs_general_account_id: General Account, many2one
 
253
 
 
254
 
 
255
 
 
256
 
 
257
 
 
258
:time_cycle: Time for 1 cycle (hour), float
 
259
 
 
260
    *Time in hours for doing one cycle.*
 
261
 
 
262
 
 
263
Object: Property Group (mrp.property.group)
 
264
###########################################
 
265
 
 
266
 
 
267
 
 
268
:name: Property Group, char, required
 
269
 
 
270
 
 
271
 
 
272
 
 
273
 
 
274
:description: Description, text
 
275
 
 
276
 
 
277
 
 
278
 
 
279
Object: Property (mrp.property)
 
280
###############################
 
281
 
 
282
 
 
283
 
 
284
:group_id: Property Group, many2one, required
 
285
 
 
286
 
 
287
 
 
288
 
 
289
 
 
290
:composition: Properties composition, selection, required
 
291
 
 
292
    *Not used in computations, for information purpose only.*
 
293
 
 
294
 
 
295
 
 
296
:name: Name, char, required
 
297
 
 
298
 
 
299
 
 
300
 
 
301
 
 
302
:description: Description, text
 
303
 
 
304
 
 
305
 
 
306
 
 
307
Object: Routing (mrp.routing)
 
308
#############################
 
309
 
 
310
 
 
311
 
 
312
:workcenter_lines: Workcenters, one2many
 
313
 
 
314
 
 
315
 
 
316
 
 
317
 
 
318
:code: Code, char
 
319
 
 
320
 
 
321
 
 
322
 
 
323
 
 
324
:name: Name, char, required
 
325
 
 
326
 
 
327
 
 
328
 
 
329
 
 
330
:note: Description, text
 
331
 
 
332
 
 
333
 
 
334
 
 
335
 
 
336
:active: Active, boolean
 
337
 
 
338
 
 
339
 
 
340
 
 
341
 
 
342
:location_id: Production Location, many2one
 
343
 
 
344
    *Keep empty if you produce at the location where the finished products are needed.Set a location if you produce at a fixed location. This can be a partner location if you subcontract the manufacturing operations.*
 
345
 
 
346
 
 
347
Object: Routing workcenter usage (mrp.routing.workcenter)
 
348
#########################################################
 
349
 
 
350
 
 
351
 
 
352
:cycle_nbr: Number of Cycle, float, required
 
353
 
 
354
    *A cycle is defined in the workcenter definition.*
 
355
 
 
356
 
 
357
 
 
358
:name: Name, char, required
 
359
 
 
360
 
 
361
 
 
362
 
 
363
 
 
364
:sequence: Sequence, integer
 
365
 
 
366
 
 
367
 
 
368
 
 
369
 
 
370
:note: Description, text
 
371
 
 
372
 
 
373
 
 
374
 
 
375
 
 
376
:routing_id: Parent Routing, many2one
 
377
 
 
378
 
 
379
 
 
380
 
 
381
 
 
382
:workcenter_id: Workcenter, many2one, required
 
383
 
 
384
 
 
385
 
 
386
 
 
387
 
 
388
:hour_nbr: Number of Hours, float, required
 
389
 
 
390
 
 
391
 
 
392
 
 
393
Object: Bill of Material (mrp.bom)
 
394
##################################
 
395
 
 
396
 
 
397
 
 
398
:property_ids: Properties, many2many
 
399
 
 
400
 
 
401
 
 
402
 
 
403
 
 
404
:product_uos_qty: Product UOS Qty, float
 
405
 
 
406
 
 
407
 
 
408
 
 
409
 
 
410
:date_stop: Valid Until, date
 
411
 
 
412
    *Validity of this BoM or component. Keep empty if it's always valid.*
 
413
 
 
414
 
 
415
 
 
416
:code: Code, char
 
417
 
 
418
 
 
419
 
 
420
 
 
421
 
 
422
:product_uom: Product UOM, many2one, required
 
423
 
 
424
 
 
425
 
 
426
 
 
427
 
 
428
:sequence: Sequence, integer
 
429
 
 
430
 
 
431
 
 
432
 
 
433
 
 
434
:child_complete_ids: BoM Hyerarchy, many2many, readonly
 
435
 
 
436
 
 
437
 
 
438
 
 
439
 
 
440
:product_qty: Product Qty, float, required
 
441
 
 
442
 
 
443
 
 
444
 
 
445
 
 
446
:product_uos: Product UOS, many2one
 
447
 
 
448
 
 
449
 
 
450
 
 
451
 
 
452
:date_start: Valid From, date
 
453
 
 
454
    *Validity of this BoM or component. Keep empty if it's always valid.*
 
455
 
 
456
 
 
457
 
 
458
:sub_products: sub_products, one2many
 
459
 
 
460
 
 
461
 
 
462
 
 
463
 
 
464
:bom_id: Parent BoM, many2one
 
465
 
 
466
 
 
467
 
 
468
 
 
469
 
 
470
:bom_lines: BoM Lines, one2many
 
471
 
 
472
 
 
473
 
 
474
 
 
475
 
 
476
:type: BoM Type, selection, required
 
477
 
 
478
    *Use a phantom bill of material in raw materials lines that have to be automatically computed in on eproduction order and not one per level.If you put "Phantom/Set" at the root level of a bill of material it is considered as a set or pack: the products are replaced by the components between the sale order to the picking without going through the production order.The normal BoM will generate one production order per BoM level.*
 
479
 
 
480
 
 
481
 
 
482
:method: Method, selection, readonly
 
483
 
 
484
 
 
485
 
 
486
 
 
487
 
 
488
:child_ids: BoM Hyerarchy, many2many, readonly
 
489
 
 
490
 
 
491
 
 
492
 
 
493
 
 
494
:routing_id: Routing, many2one
 
495
 
 
496
    *The list of operations (list of workcenters) to produce the finished product. The routing is mainly used to compute workcenter costs during operations and to plan futur loads on workcenters based on production plannification.*
 
497
 
 
498
 
 
499
 
 
500
:revision_type: indice type, selection
 
501
 
 
502
 
 
503
 
 
504
 
 
505
 
 
506
:active: Active, boolean
 
507
 
 
508
 
 
509
 
 
510
 
 
511
 
 
512
:product_efficiency: Product Efficiency, float, required
 
513
 
 
514
    *Efficiency on the production. A factor of 0.9 means a loss of 10% in the production.*
 
515
 
 
516
 
 
517
 
 
518
:product_id: Product, many2one, required
 
519
 
 
520
 
 
521
 
 
522
 
 
523
 
 
524
:product_rounding: Product Rounding, float
 
525
 
 
526
    *Rounding applied on the product quantity. For integer only values, put 1.0*
 
527
 
 
528
 
 
529
 
 
530
:name: Name, char, required
 
531
 
 
532
 
 
533
 
 
534
 
 
535
 
 
536
:variation_lines: Variation lines, one2many
 
537
 
 
538
 
 
539
 
 
540
 
 
541
 
 
542
:revision_ids: BoM Revisions, one2many
 
543
 
 
544
 
 
545
 
 
546
 
 
547
 
 
548
:position: Internal Ref., char
 
549
 
 
550
    *Reference to a position in an external plan.*
 
551
 
 
552
 
 
553
Object: Bill of material revisions (mrp.bom.revision)
 
554
#####################################################
 
555
 
 
556
 
 
557
 
 
558
:indice: Revision, char
 
559
 
 
560
 
 
561
 
 
562
 
 
563
 
 
564
:name: Modification name, char, required
 
565
 
 
566
 
 
567
 
 
568
 
 
569
 
 
570
:bom_id: BoM, many2one
 
571
 
 
572
 
 
573
 
 
574
 
 
575
 
 
576
:last_indice: last indice, char
 
577
 
 
578
 
 
579
 
 
580
 
 
581
 
 
582
:date: Modification Date, date
 
583
 
 
584
 
 
585
 
 
586
 
 
587
 
 
588
:author_id: Author, many2one
 
589
 
 
590
 
 
591
 
 
592
 
 
593
 
 
594
:description: Description, text
 
595
 
 
596
 
 
597
 
 
598
 
 
599
Object: Production (mrp.production)
 
600
###################################
 
601
 
 
602
 
 
603
 
 
604
:origin: Origin, char
 
605
 
 
606
 
 
607
 
 
608
 
 
609
 
 
610
:product_uos_qty: Product UoS Qty, float
 
611
 
 
612
 
 
613
 
 
614
 
 
615
 
 
616
:product_uom: Product UOM, many2one, required
 
617
 
 
618
 
 
619
 
 
620
 
 
621
 
 
622
:procure_id: Procurement, many2one, readonly
 
623
 
 
624
 
 
625
 
 
626
 
 
627
 
 
628
:sale_ref: Sale Ref, char, readonly
 
629
 
 
630
 
 
631
 
 
632
 
 
633
 
 
634
:product_qty: Product Qty, float, required
 
635
 
 
636
 
 
637
 
 
638
 
 
639
 
 
640
:product_uos: Product UoS, many2one
 
641
 
 
642
 
 
643
 
 
644
 
 
645
 
 
646
:date_planned_date: Planned Date, date, readonly
 
647
 
 
648
 
 
649
 
 
650
 
 
651
 
 
652
:partner_id: Partner, many2one
 
653
 
 
654
 
 
655
 
 
656
 
 
657
 
 
658
:note: Notes, text
 
659
 
 
660
 
 
661
 
 
662
 
 
663
 
 
664
:sale_name: Sale Name, char, readonly
 
665
 
 
666
 
 
667
 
 
668
 
 
669
 
 
670
:location_src_id: Raw Materials Location, many2one, required
 
671
 
 
672
    *Location where the system will look for products used in raw materials.*
 
673
 
 
674
 
 
675
 
 
676
:cycle_total: Total Cycles, float, readonly
 
677
 
 
678
 
 
679
 
 
680
 
 
681
 
 
682
:date_start: Start Date, datetime
 
683
 
 
684
 
 
685
 
 
686
 
 
687
 
 
688
:priority: Priority, selection
 
689
 
 
690
 
 
691
 
 
692
 
 
693
 
 
694
:state: Status, selection, readonly
 
695
 
 
696
 
 
697
 
 
698
 
 
699
 
 
700
:product_lines: Scheduled goods, one2many
 
701
 
 
702
 
 
703
 
 
704
 
 
705
 
 
706
:bom_id: Bill of Material, many2one
 
707
 
 
708
 
 
709
 
 
710
 
 
711
 
 
712
:move_lines: Products Consummed, many2many
 
713
 
 
714
 
 
715
 
 
716
 
 
717
 
 
718
:routing_id: Routing, many2one
 
719
 
 
720
 
 
721
 
 
722
 
 
723
 
 
724
:date_finnished: End Date, datetime
 
725
 
 
726
 
 
727
 
 
728
 
 
729
 
 
730
:move_created_ids: Moves Created, one2many
 
731
 
 
732
 
 
733
 
 
734
 
 
735
 
 
736
:product_id: Product, many2one, required
 
737
 
 
738
 
 
739
 
 
740
 
 
741
 
 
742
:workcenter_lines: Workcenters Utilisation, one2many
 
743
 
 
744
 
 
745
 
 
746
 
 
747
 
 
748
:name: Reference, char, required
 
749
 
 
750
 
 
751
 
 
752
 
 
753
 
 
754
:move_prod_id: Move product, many2one, readonly
 
755
 
 
756
 
 
757
 
 
758
 
 
759
 
 
760
:date_planned: Scheduled date, datetime, required
 
761
 
 
762
 
 
763
 
 
764
 
 
765
 
 
766
:hour_total: Total Hours, float, readonly
 
767
 
 
768
 
 
769
 
 
770
 
 
771
 
 
772
:location_dest_id: Finished Products Location, many2one, required
 
773
 
 
774
    *Location where the system will stock the finished products.*
 
775
 
 
776
 
 
777
 
 
778
:picking_id: Packing list, many2one, readonly
 
779
 
 
780
    *This is the internal picking list take bring the raw materials to the production plan.*
 
781
 
 
782
 
 
783
Object: Production workcenters used (mrp.production.workcenter.line)
 
784
####################################################################
 
785
 
 
786
 
 
787
 
 
788
:product: Product, many2one
 
789
 
 
790
 
 
791
 
 
792
 
 
793
 
 
794
:date_start: Start Date, datetime
 
795
 
 
796
 
 
797
 
 
798
 
 
799
 
 
800
:name: Name, char, required
 
801
 
 
802
 
 
803
 
 
804
 
 
805
 
 
806
:hour: Nbr of hour, float
 
807
 
 
808
 
 
809
 
 
810
 
 
811
 
 
812
:sequence: Sequence, integer, required
 
813
 
 
814
 
 
815
 
 
816
 
 
817
 
 
818
:production_state: Prod.State, char
 
819
 
 
820
 
 
821
 
 
822
 
 
823
 
 
824
:qty: Qty, float
 
825
 
 
826
 
 
827
 
 
828
 
 
829
 
 
830
:delay: Delay, char, readonly
 
831
 
 
832
    *This is delay between operation start and stop in this workcenter*
 
833
 
 
834
 
 
835
 
 
836
:state: Status, selection, readonly
 
837
 
 
838
 
 
839
 
 
840
 
 
841
 
 
842
:date_finnished: End Date, datetime
 
843
 
 
844
 
 
845
 
 
846
 
 
847
 
 
848
:production_id: Production Order, many2one
 
849
 
 
850
 
 
851
 
 
852
 
 
853
 
 
854
:date_planned: Date Planned, datetime
 
855
 
 
856
 
 
857
 
 
858
 
 
859
 
 
860
:workcenter_id: Workcenter, many2one, required
 
861
 
 
862
 
 
863
 
 
864
 
 
865
 
 
866
:uom: UOM, many2one
 
867
 
 
868
 
 
869
 
 
870
 
 
871
 
 
872
:cycle: Nbr of cycle, float
 
873
 
 
874
 
 
875
 
 
876
 
 
877
Object: Production scheduled products (mrp.production.product.line)
 
878
###################################################################
 
879
 
 
880
 
 
881
 
 
882
:product_uos_qty: Product UOS Qty, float
 
883
 
 
884
 
 
885
 
 
886
 
 
887
 
 
888
:name: Name, char, required
 
889
 
 
890
 
 
891
 
 
892
 
 
893
 
 
894
:product_uom: Product UOM, many2one, required
 
895
 
 
896
 
 
897
 
 
898
 
 
899
 
 
900
:production_id: Production Order, many2one
 
901
 
 
902
 
 
903
 
 
904
 
 
905
 
 
906
:product_qty: Product Qty, float, required
 
907
 
 
908
 
 
909
 
 
910
 
 
911
 
 
912
:product_uos: Product UOS, many2one
 
913
 
 
914
 
 
915
 
 
916
 
 
917
 
 
918
:product_id: Product, many2one, required
 
919
 
 
920
 
 
921
 
 
922
 
 
923
Object: Procurement (mrp.procurement)
 
924
#####################################
 
925
 
 
926
 
 
927
 
 
928
:origin: Origin, char
 
929
 
 
930
    *Reference of the document that created this procurement.
 
931
    This is automatically completed by Open ERP.*
 
932
 
 
933
 
 
934
 
 
935
:product_uos_qty: UoS Quantity, float
 
936
 
 
937
 
 
938
 
 
939
 
 
940
 
 
941
:product_uom: Product UoM, many2one, required
 
942
 
 
943
 
 
944
 
 
945
 
 
946
 
 
947
:product_qty: Quantity, float, required
 
948
 
 
949
 
 
950
 
 
951
 
 
952
 
 
953
:product_uos: Product UoS, many2one
 
954
 
 
955
 
 
956
 
 
957
 
 
958
 
 
959
:message: Latest error, char
 
960
 
 
961
 
 
962
 
 
963
 
 
964
 
 
965
:partner_id: Partner, many2one
 
966
 
 
967
 
 
968
 
 
969
 
 
970
 
 
971
:production_lot_id: Production Lot, many2one
 
972
 
 
973
 
 
974
 
 
975
 
 
976
 
 
977
:purchase_id: Purchase Order, many2one
 
978
 
 
979
 
 
980
 
 
981
 
 
982
 
 
983
:note: Note, text
 
984
 
 
985
 
 
986
 
 
987
 
 
988
 
 
989
:location_id: Location, many2one, required
 
990
 
 
991
 
 
992
 
 
993
 
 
994
 
 
995
:close_move: Close Move at end, boolean, required
 
996
 
 
997
 
 
998
 
 
999
 
 
1000
 
 
1001
:priority: Priority, selection, required
 
1002
 
 
1003
 
 
1004
 
 
1005
 
 
1006
 
 
1007
:state: Status, selection, required
 
1008
 
 
1009
 
 
1010
 
 
1011
 
 
1012
 
 
1013
:bom_id: BoM, many2one
 
1014
 
 
1015
 
 
1016
 
 
1017
 
 
1018
 
 
1019
:procure_method: Procurement Method, selection, required, readonly
 
1020
 
 
1021
    *If you encode manually a procurement, you probably want to use a make to order method.*
 
1022
 
 
1023
 
 
1024
 
 
1025
:move_id: Reservation, many2one
 
1026
 
 
1027
 
 
1028
 
 
1029
 
 
1030
 
 
1031
:product_id: Product, many2one, required
 
1032
 
 
1033
 
 
1034
 
 
1035
 
 
1036
 
 
1037
:name: Name, char, required
 
1038
 
 
1039
 
 
1040
 
 
1041
 
 
1042
 
 
1043
:date_planned: Scheduled date, datetime, required
 
1044
 
 
1045
 
 
1046
 
 
1047
 
 
1048
 
 
1049
:related_direct_delivery_purchase_order: Related Direct Delivery Purchase Order, many2one
 
1050
 
 
1051
 
 
1052
 
 
1053
 
 
1054
 
 
1055
:property_ids: Properties, many2many
 
1056
 
 
1057
 
 
1058
 
 
1059
 
 
1060
 
 
1061
:date_close: Date Closed, datetime
 
1062
 
 
1063
 
 
1064
 
 
1065
 
 
1066
 
 
1067
:customer_ref: Customer reference, char
 
1068
 
 
1069
 
 
1070
 
 
1071
 
 
1072
Object: Orderpoint minimum rule (stock.warehouse.orderpoint)
 
1073
############################################################
 
1074
 
 
1075
 
 
1076
 
 
1077
:product_max_qty: Max Quantity, float, required
 
1078
 
 
1079
    *When the virtual stock goes belong the Min Quantity, Open ERP generates a procurement to bring the virtual stock to the Max Quantity.*
 
1080
 
 
1081
 
 
1082
 
 
1083
:product_min_qty: Min Quantity, float, required
 
1084
 
 
1085
    *When the virtual stock goes belong the Min Quantity, Open ERP generates a procurement to bring the virtual stock to the Max Quantity.*
 
1086
 
 
1087
 
 
1088
 
 
1089
:qty_multiple: Qty Multiple, integer, required
 
1090
 
 
1091
    *The procurement quantity will by rounded up to this multiple.*
 
1092
 
 
1093
 
 
1094
 
 
1095
:procurement_id: Purchase Order, many2one
 
1096
 
 
1097
 
 
1098
 
 
1099
 
 
1100
 
 
1101
:product_id: Product, many2one, required
 
1102
 
 
1103
 
 
1104
 
 
1105
 
 
1106
 
 
1107
:product_uom: Product UOM, many2one, required
 
1108
 
 
1109
 
 
1110
 
 
1111
 
 
1112
 
 
1113
:warehouse_id: Warehouse, many2one, required
 
1114
 
 
1115
 
 
1116
 
 
1117
 
 
1118
 
 
1119
:logic: Reordering Mode, selection, required
 
1120
 
 
1121
 
 
1122
 
 
1123
 
 
1124
 
 
1125
:active: Active, boolean
 
1126
 
 
1127
 
 
1128
 
 
1129
 
 
1130
 
 
1131
:location_id: Location, many2one, required
 
1132
 
 
1133
 
 
1134
 
 
1135
 
 
1136
 
 
1137
:name: Name, char, required
 
1138
 
 
1139