removed css

bzr revid: tta@openerp.com-20121011082052-x95w69vuovbo3s2r
This commit is contained in:
Tejas Tank 2012-10-11 13:50:52 +05:30
parent c22440e5f4
commit 685149861c
3 changed files with 1 additions and 5 deletions

View File

@ -67,6 +67,5 @@ Print product labels with barcode.
'installable': True,
'auto_install': False,
'images': ['images/product_uom.jpeg','images/product_pricelists.jpeg','images/products_categories.jpeg', 'images/products_form.jpeg'],
'css': ['static/css/product.css']
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -468,7 +468,7 @@
<field name="uom_type" on_change="onchange_type(uom_type)"/>
<label string="Computation" for="factor" attrs="{'invisible':[('uom_type','=','reference')]}" style="margin: 9px 0 9px 0;"/>
<group col="5" attrs="{'invisible':[('uom_type','=','reference')]}">
<div class="oe_moveleft">
<div style="margin-left: -12px;">
<field name="factor_inv" class="oe_inline" attrs="{'invisible':[('uom_type','!=','bigger')]}" String="Computation" nolabel="1"/>
<label string="1" attrs="{'invisible':[('uom_type','!=','smaller')]}"/>
<field class="oe_inline" name="reference_uom_id" attrs="{'invisible':[('uom_type','=','reference')]}" nolabel="1"/>

View File

@ -1,3 +0,0 @@
.oe_moveleft{
margin-left: -12px;
}