odoo_repository 0.5.9 copy "odoo_repository: ^0.5.9" to clipboard
odoo_repository: ^0.5.9 copied to clipboard

Dart package helps to implement data communication between Odoo and dart client with persistance and offline mode

odoo_repository changelog #

0.5.9 #

Updated dependencies

0.5.8 #

Refactor example

0.5.7 #

Upgrade dependencies

0.5.6 #

Call loadMoreRecords sequentially

0.5.5 #

Use serverVersionInt helper

0.5.4 #

Support Server version as String

0.5.3 #

Fetch all records after login

0.5.2 #

Cast data received from cache

0.5.1 #

Fetch records for all models on login

0.5.0 #

Move call queue to env to make it synchronous

0.4.4 #

Do not overwrite id in create()

0.4.3 #

Truncate generated id to 32 bit integer

0.4.2 #

Add support for vals and vals_list in create

0.4.1 #

Fix issue with encoding datetime of a RPC call

0.4.0 #

Introduce OdooId class that is used to find what ids needs to be updated during sync.

0.3.1 #

Call create() and write() with toVals()

0.3.0 #

Pass OdooEnvironment to OdooRepository as cyclic reference

0.2.0 #

Added OdooEnvironment to coordinate call queue of all repositories

0.1.5 #

Implemented create and write methods using write-through cache approach.

0.1.4 #

Upgrade equatable dependency to 2.0.3

0.1.3 #

Improved documentation with examples

0.1.2 #

Added RPC calls throttling

0.1.1 #

Offline mode example

0.1.0 #

Initial release

13
likes
150
points
132
downloads

Publisher

verified publishererp.co.ua

Weekly Downloads

Dart package helps to implement data communication between Odoo and dart client with persistance and offline mode

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, equatable, logger, mutex, odoo_rpc

More

Packages that depend on odoo_repository