Basic wiring to Odoo via XML-RPC #4

Open
opened 2020-12-21 15:50:10 +01:00 by tfloure · 1 comment
Owner

We can access Odoo internals via an XML-RPC API. A basic wiring would:

  • Sync local user with Odoo customer/partner or whatever-it-is-called.
    • email
    • Name + Billing address
  • Allows to display invoices, and if possible subscriptions? (the later depends on Odoo EE).
We can access Odoo internals via an [XML-RPC API](https://www.odoo.com/documentation/14.0/webservices/odoo.html). A basic wiring would: * Sync local user with Odoo customer/partner or whatever-it-is-called. - email - Name + Billing address * Allows to display invoices, and if possible subscriptions? (the later depends on Odoo EE).
Author
Owner

Initial wiring is done. Extra work will be required to display invoices.

Initial wiring is done. Extra work will be required to display invoices.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: RecycledCloud/meta#4
No description provided.