Hi @ all,
I'm evaluating the usage of odoo. Eg. using the hr_recruitment. It's nice that someone can apply via the website. As a website is already present I thought about integrating.
So at first I "copied" the http post of the form action. That works good. But now I want to attach more fields like skills (e.g. language with knowledge). So I don't know how to create these relations when using the http post of the form.
So I tried to use the rpcjson. When I create hte object (hr.applicant) there, mandatory fields are missing which are not inside the html form.
I tried to find out if there is an controller but I didn't find. And what I understood up to now, this form on the website is directly liked to the model.
Can anyone help and clearify?
Thanks in advance
edited: typos: XMLJSON => RPCJson