{ "info": { "author": "Tecnativa, 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": "=======================\nQweb PDF reports signer\n=======================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n :target: https://odoo-community.org/page/development-status\n :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github\n :target: https://github.com/OCA/reporting-engine/tree/12.0/report_qweb_signer\n :alt: OCA/reporting-engine\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_qweb_signer\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n :target: https://runbot.odoo-community.org/runbot/143/12.0\n :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module extends the functionality of report module to sign\nPDFs using a PKCS#12 certificate.\n\n**Table of contents**\n\n.. contents::\n :local:\n\nInstallation\n============\n\nTo install this module, you need to install Java JDK Headlees, e.g.:\n\n apt-get install openjdk-8-jre-headless\n\nConfiguration\n=============\n\nIn order to start signing PDF documents you need to configure certificate(s)\nto use in your company.\n\n* Go to ``Settings > Companies > Companies > Your company``\n* Go to ``Report configuration`` tab\n* Click ``Edit``\n* Add a new item in ``PDF report certificates`` list\n* Click ``Create``\n* Set name, certificate file, password file and model\n* Optionally you can set a domain and filename pattern for saving as attachment\n\nFor example, if you want to sign only customer invoices in open or paid state:\n\n* Model: ``account.invoice``\n* Domain: ``[('type','=','out_invoice'), ('state', 'in', ('open', 'paid'))]``\n* Save as attachment: ``(object.number or '').replace('/','_') + '.signed.pdf'``\n\n**Note**: Linux user that executes Odoo server process must have\nread access to certificate file and password file\n\nJava Memory Settings\n~~~~~~~~~~~~~~~~~~~~\n\nIf you are signing large amounts of reports at the same time, or if you have a\nlower worker memory size than the JVM defaults, you may need to tune the JVM\nheap memory limits. Do so by adding a ``$JVM_ARGS`` environment variable that\ncontains the required flags. Check out these links too:\n\n- `StackOverflow answer `_.\n- `Java docs `_.\n\nUsage\n=====\n\nUser just prints PDF documents (only Qweb PDF reports supported) as usual,\nbut signed PDF is automatically downloaded if this document model is configured\nas indicated above.\n\nIf 'Save as attachment' is configured, signed PDF is saved as attachment and\nnext time saved one is downloaded without signing again. This is appropiate\nwhen signing date is important, for example, when signing customer invoices.\n\nYou can try the signing with the demo report that is included for customers\ncalled \"Test PDF certificate\".\n\nKnown issues / Roadmap\n======================\n\n* When signing multiple documents (if 'Allow only one document' is disable)\n then 'Save as attachment' is not applied and signed result is not\n saved as attachment.\n* To have a visible signature through an image embedded in the resulting PDF.\n* Add tests.\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\n`feedback `_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n* `Tecnativa `_:\n\n * Rafael Blasco\n * Antonio Espinosa\n * Pedro M. Baeza\n * Jairo Llopis\n * David Vidal\n\nOther credits\n~~~~~~~~~~~~~\n\nExternal utilities\n++++++++++++++++++\n\n* iText v1.4.8: \u00a9 2000-2006, Paulo Soares, Bruno Lowagie and others - License `MPL `__ or `LGPL2 `__ - http://sourceforge.net/projects/itext\n* jPdfSign: \u00a9 2006 Jan Peter Stotz - License `MPL `__ or `LGPL2 `__ (inherited from iText) - http://private.sit.fraunhofer.de/~stotz/software/jpdfsign\n* Modified jPdfSign: \u00a9 2015 Antonio Espinosa - License `MPL `__ or `LGPL2 `__ (inherited from iText) - static/src/java/JPdfSign.java\n\nIcon\n++++\n\n`Created by Anton Noskov from the Noun Project `__\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\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\nThis module is part of the `OCA/reporting-engine `_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/reporting-engine", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo12-addon-report-qweb-signer", "package_url": "https://pypi.org/project/odoo12-addon-report-qweb-signer/", "platform": "", "project_url": "https://pypi.org/project/odoo12-addon-report-qweb-signer/", "project_urls": { "Homepage": "https://www.github.com/reporting-engine" }, "release_url": "https://pypi.org/project/odoo12-addon-report-qweb-signer/12.0.1.0.0.99.dev5/", "requires_dist": [ "odoo (<12.1dev,>=12.0a)" ], "requires_python": ">=3.5", "summary": "Sign Qweb PDFs usign a PKCS#12 certificate", "version": "12.0.1.0.0.99.dev5" }, "last_serial": 5616791, "releases": { "12.0.1.0.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "d872687a01c13f59cb048de8e8f38858", "sha256": "86262aca6f0918e01ecf0f3cc824b852a383e4800ab7915d554c9773c32976be" }, "downloads": -1, "filename": "odoo12_addon_report_qweb_signer-12.0.1.0.0.99.dev3-py3-none-any.whl", "has_sig": false, "md5_digest": "d872687a01c13f59cb048de8e8f38858", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1946115, "upload_time": "2019-05-17T05:02:16", "url": "https://files.pythonhosted.org/packages/66/19/8639b27e6c772f54e4a69f814b64e736c78ffe03daacbfa39894993578bc/odoo12_addon_report_qweb_signer-12.0.1.0.0.99.dev3-py3-none-any.whl" } ], "12.0.1.0.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "5159a1e42831b2b298ac09ae062d5f42", "sha256": "09a9e225ef8a870302c9d3d7c88b338ae8e91645707f9ba65ba571c8c2374c17" }, "downloads": -1, "filename": "odoo12_addon_report_qweb_signer-12.0.1.0.0.99.dev4-py3-none-any.whl", "has_sig": false, "md5_digest": "5159a1e42831b2b298ac09ae062d5f42", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1947887, "upload_time": "2019-05-21T05:10:03", "url": "https://files.pythonhosted.org/packages/81/e1/8ba72142b2b7cb3ac7448c0e4f900f4b5d99e6e4703cbcb9691cf345906b/odoo12_addon_report_qweb_signer-12.0.1.0.0.99.dev4-py3-none-any.whl" } ], "12.0.1.0.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "0559d2036f1c30dbebf381150154f511", "sha256": "b53756a9023447659042b53648d652d30f3cec2a1885687e12a4c05b7c8a4f59" }, "downloads": -1, "filename": "odoo12_addon_report_qweb_signer-12.0.1.0.0.99.dev5-py3-none-any.whl", "has_sig": false, "md5_digest": "0559d2036f1c30dbebf381150154f511", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1947880, "upload_time": "2019-08-01T05:12:48", "url": "https://files.pythonhosted.org/packages/c9/3e/03590d5ee2d1bf1206f32d496b5ff1eb90cca7e87cf65fd4b70fc09a8603/odoo12_addon_report_qweb_signer-12.0.1.0.0.99.dev5-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0559d2036f1c30dbebf381150154f511", "sha256": "b53756a9023447659042b53648d652d30f3cec2a1885687e12a4c05b7c8a4f59" }, "downloads": -1, "filename": "odoo12_addon_report_qweb_signer-12.0.1.0.0.99.dev5-py3-none-any.whl", "has_sig": false, "md5_digest": "0559d2036f1c30dbebf381150154f511", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 1947880, "upload_time": "2019-08-01T05:12:48", "url": "https://files.pythonhosted.org/packages/c9/3e/03590d5ee2d1bf1206f32d496b5ff1eb90cca7e87cf65fd4b70fc09a8603/odoo12_addon_report_qweb_signer-12.0.1.0.0.99.dev5-py3-none-any.whl" } ] }