{ "info": { "author": "Akretion, ACSONE SA/NV, 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 :: 2.7" ], "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :alt: License: AGPL-3\n\nOdoo Asynchronous import module\n===============================\n\nThis module extends the standard CSV import functionality\nto import files in the background using the OCA/connector\nframework.\n\nUsage\n=====\n\nThe user is presented with a new checkbox in the import\nscreen. When selected, the import is delayed in a background\njob.\n\nThis job in turn splits the CSV file in chunks of minimum \n100 lines (or more to align with record boundaries). Each\nchunk is then imported in a separate background job.\n\nWhen an import fails, the job is marked as such and the\nuser can read the error in the job status. The CSV chunk\nbeing imported is stored as an attachment to the job, making\nit easy to download it, fix it and run a new import, possibly\nin synchronous mode since the chunks are small.\n\nAny file that can be imported by the standard import mechanism\ncan also be imported in the background.\n\nThis module's scope is limited to making standard imports\nasynchronous. It does not attempt to transform the data nor\nautomate ETL flows.\n\nOther modules may benefit from this infrastructure in the following way\n(as illustrated in the test suite):\n\n1. create an instance of `base_import.import` and populate its fields\n (`res_model`, `file`, `file_name`),\n2. invoke the `do` method with appropriate options \n (`header`, `encoding`, `separator`, `quoting`,\n `use_connector`, `chunk_size`).\n\nKnown issues / Roadmap\n======================\n\n* There is currently no user interface to control the chunk size,\n which is currently 100 by default. Should this proves to be an issue,\n it is easy to add an option to extend the import screen.\n* Validation cannot be run in the background.\n\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues `_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed feedback\n`here `_.\n\n\nCredits\n=======\n\nContributors\n------------\n\nS\u00e9bastien Beau (Akretion) authored the initial prototype.\n\nSt\u00e9phane Bidoul (ACSONE) extended it to version 1.0 to support\nmulti-line records, store data to import as attachments\nand let the user control the asynchronous behaviour.\n\nOther contributors include:\n\n* Anthony Muschang (ACSONE)\n* David B\u00e9al (Akretion)\n* Jonathan Nemry (ACSONE)\n* Laurent Mignon (ACSONE)\n\nMaintainer\n----------\n\n.. image:: http://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: http://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 http://odoo-community.org.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo9-addon-base-import-async", "package_url": "https://pypi.org/project/odoo9-addon-base-import-async/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/odoo9-addon-base-import-async/", "project_urls": null, "release_url": "https://pypi.org/project/odoo9-addon-base-import-async/9.0.1.1.0/", "requires_dist": [ "odoo (<9.1a,>=9.0a)", "odoo9-addon-connector" ], "requires_python": "", "summary": "Asynchronous Import", "version": "9.0.1.1.0" }, "last_serial": 5085614, "releases": { "9.0.1.0.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "acbc9eec8bff472495fa7d9a3b1747ac", "sha256": "c16abc429fb7c077f2df4b91e2edc7724191295e746ba6813448246c422168f5" }, "downloads": -1, "filename": "odoo9_addon_base_import_async-9.0.1.0.0.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "acbc9eec8bff472495fa7d9a3b1747ac", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14738, "upload_time": "2017-04-11T18:10:26", "url": "https://files.pythonhosted.org/packages/7c/d2/5d49f2b9846539ca99ec594799d0b25187474412549e7a63bd3f2b222633/odoo9_addon_base_import_async-9.0.1.0.0.99.dev1-py2-none-any.whl" } ], "9.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "d11b33a6c46fabb7777b94877a55041b", "sha256": "3e857a85da8d6413c389bfbc62695014e0b744b611869490c6fcadd292837bf4" }, "downloads": -1, "filename": "odoo9_addon_base_import_async-9.0.1.0.0.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "d11b33a6c46fabb7777b94877a55041b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14885, "upload_time": "2017-04-11T18:10:30", "url": "https://files.pythonhosted.org/packages/b3/04/dc29e09ec5ead5db7ca3935e10392203022305b434f0e8f87bb29505bc9c/odoo9_addon_base_import_async-9.0.1.0.0.99.dev3-py2-none-any.whl" } ], "9.0.1.1.0": [ { "comment_text": "", "digests": { "md5": "c38289af855228d001d9d87d9a00e83c", "sha256": "45d8b4ee63f8578df5c71439f71d3f9899a972034d4207ff40cd52fbb49d0c0c" }, "downloads": -1, "filename": "odoo9_addon_base_import_async-9.0.1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c38289af855228d001d9d87d9a00e83c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14745, "upload_time": "2017-04-11T18:10:33", "url": "https://files.pythonhosted.org/packages/71/db/60a320e9136eb0cd238129b2fd2fcc18ed013ad78d9312ec8a93012313f5/odoo9_addon_base_import_async-9.0.1.1.0-py2-none-any.whl" } ], "9.0.1.1.0.99.dev1": [ { "comment_text": "", "digests": { "md5": "18b85499c24ca6dda42f7478908dcef3", "sha256": "8da56e87ba238d769d94b680a44f54c0d08e565e408e2285bfd5289f30b18289" }, "downloads": -1, "filename": "odoo9_addon_base_import_async-9.0.1.1.0.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "18b85499c24ca6dda42f7478908dcef3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 22023, "upload_time": "2019-04-03T05:47:58", "url": "https://files.pythonhosted.org/packages/80/c7/0457a696d90daeaa6407d6faed98f02caf58b54b94f265a1a4c19abc9713/odoo9_addon_base_import_async-9.0.1.1.0.99.dev1-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c38289af855228d001d9d87d9a00e83c", "sha256": "45d8b4ee63f8578df5c71439f71d3f9899a972034d4207ff40cd52fbb49d0c0c" }, "downloads": -1, "filename": "odoo9_addon_base_import_async-9.0.1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c38289af855228d001d9d87d9a00e83c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14745, "upload_time": "2017-04-11T18:10:33", "url": "https://files.pythonhosted.org/packages/71/db/60a320e9136eb0cd238129b2fd2fcc18ed013ad78d9312ec8a93012313f5/odoo9_addon_base_import_async-9.0.1.1.0-py2-none-any.whl" } ] }