Skip to main content

Questions tagged [ripcord]

The tag has no usage guidance.

ripcord
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
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
1 answer
100 views

how can you confirm a deliveryslip in odoo using API (Ripcord, and php)

For my company i would like for the pickers to fill in a html form with the delivery ID, the form will go to the code below. The purpose of the following code is to search the correct delivery slip ...
Pelingier's user avatar
  • 133
0 votes
0 answers
63 views

Odoo v11 process => stock.immediate.transfer

I'm trying to process the reserved quantities of an order by API. The same thing that I do by clicking here: then here but now working with API. The reason why I'm trying with stock.immediate....
The Watcher's user avatar
1 vote
1 answer
1k views

Create an odoo order and invoice it via external API

I'm trying to integrate an third party application with odoo, the application should create the order and confirm it, to generate the invoice, the order creation works perfectly, when executing the ...
Ahmed hamuda's user avatar
1 vote
0 answers
290 views

Odoo14, External API: custom model works when accessed through python, but not when accessed through PHP

This is a very weird problem I've been grappling with. I created a custom model, which I need to access through an external API. The model: (I believe the function itself doesn't matter, it might as ...
CafeConMasCafe's user avatar
1 vote
2 answers
3k views

Cannot access to Odoo External API using PHP 7 XML-RPC - Access Denied, Fatal error Uncaught Ripcord_TransportException

I want to use Odoo's External API on my website, using PHP 7. Like it is said in the Odoo's documentation, I've placed the Ripcord library in my httpdocs. I have also activated the XML RPC extension ...
Victor Attila Breelle's user avatar
2 votes
4 answers
12k views

Enable XML-RPC on Xampp

I'm working on a project and I need to connect to Odoo via XML-RPC. The documentation suggests using Ripcord library, and for this I need to enable XML-RPC on my enviroment, but I've got no clue how ...
Federico Milstein's user avatar
-1 votes
1 answer
393 views

require_once results in "No such file or directory" error

I'm new to PHP. Today I tried to require a PHP library called "Ripcord", and it's not working. I installed the library using Composer, using this command: % composer.phar require darkaonline/...
Eric's user avatar
  • 1,978
0 votes
1 answer
1k views

How to use ripcord in laravel

I'm trying to use the ripcord library in Laravel 5.8, but I do not know what to make it work. I still do not understand how laravel works, so I do not know where some things fit. This is the link ...
Carlos Soto's user avatar
1 vote
1 answer
1k views

Odoo XML-RPC Traceback (most recent call last)

I'm new one on Odoo, and I don't have experience with the system and try to follow the documentation how they do it. For my first thing what I need is to connect external PHP web application whit our ...
evelikov92's user avatar
1 vote
2 answers
555 views

ODOO 10 Invoice Validation

Been trying to auto validate invoices in odoo 10 via php for a while now with no success. Am using the below php code to validate <?php $url = 'http://localhost:8069'; $url_auth = $...
Dennis Mutegi's user avatar
1 vote
1 answer
1k views

Odoo PHP API and Laradoo - how to save many2many many2one and selection fields

Could someone please provide a simple example of the usage for dealing with Odoo's one2many, many2many and selection fields when using Laradoo (or ripcord)? Specifically how one would use them with ...
D. Simmons's user avatar
0 votes
1 answer
1k views

How to join model in xmlrpc using ripcord?

I have 2 model : product.template and product.brand. i want to show detail data from product.template and its brand which the brand i can get from product.brand's model. In model product.brand contain ...
adn's user avatar
  • 430
0 votes
0 answers
1k views

How to use PHP7 Ripcord library to connect odoo database?

Firstly, I downloaded the Ripcord files from https://github.com/poef/ripcord.git. I saved them in a folder named ripcord, located at the index directory of my PHP page. Secondly, I enabled the ...
Srija's user avatar
  • 1

15 30 50 per page