kiruba92
Forum Replies Created
-
Forum: Plugins
In reply to: [Odoo Contact] Lead is not create odoo backendI 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.
Forum: Plugins
In reply to: [Odoo Contact] Lead is not create odoo backendI 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.
Forum: Plugins
In reply to: [WooCommerce] why woocommerce REST api is returning empty valueWe 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.