djangoflow_sync_drift_odoo 0.2.0 copy "djangoflow_sync_drift_odoo: ^0.2.0" to clipboard
djangoflow_sync_drift_odoo: ^0.2.0 copied to clipboard

Odoo Sync package for Flutter using Drift

0.2.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: Update drift and related dependencies. (054aac06)

0.1.0+3 #

  • REFACTOR: update dependencies. (5241b5e9)

0.1.0+2 #

  • REFACTOR: Update OdooBackend to use checkConnection() instead of isOnline. (82665b1f)
  • REFACTOR: Add error handling for OdooException in DriftOdooSyncRepository. (1d049cfe)

0.1.0+1 #

  • REFACTOR: sync strategy to conditionally update existing item. (987f1dc2)
  • FIX: add onConflict for insert statement to avoid errors during insert. (f33e5805)

0.1.0 #

Note: This release has breaking changes.

  • REFACTOR: use batch processing when syncing many items. (f75bc811)
  • BREAKING REFACTOR: Add limit and offset parameters to getAll method in Backend. (715c2bda)

0.0.2+6 #

  • REFACTOR: Update id column in BaseTable to remove auto-increment. (dff20233)

0.0.2+5 #

  • REFACTOR: Resolve conflict in DriftOdooSyncStrategy. (f1d41b7f)

0.0.2+4 #

  • REFACTOR: throw exception if backend is not available. (ae51a212)

0.0.2+3 #

0.0.2+2 #

  • REFACTOR: update SyncBackends table in database. (e8e8254f)

0.0.2+1 #

0.0.2 #

  • FEAT: add odoo related packages. (2759d323)

0.0.1 #

  • TODO: Describe initial release.