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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
2
Replies
7466
Views
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Apr 24
|
1680 | ||
|
2
Jan 24
|
1759 | ||
Error message
Solved
|
|
2
Nov 23
|
2654 | |
|
1
Mar 24
|
1987 | ||
|
4
Sep 23
|
16736 |
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.