文件名称:odoo-send:只需在 OpenERP 实例上调用 XML-RPC 方法
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-01 10:00:23
Python
odoo-send 只需在 Odoo 实例上调用 XML-RPC 方法 概要 # Simple call $ ./odoo-send.py test_db ir.module.module search " [('name','=ilike','event%')] " [158, 150, 85] # Nested calls using back-ticks $ ./odoo-send.py test_db ir.module.module read \ " ` ./odoo-send.py test_db ir.module.module search \" [( ' name ' , ' =ilike ' , ' event% ' )] \" ` " \ " ['name','state'] " [{ ' id ' : 158, ' name ' : ' even
【文件预览】:
odoo-send-master
----.gitignore(315B)
----odoo-send.py(5KB)
----LICENSE(18KB)
----README.md(576B)