remove small change which comitt here by mistake

bzr revid: mga@tinyerp.com-20081114072108-zkbt3cty77y3ngjv
This commit is contained in:
Mantavya Gajjar 2008-11-14 12:51:08 +05:30
parent d2b444f0c9
commit 4008ff421f
1 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ class product_product(osv.osv):
'packaging' : fields.one2many('product.packaging', 'product_id', 'Logistical Units', help="Gives the different ways to package the same product. This has no impact on the packing order and is mainly used if you use the EDI module."),
'price_extra': fields.float('Variant Price Extra', digits=(16, int(config['price_accuracy']))),
'price_margin': fields.float('Variant Price Margin', digits=(16, int(config['price_accuracy']))),
'doc':fields.many2one('base.wiki', 'Wiki'),
}
def onchange_uom(self, cursor, user, ids, uom_id,uom_po_id):