Skip to Content
Menu
This question has been flagged
2218 Views

Hello,

Since we are using a different POS system, I have developed a small python program which create pos.order records using the Web Service API and register them into my odoo database.

It is working and my orders are inserted into my odoo database.

However, each of these orders need to be validated through the button "Payment" in order to register the inventory transfer and adjust the consumed quantities.

My Question is, through the "web Service API" how can i be able to [ call and pass necessary parameters ] from my python program to the method which is executed when the button "Payment" is clicked on my pos.order that i have inserted ? I want to make the insertion and inventory movement automatic through my python program.

Thank you in advance for your help.

Avatar
Discard