Development Book V17:Point Of Sales

RPC Call

The remote procedure calls (RPC) are used for communication between different systems or modules within the platform. They facilitate interactions between various components, allowing them to exchange data and perform actions remotely. The Remote procedure Call is used to interact with the backend. This ajax service provides the rpc capability. Likely, the majority of users will only interact with the rpc helpers.

setup() {
   this.rpc = useService("rpc");
      });
click(){
    return this.rpc({
    model: 'some.model',
    method: 'some_method',
    args: [some, args],
});
}

Using Odoo's APIs or the framework's remote communication techniques would be the specialized implementation of RPC in the Odoo POS system. To facilitate RPC calls between various modules or external services, Odoo offers developers a robust API.

odoo-development
whatsapp
location

Calicut

Cybrosys Technologies Pvt. Ltd.
Neospace, Kinfra Techno Park
Kakkancherry, Calicut
Kerala, India - 673635

location

Kochi

Cybrosys Technologies Pvt. Ltd.
1st Floor, Thapasya Building,
Infopark, Kakkanad,
Kochi, India - 682030.

location

Bangalore

Cybrosys Techno Solutions
The Estate, 8th Floor,
Dickenson Road,
Bangalore, India - 560042

Send Us A Message