~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to source/technical_guide/sale_delivery.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:: sale_delivery
 
3
    :synopsis: Sale Delivery Planning 
 
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="/sale_delivery"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Sale Delivery Planning (*sale_delivery*)
 
23
========================================
 
24
:Module: sale_delivery
 
25
:Name: Sale Delivery Planning
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: sale_delivery
 
29
:Web: 
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  None
 
39
 
 
40
Download links
 
41
--------------
 
42
 
 
43
You can download this module as a zip file in the following version:
 
44
 
 
45
  * `4.2 <http://www.openerp.com/download/modules/4.2/sale_delivery.zip>`_
 
46
  * `trunk <http://www.openerp.com/download/modules/trunk/sale_delivery.zip>`_
 
47
 
 
48
 
 
49
Dependencies
 
50
------------
 
51
 
 
52
 * :mod:`sale`
 
53
 
 
54
Reports
 
55
-------
 
56
 
 
57
None
 
58
 
 
59
 
 
60
Menus
 
61
-------
 
62
 
 
63
 
 
64
None
 
65
 
 
66
 
 
67
Views
 
68
-----
 
69
 
 
70
 * \* INHERIT sale.delivery.form.inherit (form)
 
71
 * \* INHERIT sale.delivery.form.inherit (form)
 
72
 * \* INHERIT sale.order.line.form1 (tree)
 
73
 
 
74
 
 
75
Objects
 
76
-------
 
77
 
 
78
Object: sale.delivery.line (sale.delivery.line)
 
79
###############################################
 
80
 
 
81
 
 
82
 
 
83
:note: Note, text
 
84
 
 
85
 
 
86
 
 
87
 
 
88
 
 
89
:product_id: Product, many2one, required
 
90
 
 
91
 
 
92
 
 
93
 
 
94
 
 
95
:product_uom: Product UoM, many2one, required
 
96
 
 
97
 
 
98
 
 
99
 
 
100
 
 
101
:date_planned: Date Planned, datetime, required
 
102
 
 
103
 
 
104
 
 
105
 
 
106
 
 
107
:order_id: Order Ref, many2one, required
 
108
 
 
109
 
 
110
 
 
111
 
 
112
 
 
113
:product_qty: Product Quantity, float, required
 
114
 
 
115
 
 
116
 
 
117
 
 
118
 
 
119
:priority: Priority, integer
 
120
 
 
121
 
 
122
 
 
123
 
 
124
 
 
125
:packaging_id: Packaging, many2one
 
126
 
 
127
 
 
128
 
 
129
 
 
130
 
 
131
:margin: Margin, float, readonly
 
132
 
 
133