Validate phone numbers
Project description
Base Phone
This module validate phone numbers using the phonenumbers Python library, which is a port of the library used in Android smartphones. For example, if your user is linked to a French company and you update the form view of a partner with a badly written French phone number such as ‘01-55-42-12-42’, Odoo will automatically update the phone number to E.164 format ‘+33155421242’ and display in the form and tree view of the partner the readable equivalent ‘+33 1 55 42 12 42’.
This module also adds tel: links on phone numbers and fax: links on fax numbers. If you have a softphone or a client software on your PC that is associated with tel: links, the softphone should propose you to dial the phone number when you click on such a link.
This module also updates the format() function for reports and adds 2 arguments :
phone : should be True for a phone number, False (default) otherwize.
- phone_formatit can have 3 possible values :
international (default) : the report will display ‘+33 1 55 42 12 42’
national : the report will display ‘01 55 42 12 42’
e164 : the report will display ‘+33155421242’
For example, in the Sale Order report, to display the phone number of the Salesman, you can write : o.user_id and o.user_id.phone and format(o.user_id.phone, phone=True, phone_format=’national’) or ‘’
This module is independant from the Asterisk connector.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for any help or question about this module.
Installation
There is no specific installation procedure for this module.
Configuration
There is no specific configuration procedure for this module.
Usage
There is no specific usage procedure for this module.
Known issues / Roadmap
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
Credits
Images
Odoo Community Association: Icon.
Contributors
Alexis de Lattre <alexis.delattre@akretion.com>
Sébastien Beau <sebastien.beau@akretion.com>
Maintainer
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for odoo9_addon_base_phone-9.0.0.1.0.99.dev54-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ed871c41107092a732a68aa76edb707121382d7260f67915c3c6fcd71b01dda |
|
MD5 | 2379676e2e6740e0453cafcb7f71d5e6 |
|
BLAKE2b-256 | e92f1cff7156d5923515d03f21e87ab1e5cd272b53040d7ec7821f088e4b9ddf |