~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to product/product_wizard.xml

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<terp>
 
3
        <data>
 
4
                 <wizard string="Check EAN13" model="product.product" name="product.ean13" id="wizard_ean_check"/>
 
5
 
 
6
                 <wizard id="wizard_price" string="Product Cost Structure" model="product_product" name="product_price" menu="False"/>
 
7
                 <record model="ir.values" id="ir_project_cost_structure">
 
8
                         <field name="key2" eval="'client_print_multi'"/>
 
9
                         <field name="model" eval="'product.product'"/>
 
10
                         <field name="name">Product Cost Structure</field>
 
11
                         <field name="value" eval="'ir.actions.wizard,%d'%wizard_price"/>
 
12
                         <field name="object" eval="True"/>
 
13
                 </record>
 
14
        </data>
 
15
</terp>
 
16