Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2442 Vistas

Hi,

class currency_cal(osv.osv):

_columns={'currency_id':fields.many2one(res.currency),

'rate':fields.float('Rate')

currency_cal() @@@@@@@@@after this how to find the solution

 

}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Avatar
Descartar
Mejor respuesta

Look for currency_rate_update module, see here but still need to be review for v8 https://github.com/odoo-romania/l10n-romania?files=1

Avatar
Descartar