~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to source/technical_guide/product_price_update.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:: product_price_update
 
3
    :synopsis: Product price update 
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
10
 
 
11
Product price update (*product_price_update*)
 
12
=============================================
 
13
:Module: product_price_update
 
14
:Name: Product price update
 
15
:Version: 1.0
 
16
:Author: Gábor Dukai
 
17
:Directory: product_price_update
 
18
:Web: http://exploringopenerp.blogspot.com
 
19
:Official module: no
 
20
:Quality certified: no
 
21
 
 
22
Description
 
23
-----------
 
24
 
 
25
::
 
26
 
 
27
  
 
28
      The aim of this module is to allow the automatic update of the price fields of products.
 
29
      * added a new pricelist type called 'Internal Pricelist' (currently, we have only 2 pricelist types: Sale and Purchase Pricelist)
 
30
      * Created a wizard button in the menu Products>Pricelist called 'Update Product Prices'
 
31
      * After filling in the wizard form and clicking on 'Update', it will change the selected price field of all products in the categories that we were selected in the wizard.
 
32
      
 
33
 
 
34
Dependencies
 
35
------------
 
36
 
 
37
 * :mod:`product`
 
38
 
 
39
Reports
 
40
-------
 
41
 
 
42
None
 
43
 
 
44
 
 
45
Menus
 
46
-------
 
47
 
 
48
 
 
49
None
 
50
 
 
51
 
 
52
Views
 
53
-----
 
54
 
 
55
 
 
56
None
 
57
 
 
58
 
 
59
 
 
60
Objects
 
61
-------
 
62
 
 
63
None