Skip to main content

Questions tagged [xml-rpc]

XML-RPC is a remote procedure call (RPC) protocol which uses XML to encode its calls and HTTP as a transport mechanism.

0 votes
0 answers
59 views

Trying to get data from Odoo using PHP/Laravel-9 using RIPCORD need help and guidance

0 I am not even able to authenticate using via ripcord enter image description here This is the error I am getting Is there anyone who can help me to resolve this issue quickly please. I am using ...
Osama Ahmed Momin's user avatar
0 votes
0 answers
52 views

Trying to get data from Odoo using PHP/Laravel-9 using XMLRPC need help and guidance

I am able to authenticate but when trying to get data its giving me error enter image description here This is the error I am getting Is there anyone who can help me to resolve this issue quickly ...
Osama Ahmed Momin's user avatar
0 votes
0 answers
19 views

Distributed Computing with XML-RPC in Python

I need to create two Python programs, Server.py and Client.py. Server.py should register x procedures that the client will be able to call. It will then bind to the address "localhost" and ...
Shane Beacham's user avatar
0 votes
0 answers
15 views

not able to use Python-WordPress-XMLRPC to add Custom Field to Job Listing at Wordpress

I tried to add a custom field to WordPress 6.5.3 using the python-wordpress-xmlrpc package, but I'm not sure why it's not working right now. My code is below. from wordpress_xmlrpc import Client, ...
MD Kawsar's user avatar
  • 432
0 votes
0 answers
51 views

Odoo api connection in php / xmlrpc

I'm trying to connect to Odoo API in php to sync stock with my e-commerce, but I can't figure out why my connexion is not working. I've double check my Odoo credentials, my ripcord folder path is the ...
Alex's user avatar
  • 81
0 votes
0 answers
13 views

How can i use filter value in a xmlrpc function?

I cannot be able to understand this function cancel_var(lcode, rcode[, reason='', send_voucher=0]) which should be served by xmlrpg in this way $server = new xmlrpc_client('https://wired.site.net/...
Daniele's user avatar
  • 11
0 votes
1 answer
141 views

How to Download Sales Order Invoice from Odoo 15 Using XML-RPC or JSON-RPC in Python Flask Without SSH Access?

I'm working on a Python Flask application where I need to download sales order invoices from Odoo 15 using either XML-RPC or JSON-RPC. However, due to security constraints, I cannot access the Odoo ...
Aditya Irri's user avatar
0 votes
0 answers
44 views

The quantity to produce must be positive!" When Setting Manufacturing Order to 'Done' Status via XML-RPC

I'm working with Odoo 15 and I'm trying to create and complete a manufacturing order programmatically using XML-RPC with Python. I have ensured that both product_qty and qty_producing are set to a ...
Anass's user avatar
  • 1
0 votes
0 answers
90 views

XML-RPC Request in JavaScript

I have a very basic request. You can use the xml-rpc api from the german government to check the VAT-ID of companys if there company adress etc. is correct. For the xml-rpc interface, they provide ...
furgun's user avatar
  • 11
0 votes
0 answers
35 views

MAUI and XML-RPC

Could someone advise me resources for creating MAUI mobile app with connection to a PHP backend throug XmlRpc, please? I found these pages but these fairly old: XmlRpcNET Kveer.XmlRPC
sada's user avatar
  • 683
0 votes
1 answer
92 views

Stop following the partner in Odoo 17 at creation time

Tips on how to stop following a partner when it is created using php and ripcord? I tried this: $models = ripcord::client($url.'/xmlrpc/2/object'); $vals = array( 'name' => 'Test', '...
Giulio's user avatar
  • 1
0 votes
0 answers
59 views

Order from draft to confirmed by xmlrpc (Odoo 16)

Tips for confirming an order via php xmlrpc? (draft to sale) I use ripcord as library for xmlrpc and try: $r = $models->execute_kw( $db, $useruid, $password, 'sale.order', 'action_confirm', ...
Giulio's user avatar
  • 1
1 vote
0 answers
621 views

PHP 8.2 xmlrpc unable to initialize module

I'm currently upgrading my PHP version from 8.0 to 8.2.13. The website is up and running but I keep getting the PHP warning of Warning: PHP Startup: xmlrpc: Unable to initialize module. I've checked ...
Hughesey's user avatar
  • 408
0 votes
0 answers
47 views

python3 xmlrpc socket timeout in docker

I'm trying to debug a very simple xmlrpc client/server. The server is running locally on a MacOS running sonoma. Here's the server code for it: from xmlrpc.server import SimpleXMLRPCServer def ...
AndreGuimaraes's user avatar
0 votes
0 answers
23 views

Python XMLRPC post.date does not work with Wordpress

I've tried every formatting method I can think of and I cannot get XMLRPC to post.date via python. I understand xmlrpc.php is looking for iso8601 format, but from xmlrpc.client import DateTime should ...
pointydrip's user avatar

15 30 50 per page
1
2 3 4 5
115