@@ -68,3 +68,45 @@ and fill in your bank credentials.
68
68
69
69
Once you filled in your credentials, your bank feeds will be
70
70
synchronized every 4 hours.
71
+
72
+ FAQ
73
+ ===
74
+
75
+ The synchronization is not working in real time, is it normal?
76
+ --------------------------------------------------------------
77
+
78
+ Yodlee tries to get the data from a bank account once a day. However, this doesn't
79
+ always happen at the same time. And sometimes the process can fail. In that case,
80
+ Yodlee retries one hour or two later. This is why in Odoo there is a cron that is
81
+ running every 4 hours to fetch the information from Yodlee.
82
+
83
+ You can however force this synchronization by clicking on the button "Synchronize now"
84
+ from the accounting dashboard.
85
+
86
+ Moreover, a transaction can be visible in your bank account but not being fetched
87
+ by Yodlee. Indeed, the transaction in your bank account can have the status "pending"
88
+ and not the status "posted". In that case, Yodlee won't import it, you will have to
89
+ wait that the status changes.
90
+
91
+ What is important to remember is that Yodlee is not a service fetching transactions
92
+ in real time. This is a service to facilitate the import of the bank statement in the database.
93
+
94
+ Is the Yodlee feature included in my contract?
95
+ ----------------------------------------------
96
+
97
+ - Enterprise Version: Yes, if you have a valid enterprise contract linked to your database.
98
+ - Community Version: No, this feature is not included in the Community Version.
99
+ - Online Version: Yes, even if you benefit from the One App Free contract.
100
+
101
+ Some banks have a status "Beta", what does it mean?
102
+ ---------------------------------------------------
103
+
104
+ This means that Yodlee is only currently working on developing the synchronization
105
+ with this bank. The synchronization could already work or it may need a bit more time
106
+ to have a 100% working synchronization. Unfortunately, there is not much to do about
107
+ except being patient.
108
+
109
+ All my past transactions are not in Odoo, why?
110
+ ----------------------------------------------
111
+
112
+ Yodlee only allows to fetch up transactions to 3 months in the past.
0 commit comments