parent
8a948e44c8
commit
2dd845c3a1
|
@ -62,7 +62,6 @@ class account_invoice(osv.osv):
|
|||
return cr.fetchone()[0]
|
||||
|
||||
def _get_currency(self, cr, uid, context):
|
||||
return pooler.get_pool(cr.dbname).get('res.currency').search(cr, uid, [('rate','=',1.0)])[0]
|
||||
return pooler.get_pool(cr.dbname).get('res.users').browse(cr, uid, [uid])[0].company_id.currency_id.id
|
||||
|
||||
def _get_journal_analytic(self, cr, uid, type_inv, context={}):
|
||||
|
|
Loading…
Reference in New Issue