{ "info": { "author": "Therp BV,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================================\nImport from remote Odoo database\n================================\n\nThis module was written to import data from another Odoo database. The idea is that you define which models to import from the other database, and add eventual mappings for records you don't want to import.\n\nUse cases\n=========\n\n- merging databases\n- one way sync\n- aggregating management data from distributed systems\n\n\nConfiguration\n=============\n\nGo to Settings / Remote Odoo import / Import configurations and create a configuration.\n\nAfter filling in your credentials, select models you want to import from the remote database. If you only want to import a subset of the records, add an appropriate domain.\n\nThe import will copy records of all models listed, and handle links to records of models which are not imported depending on the existing field mappings. Field mappings to local records also are a stopping condition. Without those, the import will have to create some record for all required x2x fields, which you probably don't want.\n\nProbably you'll want to map records of model `res.company`, and at least the admin user.\n\nThe module doesn't import one2many fields, if you want to have those, add the model the field in question points to to the list of imported models, possibly with a domain.\n\nIf you don't fill in a remote ID, the addon will use the configured local ID for every record of the model (this way, you can for example map all users in the remote system to some import user in the current system).\n\nFor fields that have a uniqueness constraint (like `res.users#login`), create a field mapping if type `unique`, then the import will generate a unique value for this field.\n\nFor models using references with two fields (like `ir.attachment`), create a field mapping of type `by reference` and select the two fields involved. The import will transform known ids (=ids of models you import) to the respective local id, and clean out the model/id fields for unknown models/ids.\n\nUsage\n=====\n\nTo use this module, you need to:\n\n#. go to an import configuration and hit the button ``Run import``\n#. be patient, this creates a cronjob which will start up to a minutes afterwards\n#. reload the form, as soon as the cronjob runs you'll see a field ``Progress`` that lets you inspect what was imported already\n#. note that the cronjob also resets the password as soon as it has read it. So for a subsequent import, you'll have to fill it in again\n#. running an import a second time won't duplicate data, it should recognize records imported earlier and just update them\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/149/8.0\n\nKnown issues / Roadmap\n======================\n\n* Yes of course this duplicates a lot of connector functionality. Rewrite this with the connector framework, probably collaborate with https://github.com/OCA/connector-odoo2odoo\n* Do something with workflows\n* Support reference fields, while being at it refactor _run_import_map_values to call a function per field type\n* Probably it's safer and faster to disable recomputation during import, and recompute all fields afterwards\n* Add duplicate handling strategy 'Overwrite older'\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\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon `_.\n\nContributors\n------------\n\n* Holger Brunn \n\nDo not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list `_ or the `appropriate specialized mailinglist `_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues.\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": 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": "odoo8-addon-base-import-odoo", "package_url": "https://pypi.org/project/odoo8-addon-base-import-odoo/", "platform": "", "project_url": "https://pypi.org/project/odoo8-addon-base-import-odoo/", "project_urls": null, "release_url": "https://pypi.org/project/odoo8-addon-base-import-odoo/8.0.1.0.1/", "requires_dist": [ "odoo (<9.0a,>=8.0a)", "odoorpc" ], "requires_python": "~=2.7", "summary": "Import records from another Odoo instance", "version": "8.0.1.0.1" }, "last_serial": 3998583, "releases": { "8.0.1.0.0.99.dev20": [ { "comment_text": "", "digests": { "md5": "b39293f64ea5a282ac64eeed9d60ad3c", "sha256": "c10ae32f08fe9694303a4fe7eb3c8057e72ff53c5bdaac318f24c4749d11125e" }, "downloads": -1, "filename": "odoo8_addon_base_import_odoo-8.0.1.0.0.99.dev20-py2-none-any.whl", "has_sig": false, "md5_digest": "b39293f64ea5a282ac64eeed9d60ad3c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 37449, "upload_time": "2017-10-26T04:30:15", "url": "https://files.pythonhosted.org/packages/30/72/e0fb42dd25559871075163b8776364a510b76d712a85630191ee322209f0/odoo8_addon_base_import_odoo-8.0.1.0.0.99.dev20-py2-none-any.whl" } ], "8.0.1.0.0.99.dev21": [ { "comment_text": "", "digests": { "md5": "e1689155d5d22fce0fa02df53b0dc649", "sha256": "07b88d9f382deeb0f1221f60db0efb32ad7001ce10927d6ff775ac3858af6b14" }, "downloads": -1, "filename": "odoo8_addon_base_import_odoo-8.0.1.0.0.99.dev21-py2-none-any.whl", "has_sig": false, "md5_digest": "e1689155d5d22fce0fa02df53b0dc649", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 194946, "upload_time": "2017-10-29T05:30:41", "url": "https://files.pythonhosted.org/packages/d9/71/e48cc35239cd31d94ab5c6d4c3f7edd294daa1d8dddb4d5172d4314827af/odoo8_addon_base_import_odoo-8.0.1.0.0.99.dev21-py2-none-any.whl" } ], "8.0.1.0.0.99.dev22": [ { "comment_text": "", "digests": { "md5": "b5439ee5bc4cffff9822031d5bd45834", "sha256": "858faec8909d1379bbe65f40e0c962543721269e322384b67a054397634a7550" }, "downloads": -1, "filename": "odoo8_addon_base_import_odoo-8.0.1.0.0.99.dev22-py2-none-any.whl", "has_sig": false, "md5_digest": "b5439ee5bc4cffff9822031d5bd45834", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 195158, "upload_time": "2017-11-12T05:30:20", "url": "https://files.pythonhosted.org/packages/7a/47/a0fac41f17df174a78d06d819e5f7cb34416150b9f31679c971ee97ba045/odoo8_addon_base_import_odoo-8.0.1.0.0.99.dev22-py2-none-any.whl" } ], "8.0.1.0.1": [ { "comment_text": "", "digests": { "md5": "c9178116524ac9e364f480530ed2f66c", "sha256": "3deadb8843d944c93d948c7134f2fa28495782b7e958d513a6bb064d3bfa8844" }, "downloads": -1, "filename": "odoo8_addon_base_import_odoo-8.0.1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c9178116524ac9e364f480530ed2f66c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 195074, "upload_time": "2018-02-01T05:30:32", "url": "https://files.pythonhosted.org/packages/b0/c3/bbcb84eb7c588b56aa83ca68975d0ba71c60532fcd615badfcb2b8828ec8/odoo8_addon_base_import_odoo-8.0.1.0.1-py2-none-any.whl" } ], "8.0.1.0.1.99.dev1": [ { "comment_text": "", "digests": { "md5": "0fe3555387147f80b1cdd8e9a65334c7", "sha256": "145c81885c1ab796200624ee6f3cc2b706cc1a4fcceb1d82ad898b814c156dc5" }, "downloads": -1, "filename": "odoo8_addon_base_import_odoo-8.0.1.0.1.99.dev1-py2-none-any.whl", "has_sig": false, "md5_digest": "0fe3555387147f80b1cdd8e9a65334c7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 195382, "upload_time": "2018-03-04T05:46:04", "url": "https://files.pythonhosted.org/packages/c6/dd/d3198ae952450046882704d91ed1546d102d497c8a628d7a7b1f36b85c46/odoo8_addon_base_import_odoo-8.0.1.0.1.99.dev1-py2-none-any.whl" } ], "8.0.1.0.1.99.dev2": [ { "comment_text": "", "digests": { "md5": "210f5a78a28715f819364e9ad4e37071", "sha256": "f1c585db9f2de023783a7a2f92c59f74c42f74caab7cf6b72d575b943e955f57" }, "downloads": -1, "filename": "odoo8_addon_base_import_odoo-8.0.1.0.1.99.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "210f5a78a28715f819364e9ad4e37071", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 195562, "upload_time": "2018-03-30T17:47:18", "url": "https://files.pythonhosted.org/packages/bc/b3/00a2764dc0503a15f86ccf7992d954eb0ad65a4518abe8933006466a944a/odoo8_addon_base_import_odoo-8.0.1.0.1.99.dev2-py2-none-any.whl" } ], "8.0.1.0.1.99.dev3": [ { "comment_text": "", "digests": { "md5": "cc8828ae85a1d33845ea49b263a48cd0", "sha256": "d2fb24dda891aeb4bf138d5481cabc107c74e28cf2af88fc7563326096717b46" }, "downloads": -1, "filename": "odoo8_addon_base_import_odoo-8.0.1.0.1.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "cc8828ae85a1d33845ea49b263a48cd0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 200707, "upload_time": "2018-06-25T04:42:24", "url": "https://files.pythonhosted.org/packages/f3/01/8ce88bbbb309a93904c9043ec9631c282c56dc670da4b0821611a27bcf31/odoo8_addon_base_import_odoo-8.0.1.0.1.99.dev3-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9178116524ac9e364f480530ed2f66c", "sha256": "3deadb8843d944c93d948c7134f2fa28495782b7e958d513a6bb064d3bfa8844" }, "downloads": -1, "filename": "odoo8_addon_base_import_odoo-8.0.1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c9178116524ac9e364f480530ed2f66c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 195074, "upload_time": "2018-02-01T05:30:32", "url": "https://files.pythonhosted.org/packages/b0/c3/bbcb84eb7c588b56aa83ca68975d0ba71c60532fcd615badfcb2b8828ec8/odoo8_addon_base_import_odoo-8.0.1.0.1-py2-none-any.whl" } ] }