[IMP] improved code

bzr revid: tpa@tinyerp.com-20120305112508-81zie1lcu2y9pgo7
This commit is contained in:
Turkesh Patel (Open ERP) 2012-03-05 16:55:08 +05:30
parent 55c4d298ef
commit 886edaa994
1 changed files with 0 additions and 4 deletions

View File

@ -82,10 +82,6 @@ class mrp_configuration(osv.osv_memory):
It assigns the "Properties of Product" group to employee."""),
}
_defaults = {
'default_method': lambda s,c,u,ctx: s.pool.get('purchase.order').default_get(c,u,['invoice_method'],context=ctx)['invoice_method'],
}
mrp_configuration()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: