Search 1.9 billion lines of Odoo code on GitHub

odoo_numverify

Author: MorePython
License: no license
Branch: 11.0
Repository: mohamedmagdy/odoo_numverify
Dependencies: base, website, and website_sale
Languages: Markdown (9, 5.6%), Python (111, 68.5%), and XML (42, 25.9%)
Other branches: develop

<h1>Odoo NumVerify</h1> <p>NumVerify offers a full-featured yet simple RESTful JSON API for national and international phone number validation and information lookup for a total of 232 countries around the world. In this project, NumVerify will integrate with Odoo to make sure that the Phone Number and the Country are matching.</p> <p>This module can validate the phone and mobile in the customers form too [res.partner].</p> <h4>How it works:</h4> <p>All you need is to <a href="https://numverify.com/documentation">NumVerify</a> website and register for free to get your API Access Key. In Odoo, Navigate to <code>Website &gt; Configuration &gt; Settings</code>, check &quot;Enable VerifyNum&quot; and add API Access Key.</p> <p>When a customer add his own details in the checkout form it will check if the Phone Number and the country are matching. If not, an error will be raised with a description about what went wrong so that the customer can fix it before proceeding with the checkout process.</p> <h5>Video on YouTube</h5> <p><a href="https://youtu.be/XPObGqy7dac">Odoo NumVerify Integration</a></p>