forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproduct_view.xml
37 lines (34 loc) · 1.72 KB
/
product_view.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<!--
product_multi_price for OpenERP
Copyright (C) 2011 Akretion Sébastien BEAU <[email protected]>
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>