odoo_api_plus 0.1.1 copy "odoo_api_plus: ^0.1.1" to clipboard
odoo_api_plus: ^0.1.1 copied to clipboard

Odoo JSON RPC Connector library for Flutter allows you to connect with Odoo 8.0+. Authenticate, Read data, updating and creating data, JSON type controllers, custom model methods

A Odoo JSON-RPC Connector library for Flutter.

This package contains set of method to call Odoo API with JSON-RPC. You can call any odoo methods, controllers some of the information as below.

Version Information Session information Authenticate user Database listing Create/Update/Unlink records Read records with fields for given ids of model Search and read based on domain filters. CallKW method for calling any model level methods with arguments. Calling json controller with params.

  final client = OdooClient('http://yourdomain.com');
  client.connect().then((version) {
    debugPrint("Connected $version");
  });
0
likes
120
pub points
47%
popularity

Publisher

verified publishersolusibejo.com

Odoo JSON RPC Connector library for Flutter allows you to connect with Odoo 8.0+. Authenticate, Read data, updating and creating data, JSON type controllers, custom model methods

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http, uuid

More

Packages that depend on odoo_api_plus