跳至内容
菜单
此问题已终结
1 回复
2431 查看

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

 

}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

形象
丢弃
最佳答案

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

形象
丢弃