Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kiruba92

    (@kiruba92)

    I had checked the Odoo CRM lead page, lead is not created, The problem is in code, we have fixed the problem, please change the both Odoo-contact.php and lead.php file code.

    odoo-contact > shortcodes > odoo-contact.php file

    $models = ripcord::client($odoo_contact_url.”/xmlrpc/2/object”);

    odoo-contact > odoo > lead.php file

    ‘company_id’ => (int)$company_id,
    ‘team_id’ => (int)$sales_id,

    The above code is working, I had checked in local and test server, CRM lead record is created while filling the contact page information via WordPress.

    Thread Starter kiruba92

    (@kiruba92)

    I am checking Odoo CRM lead page, lead is not created, The problem is your code,

    We are fixed the problem, please change your odoo-contact and lead PHP file code.

    odoo-contact > shortcodes > odoo-contact.php file

    $models = ripcord::client($odoo_contact_url.”/xmlrpc/2/object”);

    odoo-contact > odoo > lead.php file

    ‘company_id’ => (int)$company_id,
    ‘team_id’ => (int)$sales_id,

    This code is working, i am checking local and test server, CRM lead record is created while fill the contact page information via wordpress.

    Thread Starter kiruba92

    (@kiruba92)

    We resolved the issue. The customer has updated the password protected plugin in WordPress. In this plugin, Setting page inside, They do not enable the Allow REST API Access field. We checked and enabled on it. It is getting the correct API access.

    • This reply was modified 8 years ago by kiruba92.
    • This reply was modified 8 years ago by kiruba92.
Viewing 3 replies - 1 through 3 (of 3 total)