{ "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 :alt: License: AGPL-3\n\nSQL Export\n==========\n\nAllow to export data in csv files FROM sql requests.\nThere are some restrictions in the sql query, you can only read datas.\nNo update, deletion or creation are possible.\nA new menu named Export is created.\n\nKnown issues / Roadmap\n======================\n\n* Some words are prohibited and can't be used is the query in anyways, even in\n a select query:\n - delete\n - drop\n - insert\n - alter\n - truncate\n - execute\n - create\n - update\n\nSee sql_request_abstract module to fix this issue.\n\n* checking SQL request by execution and rollback is disabled in this module\n since variables features has been introduced. This can be fixed by\n overloading _prepare_request_check_execution() function.\n\nUsage\n=====\n\nDashboards > Sql Export.\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/10.0\n\n\nSpecific use with parameters\n----------------------------\n\n- `%(company_id)s` allows to set in the query the company id of the user\n- `%(user_id)s` allows to set in the query the user id\n- for any created field with `Sql Export Variables` menu, you can use it with `%(x_field_example)s` syntax \n (Limitation for relational fields)\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\nCredits\n=======\n\nContributors\n------------\n\n* Florian da Costa \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.\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": "odoo10-addon-sql-export", "package_url": "https://pypi.org/project/odoo10-addon-sql-export/", "platform": "", "project_url": "https://pypi.org/project/odoo10-addon-sql-export/", "project_urls": { "Homepage": "http://www.akretion.com" }, "release_url": "https://pypi.org/project/odoo10-addon-sql-export/10.0.1.0.0.99.dev5/", "requires_dist": [ "odoo10-addon-sql-request-abstract", "odoo (<10.1dev,>=10.0)" ], "requires_python": "~=2.7", "summary": "Export data in csv file with SQL requests", "version": "10.0.1.0.0.99.dev5" }, "last_serial": 4528082, "releases": { "10.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "d76b6488eb369ca419376f324f434cf8", "sha256": "42cd9047286b3597b9915931b6f906a252fe01c6d73a6b4c9b74fdfc57186e7d" }, "downloads": -1, "filename": "odoo10_addon_sql_export-10.0.1.0.0.99.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "d76b6488eb369ca419376f324f434cf8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 140386, "upload_time": "2018-06-28T04:35:38", "url": "https://files.pythonhosted.org/packages/54/16/6ed0f6764d39e7f29d02f00a0e1450103f08c9d9b0dd745e7938c06dd151/odoo10_addon_sql_export-10.0.1.0.0.99.dev2-py2-none-any.whl" } ], "10.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "d288a834e31ae12785cc1f750f934bfe", "sha256": "d6f6893e5dac53ea2097a1bd4cd21d33852dc3ee3246dddbcca537684d068039" }, "downloads": -1, "filename": "odoo10_addon_sql_export-10.0.1.0.0.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "d288a834e31ae12785cc1f750f934bfe", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 138551, "upload_time": "2018-09-07T04:36:12", "url": "https://files.pythonhosted.org/packages/51/61/ddae650a76e8e2b6e6b8b6b639145b1042ebf768a2145b6e3babaa28b6ed/odoo10_addon_sql_export-10.0.1.0.0.99.dev3-py2-none-any.whl" } ], "10.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "8fca4745b91a51deb01614535c0cde5d", "sha256": "b2e63dea21ce96e0e0da6d5a6259bece578b5394b08e9f6a89cec14f7f6fef7c" }, "downloads": -1, "filename": "odoo10_addon_sql_export-10.0.1.0.0.99.dev4-py2-none-any.whl", "has_sig": false, "md5_digest": "8fca4745b91a51deb01614535c0cde5d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 138834, "upload_time": "2018-10-17T04:36:35", "url": "https://files.pythonhosted.org/packages/f4/5c/766b10801e0b7b5f913d637bb066f1a46400c6989adb7697681c8572c3ee/odoo10_addon_sql_export-10.0.1.0.0.99.dev4-py2-none-any.whl" } ], "10.0.1.0.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "a8fe5d75ddda498a750a16c690416cbc", "sha256": "cc8423ce25c5329c7aa5db3316e56c3117e712d0cf6d1d97366a0c09694d7d07" }, "downloads": -1, "filename": "odoo10_addon_sql_export-10.0.1.0.0.99.dev5-py2-none-any.whl", "has_sig": false, "md5_digest": "a8fe5d75ddda498a750a16c690416cbc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 125302, "upload_time": "2018-11-26T05:37:45", "url": "https://files.pythonhosted.org/packages/1b/da/2ed46f16e54417011e9f88a1fa76bcefee570bd5965ee2c9b9c0d0b47bbf/odoo10_addon_sql_export-10.0.1.0.0.99.dev5-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8fe5d75ddda498a750a16c690416cbc", "sha256": "cc8423ce25c5329c7aa5db3316e56c3117e712d0cf6d1d97366a0c09694d7d07" }, "downloads": -1, "filename": "odoo10_addon_sql_export-10.0.1.0.0.99.dev5-py2-none-any.whl", "has_sig": false, "md5_digest": "a8fe5d75ddda498a750a16c690416cbc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 125302, "upload_time": "2018-11-26T05:37:45", "url": "https://files.pythonhosted.org/packages/1b/da/2ed46f16e54417011e9f88a1fa76bcefee570bd5965ee2c9b9c0d0b47bbf/odoo10_addon_sql_export-10.0.1.0.0.99.dev5-py2-none-any.whl" } ] }