Does anyone have experience with implementing the Bitcoin currency in Odoo? And howto update automatically the daily rate?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
The repo account-financial-tools from the OCA includes the modules currency_rate_date_check and currency_rate_update, with the purpose of updating rates.
We are developing to include bitcoin, but daily updates fall a bit short for a cryptocurrency with rates changing every minute, so the approach and some server actions have to change, from our point of view.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
apr 24
|
1684 | ||
|
2
gen 24
|
1761 | ||
Error message
Risolto
|
|
2
nov 23
|
2657 | |
change in currency configuration
Risolto
|
|
1
mar 24
|
1989 | |
|
4
set 23
|
16739 |
If you just want the currency without it automatically updating: add one to the list of currencies. If you want to add one and update it every xx time then you should create a new module where you create a new currency and a scheduler that updates the bitcoin value every xx time.