~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to i18n/vi/source/technical_guide/product_hardware_revision.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
1
 
2
2
.. i18n: .. module:: product_hardware_revision
3
 
    .. i18n: :synopsis: Product Hardware Revision 
4
 
    .. i18n: :noindex:
 
3
.. i18n:     :synopsis: Product Hardware Revision 
 
4
.. i18n:     :noindex:
5
5
.. i18n: .. 
6
6
 
7
7
.. module:: product_hardware_revision
8
8
    :synopsis: Product Hardware Revision 
9
9
    :noindex:
10
 
.... i18n:  
 
10
.. 
11
11
 
12
12
.. i18n: .. raw:: html
13
 
 
14
 
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
15
 
 
16
 
    .. i18n: <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
13
.. i18n: 
 
14
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
15
 
 
16
.. raw:: html
17
17
 
18
18
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
19
19
 
46
46
-----------
47
47
 
48
48
.. i18n: ::
49
 
 
50
 
  Product Hardware Revision: every product can have n revisions and
51
 
  also have a current default revision. Then when receiving a product, in the incoming picking,
52
 
  if a stock.production.lot (eg serial number here) is to be created, then a first line of stock.production.lot.revision
53
 
  is created in the stock.production.lot with values copied from the product default revision.
54
 
  The user can still choose an other revision manually before it gets copied. This is really useful
55
 
  to track the exact hardware of a product with electronic products fro instance... i18n:  
56
 
      
57
 
 
58
 
  .. i18n: Product Hardware Revision: every product can have n revisions and
59
 
  .. i18n: also have a current default revision. Then when receiving a product, in the incoming picking,
60
 
  .. i18n: if a stock.production.lot (eg serial number here) is to be created, then a first line of stock.production.lot.revision
61
 
  .. i18n: is created in the stock.production.lot with values copied from the product default revision.
62
 
  .. i18n: The user can still choose an other revision manually before it gets copied. This is really useful
63
 
  .. i18n: to track the exact hardware of a product with electronic products fro instance. 
64
 
      .. i18n: 
 
49
.. i18n: 
 
50
.. i18n:   Product Hardware Revision: every product can have n revisions and
 
51
.. i18n:   also have a current default revision. Then when receiving a product, in the incoming picking,
 
52
.. i18n:   if a stock.production.lot (eg serial number here) is to be created, then a first line of stock.production.lot.revision
 
53
.. i18n:   is created in the stock.production.lot with values copied from the product default revision.
 
54
.. i18n:   The user can still choose an other revision manually before it gets copied. This is really useful
 
55
.. i18n:   to track the exact hardware of a product with electronic products fro instance. 
 
56
.. i18n:       
 
57
 
 
58
::
65
59
 
66
60
  Product Hardware Revision: every product can have n revisions and
67
61
  also have a current default revision. Then when receiving a product, in the incoming picking,
77
71
Dependencies
78
72
------------
79
73
 
80
 
 .. i18n: * :mod:`product`
81
 
 .. i18n: * :mod:`stock`
82
 
 .. i18n: * :mod:`mrp_prodlot_autosplit`
 
74
.. i18n:  * :mod:`product`
 
75
.. i18n:  * :mod:`stock`
 
76
.. i18n:  * :mod:`mrp_prodlot_autosplit`
83
77
 
84
78
 * :mod:`product`
85
79
 * :mod:`stock`