~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to product_listprice_upgrade/product_data.xml

  • Committer: Harshad Modi
  • Date: 2008-03-03 09:34:42 UTC
  • Revision ID: hmo@tinyerp.com-8adb20bb4b1f80ed4376d8e7334769274c4b1bfe
product_listprice_upgrade :
The aim of this module is to allow the automatic upgrade of the field 'List Price' on each product.
    * added a new price type called 'Internal Pricelist' (currently, we have only 2 price types: Sale and Purchase Pricelist)
    * Created a wizard button in the menu Products>Pricelist called 'Upgrade Product List Price'
    * When we have completed the wizard and click on 'Upgrade', it will change the field 'List Price' for all products contained in the categories that we have selected in the wizard

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<terp>
 
3
        <data noupdate="1">
 
4
 
 
5
                <record model="product.pricelist.type" id="pricelist_type_internal">
 
6
                        <field name="name">Internal Pricelist</field>
 
7
                        <field name="key">internal</field>
 
8
                </record>
 
9
        </data>
 
10
</terp>
 
 
b'\\ No newline at end of file'