<?xml version="1.0" encoding="utf-8"?>
<!--
  product_multi_price for OpenERP
  Copyright (C) 2011 Akretion Sébastien BEAU <sebastien.beau@akretion.com>
  The licence is in the file __openerp__.py
-->

<openerp>
    <data>
    
        <!-- INHERITED VIEW FOR THE OBJECT : product_product -->

<!--        <record id="product_multi_price_product_product_view_form" model="ir.ui.view">-->
<!--            <field name="name">product_multi_price.product_product.view_form</field>-->
<!--            <field name="model">product.product</field>-->
<!--            <field name="inherit_id" ref="product.product_normal_form_view" />-->
<!--            <field eval="16" name="priority"/>-->
<!--            <field name="type">form</field>-->
<!--            <field name="arch" type="xml">-->
<!--                <data>-->
<!--                    <field name="list_price" position="replace">-->
<!--                        <group colspan="2" col="7">-->
<!--                            <separator string="Tax exclude prices" colspan="7"/>-->
<!--                                <label string="essaie_price" colspan="1"/>-->
<!--                                <field name="essaie_basedon" colspan="3" nolabel="1"/>-->
<!--                                <field string="Coef" name="essaie_coef" colspan="1"/>-->
<!--                                <field name="essaie_price" colspan="1" nolabel="1"/>-->
<!--                        </group>-->
<!--                        <group colspan="2" col="3">-->
<!--                            <separator string="Tax include prices" colspan="2"/>-->
<!--                        </group>-->
<!--                    </field>-->
<!--                </data>-->
<!--            </field>-->
<!--        </record>-->
    </data>
</openerp>