{ "info": { "author": "Noviat,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/license-AGPL--3-blue.png\n :target: https://www.gnu.org/licenses/agpl\n :alt: License: AGPL-3\n\n===========================\nExcel report engine helpers\n===========================\n\nThis module provides a set of tools to facilitate the creation of excel reports with format xlsx.\nThis module offers a similar functional coverage as the 8.0 version of the ``report_xls`` module.\n\nUsage\n=====\n\nIn order to create an Excel report you can:\n\n- define a report of type 'xlsx'\n- pass ``{'xlsx_export': 1}`` via the context to the report create method\n\nThe ``AbstractReportXlsx`` class contains a number of attributes and methods to\nfacilitate the creation excel reports in Odoo.\n\n* Cell types\n\n string, number, boolean, datetime.\n\n* Cell formats\n\n The predefined cell formats result in a consistent\n look and feel of the Odoo Excel reports.\n\n* Cell formulas\n\n Cell formulas can be easily added with the help of the ``_rowcol_to_cell()`` method.\n\n* Excel templates\n\n It is possible to define Excel templates which can be adapted\n by 'inherited' modules.\n Download the ``account_move_line_report_xls`` module\n from http://apps.odoo.com as example.\n\n* Excel with multiple sheets\n\n Download the ``account_asset_management_xls`` module\n from http://apps.odoo.com as example.\n\nInstallation\n============\n\nThere is no specific installation procedure for this module.\n\nConfiguration and Usage\n=======================\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/143/10.0\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\nContributors\n------------\n\n* Luc De Meyer \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 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": "https://github.com/OCA/reporting-engine", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo10-addon-report-xlsx-helper", "package_url": "https://pypi.org/project/odoo10-addon-report-xlsx-helper/", "platform": "", "project_url": "https://pypi.org/project/odoo10-addon-report-xlsx-helper/", "project_urls": { "Homepage": "https://github.com/OCA/reporting-engine" }, "release_url": "https://pypi.org/project/odoo10-addon-report-xlsx-helper/10.0.1.0.0.99.dev10/", "requires_dist": [ "odoo10-addon-report-xlsx", "odoo (<10.1dev,>=10.0)", "xlsxwriter" ], "requires_python": "~=2.7", "summary": "Report xlsx helpers", "version": "10.0.1.0.0.99.dev10" }, "last_serial": 4171750, "releases": { "10.0.1.0.0.99.dev10": [ { "comment_text": "", "digests": { "md5": "730c4094a6bd67ed70be8074557b56e2", "sha256": "946dff5ce0672d8667a8cb9ac17684e38c5128e017be33aa465651d23ad2d699" }, "downloads": -1, "filename": "odoo10_addon_report_xlsx_helper-10.0.1.0.0.99.dev10-py2-none-any.whl", "has_sig": false, "md5_digest": "730c4094a6bd67ed70be8074557b56e2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 22662, "upload_time": "2018-08-15T04:33:27", "url": "https://files.pythonhosted.org/packages/03/01/2eac7540000d33d9a2c8ddbf9706502b0423517b6c5d2d4268d328bf42d5/odoo10_addon_report_xlsx_helper-10.0.1.0.0.99.dev10-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "730c4094a6bd67ed70be8074557b56e2", "sha256": "946dff5ce0672d8667a8cb9ac17684e38c5128e017be33aa465651d23ad2d699" }, "downloads": -1, "filename": "odoo10_addon_report_xlsx_helper-10.0.1.0.0.99.dev10-py2-none-any.whl", "has_sig": false, "md5_digest": "730c4094a6bd67ed70be8074557b56e2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 22662, "upload_time": "2018-08-15T04:33:27", "url": "https://files.pythonhosted.org/packages/03/01/2eac7540000d33d9a2c8ddbf9706502b0423517b6c5d2d4268d328bf42d5/odoo10_addon_report_xlsx_helper-10.0.1.0.0.99.dev10-py2-none-any.whl" } ] }