Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2432 Widoki

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

 

}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć