coderscom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Odoo Form Integrator] Error settingsHi,
I am not sure what’s wrong with your settings. Hope the followings steps should be useful for you.
Steps:
1. Create your account in Odoo.com and make sure you have CRM module enabled. i.e, https://wassim.odoo.com
2. Install Ninja Form plugin on your WordPress website.
3. Create Contact Me form using Ninja Form and publish it on any Page / Post.
4. Install WP Odoo Form Integrator plugin on your WordPress website.
5. Go to WP Odoo Form Integrator Settings page and configure the server properties.
i.e, URL: https://wassim.odoo.com
Database: wassim
Username: YOUR_EMAIL_ADDRESS
Password: PASSWORD
6. Click Add New in Left Menu to open Add New Odoo-Form Mapping page.
7. Give any title
8. Select Ninja Forms in Form Type
9. Select Contact Me in Form
10. Select Contact [res.partner] in Odoo Model
13. Map name (Odoo Field) to Name (Form Field)
14. Map email (Odoo Field) to Email (Form Field)
15. Save MappingThanks,
SivaForum: Plugins
In reply to: [WP Odoo Form Integrator] display leeds in odooHi,
No app is required on Odoo. The synchronization will happen automatically as soon as the form is submitted. All needed is proper Odoo-Form mapping. Please make sure your Odoo instance supports API call. I have used a trial account created in https://www.odoo.com/ for testing purpose.
Steps:
1. Create your account in Odoo.com and make sure you have CRM module enabled. i.e, https://wassim.odoo.com
2. Install Ninja Form plugin on your WordPress website.
3. Create Contact Me form using Ninja Form and publish it on any Page / Post.
4. Install WP Odoo Form Integrator plugin on your WordPress website.
5. Go to WP Odoo Form Integrator Settings page and configure the server properties.
i.e, URL: https://wassim.odoo.com
Database: wassim
Username: YOUR_EMAIL_ADDRESS
Password: PASSWORD
6. Click Add New in Left Menu to open Add New Odoo-Form Mapping page.
7. Give any title
8. Select Ninja Forms in Form Type
9. Select Contact Me in Form
10. Select Contact [res.partner] in Odoo Model
13. Map name (Odoo Field) to Name (Form Field)
14. Map email (Odoo Field) to Email (Form Field)
15. Save MappingThat is all. Now, you open the page/post where you have integrated the Ninja Form (Contact Me). Submit the form with any contact details and you can find the same created as Contact in Odoo server.
Hope this helps.
Thanks,
SivaForum: Plugins
In reply to: [WP Odoo Form Integrator] display leeds in odooCan you try the same with Ninja Forms
Forum: Plugins
In reply to: [WP Odoo Form Integrator] No populationHello,
As https://odoo.sh didn’t provide trial account, I am unable to test it. However, I have tested the same with https://www.odoo.com/ where Odoo models are created when submiting form values. I was able to create Odoo models like leads, contacts and tickets through the plugin.
Few suggestions:
1. Try the same with https://www.odoo.com/
2. Make sure if Contact Form 7 is working before integrating with Odoo models. (Form submit hangs if mail server isn’t configured)
3. Try Ninja Forms instead of Form 7Forum: Plugins
In reply to: [WP Odoo Form Integrator] No populationHi,
I am unable to reproduce the issue. Is your mapping saved? blacklotus9 claims the mapping is not saved for him. Can you test the same in a fresh WordPress setup and attach screenshots if the issue still occurs.
Thanks,
SivaForum: Plugins
In reply to: [WP Odoo Form Integrator] can not authenticateAwesome. Thanks for the update.
Forum: Plugins
In reply to: [WP Odoo Form Integrator] can not authenticateHi,
It seems issue occurs at Odoo end. Check the following tips and make sure if parameters are correct in your Configuration?
The server url is the instance’s domain (e.g. https://mycompany.odoo.com), the database name is the name of the instance (e.g. mycompany). The username is the configured user’s login as shown by the Change Password screen.
Thanks,
SivaForum: Plugins
In reply to: [WP Odoo Form Integrator] Gravity forms?https://docs.gravityforms.com/gform_after_submission/
The above link should be helpful for you to implement the Gravity Forms integration.
Forum: Plugins
In reply to: [WP Odoo Form Integrator] Gravity forms?Hi,
Integration with Gravity Forms is not implemented as Gravity Forms is not free and open source. However, you can simply implement one by following any file found under wp-odoo-form-integrator\modules folder. Once you implemented, do not forget to register it in wp-odoo-form-integrator.php (line no: 34) found in plugin’s home folder.
if you still need any help, you can reach me via skype id :
sivainf
Thanks,
Siva- This reply was modified 8 years, 5 months ago by coderscom.
Forum: Plugins
In reply to: [WP Odoo Form Integrator] Form Mapping only precessesI guess non-json data may be received in the ajax call. I just handled the parser exception and displayed the ajax content in the console. Please reinstall the plugin with the latest build. and let me know the console output once again to see what actually causes the issue.
Forum: Plugins
In reply to: [WP Odoo Form Integrator] Form Mapping only precessesHi jairwalter,
It seems test connection is working good in Settings but the same fails while adding a new form. Did you get alert window saying “Unable to fetch Odoo models. Please check Settings”?. If not, can you please check browser console.
Thanks
Forum: Plugins
In reply to: [WP Odoo Form Integrator] “PHP XMLRPC library is not installed”.Hi,
Not having SSL shouldn’t be a problem. The plugin should still connect with Odoo server. Can you please check if XML-RPC support enabled on your server.
http://php.net/manual/en/xmlrpc.installation.php
Thanks
Forum: Plugins
In reply to: [WP Odoo Form Integrator] field mapping not being savedCan you check if tables CC_ODOO_INTEGRATOR_FORMS & CC_ODOO_INTEGRATOR_FIELD_MAPPING are created after activating the plugin and values are stored when the mapping is saved?
Forum: Plugins
In reply to: [WP Odoo Form Integrator] Simple lead creation exampleYou can create a hidden field in the contact form with a default value of either “lead” or “opportunity” and map the same to type field in Mapping screen.
Details about Odoo configuration for API can be found at https://www.odoo.com/documentation/8.0/api_integration.html
Forum: Plugins
In reply to: [WP Odoo Form Integrator] field mapping not being savedThanks for escalating the issue. Can you let me know the versions of WordPress and Formidable Form? Field mapping will usually get reset in Edit Odoo-Form Mapping screen if either Form or Odoo model is changed. If possible, Can you share the image of the edit screen.