[DEL] Remove the multi-company view from multi-company

bzr revid: joel.grandguillaume@camptocamp.com-20100211142914-dz5cgttn6x8hqcm4
This commit is contained in:
Joël Grand-Guillaume 2010-02-11 15:29:14 +01:00
parent fb4db629b4
commit 92bad635f5
2 changed files with 0 additions and 22 deletions

View File

@ -33,11 +33,9 @@
'base',
'sale',
'project',
'product',
],
'init_xml': [],
'update_xml': [
"multi_company_view.xml",
#'security/ir.model.access.csv',
],
'demo_xml': [

View File

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="product_normal_form_view" model="ir.ui.view">
<field name="name">product.normal.form</field>
<field name="model">product.product</field>
<field name="type">form</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
<field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}" position="after">
<field name="standard_price_usd" attrs="{'readonly':[('cost_method','=','average')]}"/>
</field>
</field>
</record>
</data>
</openerp>