• We have downloaded the Odoo Contact Form plugin via WordPress.

    In the WordPress backend, we had installed the plugin and set up the info.

    Copied the shortcode. Create the new page and use that [odoo_contact] shortcode.

    Open the page and Fill out the contact form information, CRM record is not created Odoo Backend.

    I had attached the download, let me know why the record is not created.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author NetCare BV

    (@netcare)

    It seems you haven’t enabled the lead function in Odoo, can you click on CRM > Settings > and check “Leads”?

    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)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lead is not create odoo backend’ is closed to new replies.