~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/product_variant_configurator.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:: product_variant_configurator
 
3
    :synopsis: Products with multi-level variants configurator 
 
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="/product_variant_configurator"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Products with multi-level variants configurator (*product_variant_configurator*)
 
23
================================================================================
 
24
:Module: product_variant_configurator
 
25
:Name: Products with multi-level variants configurator
 
26
:Version: 5.0.0.5
 
27
:Author: Smile.fr
 
28
:Directory: product_variant_configurator
 
29
:Web: http://www.smile.fr
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Product Configurator - WARNING WORK IN PROGRESS
 
39
 
 
40
Download links
 
41
--------------
 
42
 
 
43
You can download this module as a zip file in the following version:
 
44
 
 
45
  * `trunk <http://www.openerp.com/download/modules/trunk/product_variant_configurator.zip>`_
 
46
 
 
47
 
 
48
Dependencies
 
49
------------
 
50
 
 
51
 * :mod:`product_variant_multi`
 
52
 * :mod:`sale`
 
53
 * :mod:`sale_product_multistep_configurator`
 
54
 
 
55
Reports
 
56
-------
 
57
 
 
58
None
 
59
 
 
60
 
 
61
Menus
 
62
-------
 
63
 
 
64
 
 
65
None
 
66
 
 
67
 
 
68
Views
 
69
-----
 
70
 
 
71
 * view_product_variant_configurator (form)
 
72
 * \* INHERIT product_variant_configurator.sale_order_form_view (form)
 
73
 * \* INHERIT product_variant_configurator.sale_order_line_form_view (form)
 
74
 
 
75
 
 
76
Objects
 
77
-------
 
78
 
 
79
Object: sale.order.line.dimension_custom_values (sale.order.line.dimension_custom_values)
 
80
#########################################################################################
 
81
 
 
82
 
 
83
 
 
84
:mrp_production_id: Production Order, many2one
 
85
 
 
86
 
 
87
 
 
88
 
 
89
 
 
90
:sale_order_line_id: Sale Order Line, many2one
 
91
 
 
92
 
 
93
 
 
94
 
 
95
 
 
96
:custom_value: Custom Value, char
 
97
 
 
98
 
 
99
 
 
100
 
 
101
 
 
102
:dimension_type_id: Dimension Type, many2one
 
103
 
 
104
 
 
105
 
 
106
 
 
107
Object: product_variant_configurator.line (product_variant_configurator.line)
 
108
#############################################################################
 
109
 
 
110
 
 
111
 
 
112
:dimension_type_id: Dimension Type, many2one
 
113
 
 
114
 
 
115
 
 
116
 
 
117
 
 
118
:dimension_custom_value: Custom Value, char
 
119
 
 
120
 
 
121
 
 
122
 
 
123
 
 
124
:allow_custom_value: Allow custom values ?, boolean
 
125
 
 
126
 
 
127
 
 
128
 
 
129
 
 
130
:dimension_type_value_id: Dimension Value, many2one
 
131
 
 
132
 
 
133
 
 
134
 
 
135
 
 
136
:configurator_id: product_variant_configurator Test, many2one
 
137
 
 
138
 
 
139
 
 
140
 
 
141
Object: product_variant_configurator.configurator (product_variant_configurator.configurator)
 
142
#############################################################################################
 
143
 
 
144
 
 
145
 
 
146
:product_tmpl_id: Product Template, many2one
 
147
 
 
148
 
 
149
 
 
150
 
 
151
 
 
152
:dimension_configuration_line_ids: Configurator Lines, one2many
 
153
 
 
154
 
 
155
 
 
156
 
 
157
 
 
158
:product_variant_id: Product Variant, many2one
 
159
 
 
160