Search 1.9 billion lines of Odoo code on GitHub

sf_mysensefly

Author: Telmo Santos
License: no license
Branch: merge-branch-2082-10.29.0
Repository: camptocamp/odoo-apps
Dependencies: sf_drone_info
Languages: Python (151, 93.2%), XML (6, 3.7%), and reStructuredText (5, 3.1%)
Other branches: merge-branch-2082-10.24.0

<p>This module provides an interface between the ERP and Sensefly website. The interface class implements a generic method &quot;call&quot; to be called through xmlrpc.</p> <dl class="docutils"> <dt># Example:</dt> <dd><code>sock.execute(db, uid, password, 'sf.mysensefly.interface', 'call', 'get_spare_parts', [1, 1])</code></dd> </dl> <p>The method to be called (in the example get_spare_parts) might be implemented or not.</p>