[FIX] base: res_currency#company_id remove the default value based on the currency of the company

bzr revid: stw@openerp.com-20110915142638-gmpk24otjtrv0jtz
This commit is contained in:
Stephane Wirtel 2011-09-15 16:26:38 +02:00
parent 46d4042fe4
commit 73f8c52ad2
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ class res_currency(osv.osv):
}
_defaults = {
'active': lambda *a: 1,
'company_id': lambda self,cr,uid,c: self.pool.get('res.company')._company_default_get(cr, uid, 'res.currency', context=c)
}
_order = "name"