{ "info": { "author": "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" ], "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================\nBase report xlsx\n================\n\nThis module provides a basic report class to generate xlsx report.\n\nInstallation\n============\n\nMake sure you have ``xlsxwriter`` Python module installed::\n\n$ pip install xlsxwriter\n\nUsage\n=====\n\nAn example of XLSX report for partners:\n\nA python class ::\n\n try:\n from openerp.addons.report_xlsx.report.report_xlsx import ReportXlsx\n except ImportError:\n class ReportXlsx(object):\n def __init__(self, *args, **kwargs):\n pass\n\n class PartnerXlsx(ReportXlsx):\n\n def generate_xlsx_report(self, workbook, data, partners):\n for obj in partners:\n report_name = obj.name\n # One sheet by partner\n sheet = workbook.add_worksheet(report_name[:31])\n bold = workbook.add_format({'bold': True})\n sheet.write(0, 0, obj.name, bold)\n\n\n PartnerXlsx('report.res.partner.xlsx', 'res.partner')\n\nTo manipulate the ``workbook`` and ``sheet`` objects, refer to the\n`documentation `_ of ``xlsxwriter``.\n\nA report XML record ::\n\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/8.0\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\nCredits\n=======\n\n* Icon taken from http://www.icons101.com/icon/id_67712/setid_2096/Boxed_Metal_by_Martin/xlsx.\n\nContributors\n------------\n\n* Adrien Peiffer \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 mission is to support the collaborative development of Odoo features and promote its widespread use.\n\nTo contribute to this module, please visit https://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://acsone.eu", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo8-addon-report-xlsx", "package_url": "https://pypi.org/project/odoo8-addon-report-xlsx/", "platform": "", "project_url": "https://pypi.org/project/odoo8-addon-report-xlsx/", "project_urls": { "Homepage": "http://acsone.eu" }, "release_url": "https://pypi.org/project/odoo8-addon-report-xlsx/8.0.1.0.0.99.dev3/", "requires_dist": [ "odoo (<9.0a,>=8.0a)", "xlsxwriter" ], "requires_python": "~=2.7", "summary": "Base module to create xlsx report", "version": "8.0.1.0.0.99.dev3" }, "last_serial": 3994383, "releases": { "8.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "a14cd56cafe000d16efc244929bbccde", "sha256": "9a5efb3c85d61a6a15c13a15bc2a8c21f53bde40582dee1948c19648f1c2eef7" }, "downloads": -1, "filename": "odoo8_addon_report_xlsx-8.0.1.0.0.99.dev2-py2-none-any.whl", "has_sig": false, "md5_digest": "a14cd56cafe000d16efc244929bbccde", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 25127, "upload_time": "2017-04-09T21:54:00", "url": "https://files.pythonhosted.org/packages/2e/ef/97aa3faa9a2aa49b6f80ac5b20c1b14f66c0013af888780bcfdabc3efab6/odoo8_addon_report_xlsx-8.0.1.0.0.99.dev2-py2-none-any.whl" } ], "8.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "2d9204f8f0f5f905eafba574369b245f", "sha256": "c9501246cf8f1519b006d71f878e9f5187b07f9a5df2d9be25d0cfac7eb90852" }, "downloads": -1, "filename": "odoo8_addon_report_xlsx-8.0.1.0.0.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "2d9204f8f0f5f905eafba574369b245f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 25709, "upload_time": "2018-06-24T04:36:52", "url": "https://files.pythonhosted.org/packages/90/6f/b2837cf412380b9c5f05cee6e0480c976a8f83a36ccd2349ff29d3247946/odoo8_addon_report_xlsx-8.0.1.0.0.99.dev3-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d9204f8f0f5f905eafba574369b245f", "sha256": "c9501246cf8f1519b006d71f878e9f5187b07f9a5df2d9be25d0cfac7eb90852" }, "downloads": -1, "filename": "odoo8_addon_report_xlsx-8.0.1.0.0.99.dev3-py2-none-any.whl", "has_sig": false, "md5_digest": "2d9204f8f0f5f905eafba574369b245f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 25709, "upload_time": "2018-06-24T04:36:52", "url": "https://files.pythonhosted.org/packages/90/6f/b2837cf412380b9c5f05cee6e0480c976a8f83a36ccd2349ff29d3247946/odoo8_addon_report_xlsx-8.0.1.0.0.99.dev3-py2-none-any.whl" } ] }