{ "info": { "author": "Akretion,Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python" ], "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n\n==========\nBase Phone\n==========\n\nThis module validate phone numbers using the *phonenumbers* Python library,\nwhich is a port of the library used in Android smartphones. For example, if\nyour user is linked to a French company and you update the form view of a\npartner with a badly written French phone number such as '01-55-42-12-42',\nOdoo will automatically update the phone number to E.164 format '+33155421242'\nand display in the form and tree view of the partner the readable equivalent\n'+33 1 55 42 12 42'.\n\nThis module also adds *tel:* links on phone numbers and *fax:* links on fax\nnumbers. If you have a softphone or a client software on your PC that is\nassociated with *tel:* links, the softphone should propose you to dial the\nphone number when you click on such a link.\n\nThis module also updates the format() function for reports and adds 2\narguments :\n\n* *phone* : should be True for a phone number, False (default) otherwize.\n* *phone_format* : it can have 3 possible values :\n * *international* (default) : the report will display '+33 1 55 42 12 42'\n * *national* : the report will display '01 55 42 12 42'\n * *e164* : the report will display '+33155421242'\n\nFor example, in the Sale Order report, to display the phone number of the\nSalesman, you can write : o.user_id and o.user_id.phone and\nformat(o.user_id.phone, phone=True, phone_format='national') or ''\n\nThis module is independant from the Asterisk connector.\n\nPlease contact Alexis de Lattre from Akretion \nfor any help or question about this module.\n\nInstallation\n============\n\nThere is no specific installation procedure for this module.\n\nConfiguration\n=============\n\nThere is no specific configuration procedure for this module.\n\nUsage\n=====\n\nThere is no specific usage procedure for this module.\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n :alt: Try me on Runbot\n :target: https://runbot.odoo-community.org/runbot/228/10.0\n\nKnown issues / Roadmap\n======================\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smashing it by providing a detailed and welcomed `feedback\n`_.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon `_.\n\nContributors\n------------\n\n* Alexis de Lattre \n* S\u00e9bastien Beau \n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.akretion.com/", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo12-addon-base-phone", "package_url": "https://pypi.org/project/odoo12-addon-base-phone/", "platform": "", "project_url": "https://pypi.org/project/odoo12-addon-base-phone/", "project_urls": { "Homepage": "http://www.akretion.com/" }, "release_url": "https://pypi.org/project/odoo12-addon-base-phone/12.0.1.0.1.99.dev4/", "requires_dist": [ "odoo (<12.1dev,>=12.0a)", "phonenumbers" ], "requires_python": ">=3.5", "summary": "Validate phone numbers", "version": "12.0.1.0.1.99.dev4" }, "last_serial": 5773848, "releases": { "12.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "bbeba39ff5c8a937f977c9950d23842d", "sha256": "089828ba999a07338208f70c00f7e3b5154f099d59b7c565aadf6a50fbcdc711" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.0.99.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "bbeba39ff5c8a937f977c9950d23842d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 97944, "upload_time": "2018-11-17T05:39:46", "url": "https://files.pythonhosted.org/packages/80/0e/ba1d754910a56e797db3b28e23a7a7c3bca0a0d41a641b2b5cc32bc19822/odoo12_addon_base_phone-12.0.1.0.0.99.dev1-py3-none-any.whl" } ], "12.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "9a76be6e5cfe4a80bde781d0d8d970d8", "sha256": "f5c70568c8bb092bd09a86a17666943b279a191212dc753a936daf8fcaf9d627" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.0.99.dev3-py3-none-any.whl", "has_sig": false, "md5_digest": "9a76be6e5cfe4a80bde781d0d8d970d8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 98373, "upload_time": "2018-12-10T05:43:04", "url": "https://files.pythonhosted.org/packages/fc/9c/224dbf8a768100f96b28932114494597bc1d3e918fd56f73715ab86e6083/odoo12_addon_base_phone-12.0.1.0.0.99.dev3-py3-none-any.whl" } ], "12.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "61156eaad4209ce86f0788d4932d1f23", "sha256": "f60599aed8a3181793a6d7d589755f5063699a717e5b952b16fc29d30470e5c5" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.0.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "61156eaad4209ce86f0788d4932d1f23", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 107949, "upload_time": "2019-04-03T05:01:16", "url": "https://files.pythonhosted.org/packages/d5/04/510ebadf7c5a69221639c9032c1393d34de21dfd5f8c7d09c76e4095a9fe/odoo12_addon_base_phone-12.0.1.0.0.99.dev4-py3-none-any.whl" } ], "12.0.1.0.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "82333b2744f2f4e1bef0f306aff8a72c", "sha256": "7b03ed63908f0e093c58a932f7f3e6769403fd73f96fa3557339d2356b34e441" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.0.99.dev5-py3-none-any.whl", "has_sig": false, "md5_digest": "82333b2744f2f4e1bef0f306aff8a72c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 108033, "upload_time": "2019-04-04T04:44:51", "url": "https://files.pythonhosted.org/packages/ce/84/d9cfd2f3bedeca6fe0d85ab6637f40116d59b95f879803d2590be893078a/odoo12_addon_base_phone-12.0.1.0.0.99.dev5-py3-none-any.whl" } ], "12.0.1.0.0.99.dev9": [ { "comment_text": "", "digests": { "md5": "ee8e41aa94bfe1bf950c123fec708901", "sha256": "43e8a50ce45d0c13f2e4e49c6454347fffb7765e56a1b337b94ba15bf625d324" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.0.99.dev9-py3-none-any.whl", "has_sig": false, "md5_digest": "ee8e41aa94bfe1bf950c123fec708901", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 107018, "upload_time": "2019-06-12T04:44:28", "url": "https://files.pythonhosted.org/packages/7e/de/67778ff82eac9c6d0235b610c7c51cd825f5c3a7cf37a36afc5483632879/odoo12_addon_base_phone-12.0.1.0.0.99.dev9-py3-none-any.whl" } ], "12.0.1.0.1.99.dev1": [ { "comment_text": "", "digests": { "md5": "e9bbeb9cf3d3b719b5c363b907bf6e7e", "sha256": "c8abb6d9c7f166e2ef0829c78890e04a7c79ef0f3ee4e8f2a8b5dd38e409a3c9" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.1.99.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "e9bbeb9cf3d3b719b5c363b907bf6e7e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 107286, "upload_time": "2019-07-26T04:44:55", "url": "https://files.pythonhosted.org/packages/3b/02/6aca94012f510619d4d4898f87d9e50aadfbeaad174177ffe0aa151f0e1d/odoo12_addon_base_phone-12.0.1.0.1.99.dev1-py3-none-any.whl" } ], "12.0.1.0.1.99.dev2": [ { "comment_text": "", "digests": { "md5": "3719864fc437f69112959019cd33966e", "sha256": "7f00096f470a6fd9f0caef6e127fdbaa0bc0c9b1bebddd037b09659d61c8deea" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.1.99.dev2-py3-none-any.whl", "has_sig": false, "md5_digest": "3719864fc437f69112959019cd33966e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 111000, "upload_time": "2019-07-28T04:45:58", "url": "https://files.pythonhosted.org/packages/5a/d0/a5cc88d75f5d1b90bfbfe1a89476650f9a1067c694f5aef3d40121dba97d/odoo12_addon_base_phone-12.0.1.0.1.99.dev2-py3-none-any.whl" } ], "12.0.1.0.1.99.dev4": [ { "comment_text": "", "digests": { "md5": "74fb3e95556db2ec5c8215e9aa78676e", "sha256": "08d2d16fde1231435edcd1cacaccaa9f22e713459204db3145c687b944aff91e" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.1.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "74fb3e95556db2ec5c8215e9aa78676e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 111941, "upload_time": "2019-09-03T04:49:07", "url": "https://files.pythonhosted.org/packages/78/6e/bf5f24b7779c3fdb639d15e0e8605df134813eba2747cd0cb74adf690e42/odoo12_addon_base_phone-12.0.1.0.1.99.dev4-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74fb3e95556db2ec5c8215e9aa78676e", "sha256": "08d2d16fde1231435edcd1cacaccaa9f22e713459204db3145c687b944aff91e" }, "downloads": -1, "filename": "odoo12_addon_base_phone-12.0.1.0.1.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "74fb3e95556db2ec5c8215e9aa78676e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 111941, "upload_time": "2019-09-03T04:49:07", "url": "https://files.pythonhosted.org/packages/78/6e/bf5f24b7779c3fdb639d15e0e8605df134813eba2747cd0cb74adf690e42/odoo12_addon_base_phone-12.0.1.0.1.99.dev4-py3-none-any.whl" } ] }