hello may i have a response to my request : i want to make an API that communicates with an external website to import data from that website to Odoo.
any help how can i get it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hello may i have a response to my request : i want to make an API that communicates with an external website to import data from that website to Odoo.
any help how can i get it?
thanks fr your response. actually the website is developed in PHP/AJAX , it is dedicated to receive project holder's information (personal/project data) . we need to import that submitted data into Odoo database with some important restrictions some fields (id card, email...)
i think we should use a fonction with @api.model decorator that accept just correct data but i don't know how !
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
It depends on the technologies website is built upon. Maybe APIs such as REST is provided from website side. Please give more detail.
thanks fr your response. actually the website is developed in PHP/AJAX , it is dedicated to receive project holder's information (personal/project data) . we need to import that submitted data into Odoo database with some important restrictions some fields (id card, email...)
i think we should use a fonction with @api.model decorator that accept just correct data but i don't know how !