This question has been flagged
3 Replies
6894 Views

I have installed currency_rate_update, But its not updating my company currency.

I have used Yahoo finance and European central bank webservices

Avatar
Discard
Best Answer

I make some refactoring of this module to work  in 8.0

https://github.com/yelizariev/addons-yelizariev/tree/8.0/currency_rate_update

I hope it can be helpful for someone

Avatar
Discard
Best Answer

Samba,

The module works pretty cool. You have to configure it well as per the currency and the scheduler.

Thanks.

Avatar
Discard
Author

It is raising this error Traceback (most recent call last): File "/home/kptuser/openerp_backup/server/openerp/addons/base/ir/ir_cron.py", line 136, in _callback method(cr, uid, *args) File "/home/kptuser/openerp_backup/custom_modules/currency_rate_update/currency_rate_update.py", line 191, in run_currency_update raise orm.except_orm(_('Error!'),('There is no base currency set!')) except_orm: (u'Error!', 'There is no base currency set!')

Author

Thank you very much. Now currency updating..

Author

HI Serpent Consulting Services, I am facing one more problem with this module https://www.odoo.com/forum/help-1/question/how-to-export-odoo-dastabase-design-85846. Can you please help me?. It is raising "unsupported currency cop " error.

Author Best Answer

This is a warning, which says you have to set atleast one currency as 'base'(A boolean on currency). For us, set INR as base currency. Thanks.

Avatar
Discard