odoo8-addon-sql-export


Nameodoo8-addon-sql-export JSON
Version 8.0.1.0.0 PyPI version JSON
download
home_pagehttp://www.akretion.com
SummaryExport data in csv file with SQL requests
upload_time2017-04-11 16:04:01
maintainer
docs_urlNone
authorAkretion,Odoo Community Association (OCA)
requires_python
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :alt: License: AGPL-3

SQL Export
==========

Allow to export data in csv files FROM sql requests.
There are some restrictions in the sql sql request, you can only read datas.
No update, deletion or creation are possible.
A new menu named Export is created.

Known issues / Roadmap
======================

* Some words are prohibeted and can't be used is the query in anyways, even in a select query :
    * delete
    * drop
    * insert
    * alter
    * truncate
    * execute
    * create
    * update

See sql_request_abstract module to fix this issue.

* checking SQL request by execution and rollback is disabled in this module
  since variables features has been introduced. This can be fixed by
  overloading _prepare_request_check_execution() function.


Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/server-tools/issues/new?body=module:%20sql_export%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======

Contributors
------------

* Florian da Costa <florian.dacosta@akretion.com>

Maintainer
----------

.. image:: http://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: http://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.
            

Raw data

            {
    "_id": null,
    "home_page": "http://www.akretion.com",
    "name": "odoo8-addon-sql-export",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Akretion,Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "UNKNOWN",
    "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 sql request, 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 prohibeted and can't be used is the query in anyways, even in 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\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/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 <https://github.com/OCA/server-tools/issues/new?body=module:%20sql_export%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nCredits\n=======\n\nContributors\n------------\n\n* Florian da Costa <florian.dacosta@akretion.com>\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.",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Export data in csv file with SQL requests",
    "version": "8.0.1.0.0",
    "project_urls": {
        "Homepage": "http://www.akretion.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca3a74c01dd3bfb6aef32bbffa0e25326a3673a3226129e7c8620c5703ac835c",
                "md5": "f62825b10d35b9e0a943d6b0f9b51763",
                "sha256": "555d230f0bc7a1e326d2b5228f07a9a92455e5056b848fd3b839783e5a289620"
            },
            "downloads": -1,
            "filename": "odoo8_addon_sql_export-8.0.1.0.0-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "f62825b10d35b9e0a943d6b0f9b51763",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 27573,
            "upload_time": "2017-04-11T16:04:01",
            "upload_time_iso_8601": "2017-04-11T16:04:01.259695Z",
            "url": "https://files.pythonhosted.org/packages/ca/3a/74c01dd3bfb6aef32bbffa0e25326a3673a3226129e7c8620c5703ac835c/odoo8_addon_sql_export-8.0.1.0.0-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-04-11 16:04:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "odoo8-addon-sql-export"
}
        
Elapsed time: 0.07668s