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

Odoo Authentication package for Flutter

0.2.0 #

Note: This release has breaking changes.

  • REFACTOR: update to pub dep from git dep. (08216ecc)
  • BREAKING REFACTOR: update dependencies. (61db90af)

0.1.0+3 #

  • REFACTOR: make relevant changes for odoo_rpc package changes. (da09aab0)
  • REFACTOR: expose loginStream. (286ebf13)

0.1.0+2 #

  • REFACTOR: Simplify OdooSession handling and update dependencies. (e5edc82d)

0.1.0+1 #

  • REFACTOR: update dependencies. (82805098)
  • REFACTOR: fix issue with converting comapny list as records. (b740488f)
  • REFACTOR: Rename getDbList to fetchDbList in DjangoflowOdooAuthCubit. (7ec9f267)
  • REFACTOR: Initialize client after successful login with custom session_id. (ec75fbd8)
  • REFACTOR: Update DjangoflowOdooAuthCubit and DjangoflowOdooAuthRepository. (dd58e0c9)
  • REFACTOR: add dbName from OdooSession. (c97bf6c4)

0.1.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: add direct error handling. (2bf42a14)

0.0.3+1 #

  • REFACTOR: Update xml_rpc dependency version to 0.5.1. (e9d61217)

0.0.3 #

  • REFACTOR: linter fixes. (f95182be)
  • REFACTOR: update dependencies. (f77e843f)
  • FEAT: add ExtendedOdooClient, which can fetch database list. (38437145)

0.0.2+4 #

  • REFACTOR: update OdooClientManager initializeClient method signature. (956a8e29)

0.0.2+3 #

  • REFACTOR: update djangoflow_odoo_auth_cubit.dart to add getDbList() method. (12106216)

0.0.2+2 #

  • REFACTOR: update djangoflow_odoo_auth_cubit.dart imports and emit statements. (93fcaa78)
  • REFACTOR: update djangoflow_odoo_auth_repository.dart. (ef782425)

0.0.2+1 #

0.0.2 #

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

0.0.1 #

  • TODO: Describe initial release.