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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
7482
查看
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.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
4月 24
|
1687 | ||
|
2
1月 24
|
1764 | ||
Error message
已解决
|
|
2
11月 23
|
2662 | |
|
1
3月 24
|
1993 | ||
|
4
9月 23
|
16742 |
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.