Hi,
We have a website which contains a form. In this form, we get the name. surname and email from a user. What we want to do is register this user into the Odoo 8 platform. In which tables of odoo should we make Inserts?
res_partner?
res_users?
res_company_users_rel?
res_groups_users_rel?
Are we missing any table?
After that we have a custom module. We need some information about the user. How could we retrieve data from this tables? I am trying in the Model but I am missing something.