{ "info": { "author": "ChriCar Beteiligungs- und Beratungs- GmbH, Tecnativa,Camptocamp,ACSONE SA/NV,LasLabs,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.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n\n==============================\nPartner Identification Numbers\n==============================\n\nThis module allows to manage all sort of identification numbers\nand certificates which are assigned to a partner (company or individual)\nand vary from country to country.\n\n* Commercial register\n* VAT ID\n* Fiscal ID's\n* Membership numbers\n* Driver license\n* etc\n\n\nInstallation\n============\n\nNo specific installation step required.\n\n\nConfiguration\n=============\n\nConfigure all ID types you need in Contacts > Configuration > Partner ID Categories.\nFor example, we create a category 'Driver License':\n\nName:\n Name of this ID type. For example, 'Driver License'\nCode:\n Code, abbreviation or acronym of this ID type. For example, 'driver_license'\nPython validation code:\n Optional python code called to validate ID numbers of this ID type. This functionality can be\n overridden by setting ``id_no_validate`` to ``True`` in the context, such as:\n\n .. code-block:: python\n\n partner.with_context(id_no_validate=True).write({\n 'name': 'Bad Value',\n 'category_id': self.env.ref('id_category_only_numerics').id,\n })\n\nUsage\n=====\n\nIn partner form you will see another tab called 'ID Numbers'. You can add\nany IDs to this partner, defining:\n\nCategory:\n ID type defined in configuration. For example, Driver License\nID Number:\n The ID itself. For example, Driver License number of this person\nIssued by:\n Another partner, who issued this ID. For example, Traffic National Institution\nPlace of Issuance:\n The place where the ID has been issued. For example the country for passports and visa\nValid from:\n Issued date. For example, date when person approved his driving exam, 21/10/2009\nValid until:\n Expiration date. For example, date when person needs to renew his driver license, 21/10/2019\nStatus:\n ID status. For example new/to renew/expired\nNotes:\n Any further information related with this ID. For example, vehicle types this person can drive\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/134/11.0\n\n\nKnown issues / Roadmap\n======================\n\n* If you want to search a partner by ID you will use advance search form.\n You can't search by issuer, valid dates, category or notes.\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 smash it by providing detailed and welcomed feedback.\n\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon `_.\n\n\nContributors\n------------\n\n* Antonio Espinosa \n* Ferdinand Gassauer \n* Gerhard K\u00f6nighofer \n* Laurent Mignon \n* Jairo Llopis \n* Dave Lasley \n* Simone Orsi \n\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": "https://github.com/OCA/partner-contact", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo11-addon-partner-identification", "package_url": "https://pypi.org/project/odoo11-addon-partner-identification/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-partner-identification/", "project_urls": { "Homepage": "https://github.com/OCA/partner-contact" }, "release_url": "https://pypi.org/project/odoo11-addon-partner-identification/11.0.1.0.0.99.dev4/", "requires_dist": [ "odoo (<11.1dev,>=11.0a)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Partner Identification Numbers", "version": "11.0.1.0.0.99.dev4" }, "last_serial": 5084237, "releases": { "11.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "e99134adc9205261f0eec4987ebc21dd", "sha256": "25dd0868dc68ac58572113dc1bf5d9946fa3cb4d294a1cf3037e5efa8f5d5536" }, "downloads": -1, "filename": "odoo11_addon_partner_identification-11.0.1.0.0.99.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e99134adc9205261f0eec4987ebc21dd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 156590, "upload_time": "2018-05-19T04:41:50", "url": "https://files.pythonhosted.org/packages/ab/2c/12d7d96415d67ba771c4e2a2c4801e7c3244cb94190405bd7d88003703af/odoo11_addon_partner_identification-11.0.1.0.0.99.dev1-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "2a30cdcbc4c575b8e358297ed64cf9ad", "sha256": "7a9c193022b3fc04aeb7fcad9958d229a6e96d31fa4afc4758f8ab1231e6de0b" }, "downloads": -1, "filename": "odoo11_addon_partner_identification-11.0.1.0.0.99.dev2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2a30cdcbc4c575b8e358297ed64cf9ad", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 158856, "upload_time": "2018-06-23T04:53:17", "url": "https://files.pythonhosted.org/packages/11/07/1be14fe41527391ac6420b82e21ecb7b7785cbc75db134d4af3e232d9462/odoo11_addon_partner_identification-11.0.1.0.0.99.dev2-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "4aec48ed45098d79f041995929eb0efc", "sha256": "ac2e12f32b3f577549429abf9cacfddc9fba95d614ed71e299b175ac7a748a5f" }, "downloads": -1, "filename": "odoo11_addon_partner_identification-11.0.1.0.0.99.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4aec48ed45098d79f041995929eb0efc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 156113, "upload_time": "2019-03-02T05:50:39", "url": "https://files.pythonhosted.org/packages/d1/78/ffb7733ad6571edaa11119aeda61896d15702465745acb7feb1e4528c4d6/odoo11_addon_partner_identification-11.0.1.0.0.99.dev3-py2.py3-none-any.whl" } ], "11.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "88301dd2714e20cda04dccc9f1528583", "sha256": "b6ca1d789869844eec202be2c571e253d31ffdf5fdc0d301ed97fc8d5b993dd7" }, "downloads": -1, "filename": "odoo11_addon_partner_identification-11.0.1.0.0.99.dev4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "88301dd2714e20cda04dccc9f1528583", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 165713, "upload_time": "2019-04-03T05:28:11", "url": "https://files.pythonhosted.org/packages/39/0a/413350bff11818175d7eb9840af59294c1d7c108c35db2395571c0afaa45/odoo11_addon_partner_identification-11.0.1.0.0.99.dev4-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88301dd2714e20cda04dccc9f1528583", "sha256": "b6ca1d789869844eec202be2c571e253d31ffdf5fdc0d301ed97fc8d5b993dd7" }, "downloads": -1, "filename": "odoo11_addon_partner_identification-11.0.1.0.0.99.dev4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "88301dd2714e20cda04dccc9f1528583", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 165713, "upload_time": "2019-04-03T05:28:11", "url": "https://files.pythonhosted.org/packages/39/0a/413350bff11818175d7eb9840af59294c1d7c108c35db2395571c0afaa45/odoo11_addon_partner_identification-11.0.1.0.0.99.dev4-py2.py3-none-any.whl" } ] }