You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apiserver/billing/odoostorage/odoo/odoo8/odoo8.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -290,9 +290,9 @@ func (s *Odoo8Storage) Update(ctx context.Context, be *billingv1.BillingEntity)
290
290
returnnil
291
291
}
292
292
293
+
// CleanupIncompleteRecords looks for partner records in Odoo that still have the "inflight" flag set despite being older than `minAge`. Those records are then deleted.
294
+
// Such records might come into existence due to a partially failed creation request.
// CleanupIncompleteRecords looks for partner records in Odoo that still have the "inflight" flag set despite being older than `minAge`. Those records are then deleted.
295
-
// Such records might come into existence due to a partially failed creation request.
296
296
l:=klog.FromContext(ctx)
297
297
l.Info("Looking for stale inflight partner records...")
0 commit comments