Skip to Content
Menu
This question has been flagged
1 Reply
1411 Views

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? 

Avatar
Discard

It depends on the technologies website is built upon. Maybe APIs such as REST is provided from website side. Please give more detail.

Author

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 !

Author Best Answer

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  !

Avatar
Discard