~openerp-dev/openobject-doc/trunk_doc_contact

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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
.. module:: purchase
    :synopsis: Purchase Management (Official, Quality Certified)
    :noindex:
.. 

.. raw:: html

      <br />
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />

.. tip:: This module is part of the OpenERP software, the leading Open Source 
  enterprise management system. If you want to discover OpenERP, check our 
  `screencasts <http://openerp.tv>`_ or download 
  `OpenERP <http://openerp.com>`_ directly.

.. raw:: html

    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/purchase"></div>
    <script src="http://js-kit.com/ratings.js"></script>

Purchase Management (*purchase*)
================================
:Module: purchase
:Name: Purchase Management
:Version: 5.0.1.1
:Author: Tiny
:Directory: purchase
:Web: http://www.openerp.com
:Official module: yes
:Quality certified: yes

Description
-----------

::

  Module for purchase management
      Request for quotation, Create Supplier Invoice, Print Order...

Download links
--------------

You can download this module as a zip file in the following version:

  * `4.2 <http://www.openerp.com/download/modules/4.2/purchase.zip>`_
  * `5.0 <http://www.openerp.com/download/modules/5.0/purchase.zip>`_
  * `trunk <http://www.openerp.com/download/modules/trunk/purchase.zip>`_


Dependencies
------------

 * :mod:`base`
 * :mod:`account`
 * :mod:`stock`
 * :mod:`process`

Reports
-------

 * Request for Quotation

 * Purchase Order

Menus
-------

 * Purchase Management
 * Purchase Management/Purchase Orders
 * Purchase Management/Purchase Orders/Request For Quotations
 * Purchase Management/Purchase Orders/Purchase Order Waiting Approval
 * Purchase Management/Purchase Orders/Purchase Orders in Progress
 * Purchase Management/New Purchase Order

Views
-----

 * purchase.order.calendar (calendar)
 * purchase.order.graph (graph)
 * purchase.order.form (form)
 * purchase.order.tree (tree)
 * purchase.order.line.form (form)
 * purchase.order.line.tree (tree)
 * \* INHERIT Packing list (form)
 * \* INHERIT res.partner.purchase.property.form.inherit (form)


Objects
-------

Object: Purchase order (purchase.order)
#######################################



:origin: Origin, char

    *Reference of the document that generated this purchase order request.*



:order_line: Order Lines, one2many





:invoiced_rate: Invoiced, float, readonly





:partner_address_id: Address, many2one, required





:date_order: Date, date, required

    *Date on which this document has been created.*



:partner_id: Supplier, many2one, required





:invoiced: Invoiced & Paid, boolean, readonly





:dest_address_id: Destination Address, many2one

    *Put an address if you want to deliver directly from the supplier to the customer. In this case, it will remove the warehouse link and set the customer location.*



:fiscal_position: Fiscal Position, many2one





:amount_untaxed: Untaxed Amount, float, readonly





:location_id: Destination, many2one, required





:amount_tax: Taxes, float, readonly





:state: Order Status, selection, readonly

    *The state of the purchase order or the quotation request. A quotation is a purchase order in a 'Draft' state. Then the order has to be confirmed by the user, the state switch to 'Confirmed'. Then the supplier must confirm the order to change the state to 'Approved'. When the purchase order is paid and received, the state becomes 'Done'. If a cancel action occurs in the invoice or in the reception of goods, the state becomes in exception.*



:pricelist_id: Pricelist, many2one, required

    *The pricelist sets the currency used for this purchase order. It also computes the supplier price for the selected products/quantities.*



:warehouse_id: Warehouse, many2one





:shipped_rate: Received, float, readonly





:partner_ref: Partner Ref., char





:picking_ids: Picking List, one2many, readonly

    *This is the list of picking list that have been generated for this purchase*



:date_approve: Date Approved, date, readonly





:amount_total: Total, float, readonly





:name: Order Reference, char, required





:invoice_id: Invoice, many2one, readonly





:notes: Notes, text





:invoice_method: Invoicing Control, selection, required

    *From Order: a draft invoice will be pre-generated based on the purchase order. The accountant will just have to validate this invoice for control.
    From Picking: a draft invoice will be pre-generated based on validated receptions.
    Manual: no invoice will be pre-generated. The accountant will have to encode manually.*



:shipped: Received, boolean, readonly





:validator: Validated by, many2one, readonly





:minimum_planned_date: Planned Date, datetime

    *This is computed as the minimum scheduled date of all purchase order lines' products.*


Object: Purchase Order lines (purchase.order.line)
##################################################



:name: Description, char, required





:product_uom: Product UOM, many2one, required





:date_planned: Scheduled date, datetime, required





:order_id: Order Ref, many2one, required





:price_unit: Unit Price, float, required





:price_subtotal: Subtotal, float, readonly





:move_ids: Reservation, one2many, readonly





:taxes_id: Taxes, many2many





:move_dest_id: Reservation Destination, many2one





:product_qty: Quantity, float, required





:account_analytic_id: Analytic Account, many2one





:notes: Notes, text





:product_id: Product, many2one