odoo_repository 0.3.1
odoo_repository: ^0.3.1 copied to clipboard
Dart package helps to implement data communication between Odoo and dart client with persistance and offline mode
odoo_repository changelog #
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