Tutorial by Topics: rpc

If you are considering to add new methods in Python to use them in RPC from JavaScript, then consider the following options of method decorators: if you've to deal with ids/recordsets then for python method definition choose decorator: @api.multi - to get recordset in your method @api.one - to...

Page 1 of 1