Git Product home page Git Product logo

odoo-xmr-rpc-example's Introduction

XML-RPC Examples for Futural ERP

Futural ERP is based on the Community version (OCA) of Odoo and most of the examples apply to the core version.

Some of the fields, however, are only found in the Futural ERP or OCA modules.

XML-RPC examples:

  • PHP Ripcord example
  • TBD: PHP phpxmlrpc example
  • TBD: Python xmlrpclib example
  • TBD: Ruby XMLRPC example
  • TBD: Java XmlRpcClient example

Common Odoo XML-RCP info

Official documentation

Odoo XML-RPC documentation:
https://www.odoo.com/documentation/8.0/api_integration.html

Search domains

Search domain is an array containing an array of domain rules, that contains array(s) of query conditions

Available domain operators (based on http://stackoverflow.com/a/29443027)

'=', '!=', '<=', '<', '>', '>=', '=?',
'=like', '=ilike', 'like', 'not like', 
'ilike', 'not ilike', 'in', 'not in', 'child_of'

Model Examples

Database scheme (v8): http://useopenerp.com/v8

Common models:

Field examples

Fields documentation: https://www.odoo.com/documentation/8.0/reference/orm.html

Common fields:

  • name - displayed name (e.g. partner name, invoice number)
  • partner_id or partner - usually customer or supplier reference. Can be found in most records.
  • company_id or company - to which company the record belongs to. Only relevant in multicompany-instances

Automatic fields (every record has these)

  • id - database id
  • create_date - when record is created
  • create_uid - the user who created the record
  • write_date - when record was last edited
  • write_uid - the user who last edited the record

odoo-xmr-rpc-example's People

Contributors

jarmokortetjarvi avatar

Watchers

James Cloos avatar Lê Quý avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.