diff --git a/README.md b/README.md index 1e4e1a894..342e3d64a 100644 --- a/README.md +++ b/README.md @@ -21,24 +21,24 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[base_comment_template](base_comment_template/) | 14.0.4.0.1 | | Add conditional mako template to any reporton models that inherits comment.template. -[bi_sql_editor](bi_sql_editor/) | 14.0.1.0.4 | [](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views +[base_comment_template](base_comment_template/) | 14.0.4.0.2 | | Add conditional mako template to any reporton models that inherits comment.template. +[bi_sql_editor](bi_sql_editor/) | 14.0.1.0.5 | [](https://github.com/legalsylvain) | BI Views builder, based on Materialized or Normal SQL Views [bi_view_editor](bi_view_editor/) | 14.0.1.0.0 | | Graphical BI views builder for Odoo [kpi_dashboard](kpi_dashboard/) | 14.0.1.2.1 | [](https://github.com/etobella) | Create Dashboards using kpis [kpi_dashboard_bokeh](kpi_dashboard_bokeh/) | 14.0.1.0.0 | | Create dashboards using bokeh -[report_async](report_async/) | 14.0.1.1.0 | [](https://github.com/kittiu) | Central place to run reports live or async -[report_context](report_context/) | 14.0.1.0.2 | | Adding context to reports +[report_async](report_async/) | 14.0.1.1.1 | [](https://github.com/kittiu) | Central place to run reports live or async +[report_context](report_context/) | 14.0.1.0.3 | | Adding context to reports [report_csv](report_csv/) | 14.0.1.0.0 | | Base module to create csv report -[report_label](report_label/) | 14.0.1.0.2 | [](https://github.com/ivantodorovich) | Print configurable self-adhesive labels reports -[report_layout_config](report_layout_config/) | 14.0.1.0.0 | | Add possibility to easily modify the global report layout -[report_py3o](report_py3o/) | 14.0.1.0.3 | | Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.) -[report_py3o_fusion_server](report_py3o_fusion_server/) | 14.0.1.0.0 | | Let the fusion server handle format conversion. +[report_label](report_label/) | 14.0.1.0.3 | [](https://github.com/ivantodorovich) | Print configurable self-adhesive labels reports +[report_layout_config](report_layout_config/) | 14.0.1.0.1 | | Add possibility to easily modify the global report layout +[report_py3o](report_py3o/) | 14.0.1.0.4 | | Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.) +[report_py3o_fusion_server](report_py3o_fusion_server/) | 14.0.1.0.1 | | Let the fusion server handle format conversion. [report_qr](report_qr/) | 14.0.1.0.1 | | Web QR Manager -[report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 14.0.1.1.1 | | Report Qweb Element Page Visibility +[report_qweb_element_page_visibility](report_qweb_element_page_visibility/) | 14.0.1.1.2 | | Report Qweb Element Page Visibility [report_qweb_encrypt](report_qweb_encrypt/) | 14.0.1.1.0 | [](https://github.com/kittiu) | Allow to encrypt qweb pdfs [report_qweb_parameter](report_qweb_parameter/) | 14.0.1.0.0 | | Add new parameters for qweb templates in order to reduce field length and check minimal length -[report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 14.0.1.0.1 | | Add watermarks to your QWEB PDF reports -[report_qweb_signer](report_qweb_signer/) | 14.0.2.0.2 | | Sign Qweb PDFs usign a PKCS#12 certificate +[report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 14.0.1.0.2 | | Add watermarks to your QWEB PDF reports +[report_qweb_signer](report_qweb_signer/) | 14.0.2.0.3 | | Sign Qweb PDFs usign a PKCS#12 certificate [report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 14.0.1.0.0 | | Add new parameters for a paper format to be used by wkhtmltopdf command as arguments. [report_xlsx](report_xlsx/) | 14.0.1.0.10 | | Base module to create xlsx report [report_xlsx_helper](report_xlsx_helper/) | 14.0.1.0.2 | | Report xlsx helpers diff --git a/base_comment_template/README.rst b/base_comment_template/README.rst index 4c8e6d989..98cc2a11a 100644 --- a/base_comment_template/README.rst +++ b/base_comment_template/README.rst @@ -7,7 +7,7 @@ Base Comments Templates !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:82569d745e8a7456f23433f9695a03b010956ea87f0baa9f08287c00f652db8e + !! source digest: sha256:b5585908865a1c376a628641d6c4dbb9db7eda53997022212489f801fb5eefa2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_comment_template/__manifest__.py b/base_comment_template/__manifest__.py index 5d2ef74d5..d51b6738c 100644 --- a/base_comment_template/__manifest__.py +++ b/base_comment_template/__manifest__.py @@ -5,7 +5,7 @@ "name": "Base Comments Templates", "summary": "Add conditional mako template to any report" "on models that inherits comment.template.", - "version": "14.0.4.0.1", + "version": "14.0.4.0.2", "category": "Reporting", "website": "https://github.com/OCA/reporting-engine", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/base_comment_template/static/description/index.html b/base_comment_template/static/description/index.html index 1ef12b741..03018ca4e 100644 --- a/base_comment_template/static/description/index.html +++ b/base_comment_template/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:82569d745e8a7456f23433f9695a03b010956ea87f0baa9f08287c00f652db8e +!! source digest: sha256:b5585908865a1c376a628641d6c4dbb9db7eda53997022212489f801fb5eefa2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Add a new mixin class to define templates of comments to print on documents. diff --git a/bi_sql_editor/README.rst b/bi_sql_editor/README.rst index a4aaf121f..a693dad92 100644 --- a/bi_sql_editor/README.rst +++ b/bi_sql_editor/README.rst @@ -7,7 +7,7 @@ BI SQL Editor !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9d7b5d6549da51d362d4a7831441f3a626be73498703464750a97c926f7c1e4a + !! source digest: sha256:871fad5a3987e05f4ecded015ab6da184207818175a3abef69c20ffc44640e5d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/bi_sql_editor/__manifest__.py b/bi_sql_editor/__manifest__.py index 612c8e28a..62506092b 100644 --- a/bi_sql_editor/__manifest__.py +++ b/bi_sql_editor/__manifest__.py @@ -5,7 +5,7 @@ { "name": "BI SQL Editor", "summary": "BI Views builder, based on Materialized or Normal SQL Views", - "version": "14.0.1.0.4", + "version": "14.0.1.0.5", "license": "AGPL-3", "category": "Reporting", "author": "GRAP,Odoo Community Association (OCA)", diff --git a/bi_sql_editor/static/description/index.html b/bi_sql_editor/static/description/index.html index b16d6ea22..c296daf75 100644 --- a/bi_sql_editor/static/description/index.html +++ b/bi_sql_editor/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9d7b5d6549da51d362d4a7831441f3a626be73498703464750a97c926f7c1e4a +!! source digest: sha256:871fad5a3987e05f4ecded015ab6da184207818175a3abef69c20ffc44640e5d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module extends the functionality of reporting, to support creation diff --git a/report_async/README.rst b/report_async/README.rst index d0c37b892..0b6505141 100644 --- a/report_async/README.rst +++ b/report_async/README.rst @@ -7,7 +7,7 @@ Report Async !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ecb95835808951c0ae57d8ad94ff196a56908d20baa4e06f952a1a277f75675f + !! source digest: sha256:9c079493807213c3ff1e608ef7039f4af461eb4ee044c74a3a1c33ba42acc187 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_async/__manifest__.py b/report_async/__manifest__.py index 8bcde350a..b1d0db0bf 100644 --- a/report_async/__manifest__.py +++ b/report_async/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Report Async", "summary": "Central place to run reports live or async", - "version": "14.0.1.1.0", + "version": "14.0.1.1.1", "author": "Ecosoft, Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/reporting-engine", diff --git a/report_async/static/description/index.html b/report_async/static/description/index.html index df6e0f779..5dc0d32fc 100644 --- a/report_async/static/description/index.html +++ b/report_async/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ecb95835808951c0ae57d8ad94ff196a56908d20baa4e06f952a1a277f75675f +!! source digest: sha256:9c079493807213c3ff1e608ef7039f4af461eb4ee044c74a3a1c33ba42acc187 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
The new menu “Report Center” is the central place to host your reports in one place. diff --git a/report_context/README.rst b/report_context/README.rst index 40aa9add1..96c17c674 100644 --- a/report_context/README.rst +++ b/report_context/README.rst @@ -7,7 +7,7 @@ Report Context !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1f731e8fd971c8bb3e02ae84fc5a78fdb716dc1bd717f51615e844b659dac59a + !! source digest: sha256:4a2f3d7ce5f30caf80c601bcd636194e6debd67f9b881107f460e44f20a28329 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_context/__manifest__.py b/report_context/__manifest__.py index 174504e15..f7dda328f 100644 --- a/report_context/__manifest__.py +++ b/report_context/__manifest__.py @@ -5,7 +5,7 @@ "name": "Report Context", "summary": """ Adding context to reports""", - "version": "14.0.1.0.2", + "version": "14.0.1.0.3", "license": "AGPL-3", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/reporting-engine", diff --git a/report_context/static/description/index.html b/report_context/static/description/index.html index 3ad3d34ca..e45a1c38b 100644 --- a/report_context/static/description/index.html +++ b/report_context/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1f731e8fd971c8bb3e02ae84fc5a78fdb716dc1bd717f51615e844b659dac59a +!! source digest: sha256:4a2f3d7ce5f30caf80c601bcd636194e6debd67f9b881107f460e44f20a28329 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module adds a context variable to reports. A possible use for this diff --git a/report_label/README.rst b/report_label/README.rst index b2c725f6f..3f4e8bf22 100644 --- a/report_label/README.rst +++ b/report_label/README.rst @@ -7,7 +7,7 @@ Report Labels !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:27c3301971545b279e79fb46e458a936242b9553b2b272bbf17448f18b727d4a + !! source digest: sha256:db7f807488e3c3353aa65cdc0d0a103c0ea50099d1a37f0e8c21b3fcb5118c07 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_label/__manifest__.py b/report_label/__manifest__.py index bfe9de411..7c9477e1a 100644 --- a/report_label/__manifest__.py +++ b/report_label/__manifest__.py @@ -1,7 +1,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Report Labels", - "version": "14.0.1.0.2", + "version": "14.0.1.0.3", "summary": "Print configurable self-adhesive labels reports", "author": "Iván Todorovich, Moka Tourisme, Odoo Community Association (OCA)", "website": "https://github.com/OCA/reporting-engine", diff --git a/report_label/static/description/index.html b/report_label/static/description/index.html index e214e23fa..57a4b5a10 100644 --- a/report_label/static/description/index.html +++ b/report_label/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:27c3301971545b279e79fb46e458a936242b9553b2b272bbf17448f18b727d4a +!! source digest: sha256:db7f807488e3c3353aa65cdc0d0a103c0ea50099d1a37f0e8c21b3fcb5118c07 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to create self-adhesive label printing actions on any model.
diff --git a/report_layout_config/README.rst b/report_layout_config/README.rst index c5a1872cb..17b8ebbce 100644 --- a/report_layout_config/README.rst +++ b/report_layout_config/README.rst @@ -7,7 +7,7 @@ Report layout configuration !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b3b41741aeb7edc57c143d58911a9c2496218b8731d56e52f9510e6a979967a0 + !! source digest: sha256:5e26a3df0955bafce9cef3d6f197f35708c03a8308311ccbaba7a14ecb9b5e84 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_layout_config/__manifest__.py b/report_layout_config/__manifest__.py index 6524f68fa..b002134ab 100644 --- a/report_layout_config/__manifest__.py +++ b/report_layout_config/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Report layout configuration", "summary": "Add possibility to easily modify the global report layout", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "category": "Reporting", "website": "https://github.com/OCA/reporting-engine", "author": "Camptocamp, " "Odoo Community Association (OCA)", diff --git a/report_layout_config/static/description/index.html b/report_layout_config/static/description/index.html index b94468150..0851759c2 100644 --- a/report_layout_config/static/description/index.html +++ b/report_layout_config/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b3b41741aeb7edc57c143d58911a9c2496218b8731d56e52f9510e6a979967a0 +!! source digest: sha256:5e26a3df0955bafce9cef3d6f197f35708c03a8308311ccbaba7a14ecb9b5e84 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module provides new report template diff --git a/report_py3o/README.rst b/report_py3o/README.rst index b5be10b8d..f2ef2ccb2 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -7,7 +7,7 @@ Py3o Report Engine !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b51eb376ca557fa35d16828abc456a6cd54ef055ceb7823ecaa6d0e392ed5c51 + !! source digest: sha256:f5b90ad6f700d601456cc608330a8c7fa7f879cb2d33e7d9dcfe25178cddf696 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 79fc80f94..64068f4fb 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -4,7 +4,7 @@ "name": "Py3o Report Engine", "summary": "Reporting engine based on Libreoffice (ODT -> ODT, " "ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)", - "version": "14.0.1.0.3", + "version": "14.0.1.0.4", "category": "Reporting", "license": "AGPL-3", "author": "XCG Consulting," "ACSONE SA/NV," "Odoo Community Association (OCA)", diff --git a/report_py3o/static/description/index.html b/report_py3o/static/description/index.html index e1d5c33cf..d4b02c7df 100644 --- a/report_py3o/static/description/index.html +++ b/report_py3o/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b51eb376ca557fa35d16828abc456a6cd54ef055ceb7823ecaa6d0e392ed5c51 +!! source digest: sha256:f5b90ad6f700d601456cc608330a8c7fa7f879cb2d33e7d9dcfe25178cddf696 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
The py3o reporting engine is a reporting engine for Odoo based on Libreoffice:
diff --git a/report_py3o_fusion_server/README.rst b/report_py3o_fusion_server/README.rst index d738ed4bd..3a5bfaad7 100644 --- a/report_py3o_fusion_server/README.rst +++ b/report_py3o_fusion_server/README.rst @@ -7,7 +7,7 @@ Py3o Report Engine - Fusion server support !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:83c910fa255fcdc7c0d7d06dfdb4cf5bdeb61eac032e206d936736794da96833 + !! source digest: sha256:93020999a1ab003c26d499b0b51be041fa9b807dcba7c4a5a64d95321733eda3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_py3o_fusion_server/__manifest__.py b/report_py3o_fusion_server/__manifest__.py index 23e9752bb..b82e4214c 100644 --- a/report_py3o_fusion_server/__manifest__.py +++ b/report_py3o_fusion_server/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Py3o Report Engine - Fusion server support", "summary": "Let the fusion server handle format conversion.", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "category": "Reporting", "license": "AGPL-3", "author": "XCG Consulting," diff --git a/report_py3o_fusion_server/static/description/index.html b/report_py3o_fusion_server/static/description/index.html index c85424e4d..e63f64186 100644 --- a/report_py3o_fusion_server/static/description/index.html +++ b/report_py3o_fusion_server/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:83c910fa255fcdc7c0d7d06dfdb4cf5bdeb61eac032e206d936736794da96833 +!! source digest: sha256:93020999a1ab003c26d499b0b51be041fa9b807dcba7c4a5a64d95321733eda3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module was written to let a py3o fusion server handle format conversion instead of local libreoffice. If you install this module above the report_py3o module, you will have to deploy additionnal software components and run 3 daemons (libreoffice, py3o.fusion and py3o.renderserver). This additionnal complexiy comes with several advantages:
diff --git a/report_qweb_element_page_visibility/README.rst b/report_qweb_element_page_visibility/README.rst index 657183451..158af9130 100644 --- a/report_qweb_element_page_visibility/README.rst +++ b/report_qweb_element_page_visibility/README.rst @@ -7,7 +7,7 @@ Report Qweb Element Page Visibility !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:47617b3c5a196c2a1d235887fee4ead6f5a997a5271a8361afd3f75f96d9bc65 + !! source digest: sha256:c318822f4e685f899bef9be5d330c16a09b78bffd5c77b3652a902ed290fa71a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_qweb_element_page_visibility/__manifest__.py b/report_qweb_element_page_visibility/__manifest__.py index ee6e91fd5..983e0e3f7 100644 --- a/report_qweb_element_page_visibility/__manifest__.py +++ b/report_qweb_element_page_visibility/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Report Qweb Element Page Visibility", - "version": "14.0.1.1.1", + "version": "14.0.1.1.2", "author": "Agile Business Group, Odoo Community Association (OCA)", "category": "Tools", "website": "https://github.com/OCA/reporting-engine", diff --git a/report_qweb_element_page_visibility/static/description/index.html b/report_qweb_element_page_visibility/static/description/index.html index 00300ef57..b65a637c1 100644 --- a/report_qweb_element_page_visibility/static/description/index.html +++ b/report_qweb_element_page_visibility/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:47617b3c5a196c2a1d235887fee4ead6f5a997a5271a8361afd3f75f96d9bc65 +!! source digest: sha256:c318822f4e685f899bef9be5d330c16a09b78bffd5c77b3652a902ed290fa71a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module allows you to use 4 classes in QWEB reports:
diff --git a/report_qweb_pdf_watermark/README.rst b/report_qweb_pdf_watermark/README.rst index c703a7712..48c88c9b5 100644 --- a/report_qweb_pdf_watermark/README.rst +++ b/report_qweb_pdf_watermark/README.rst @@ -7,7 +7,7 @@ Pdf watermark !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8a4fa651be89c377ababcb62d0497ff188d915c320b58822a1ac63612e557bae + !! source digest: sha256:4723902a2d290a068d5a98e018e1e71669aadfe337176c957242d5dcb8ffe9c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_qweb_pdf_watermark/__manifest__.py b/report_qweb_pdf_watermark/__manifest__.py index 1d3af3261..062769fa4 100644 --- a/report_qweb_pdf_watermark/__manifest__.py +++ b/report_qweb_pdf_watermark/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Pdf watermark", - "version": "14.0.1.0.1", + "version": "14.0.1.0.2", "author": "Therp BV, " "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Technical Settings", diff --git a/report_qweb_pdf_watermark/static/description/index.html b/report_qweb_pdf_watermark/static/description/index.html index e3ae4f06a..19cef4e79 100644 --- a/report_qweb_pdf_watermark/static/description/index.html +++ b/report_qweb_pdf_watermark/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8a4fa651be89c377ababcb62d0497ff188d915c320b58822a1ac63612e557bae +!! source digest: sha256:4723902a2d290a068d5a98e018e1e71669aadfe337176c957242d5dcb8ffe9c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module was written to add watermarks (backgrounds) to PDF reports. Because of the way wkhtmltopdf handles headers and footers in the current versions, it is quite impossible to have a background for the complete page using HTML and CSS. That is why this module inserts the image at the PDF level.
diff --git a/report_qweb_signer/README.rst b/report_qweb_signer/README.rst index 8e8456a49..9eed30a1a 100644 --- a/report_qweb_signer/README.rst +++ b/report_qweb_signer/README.rst @@ -7,7 +7,7 @@ Qweb PDF reports signer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:05f8d70066adb2dbe0e9aa180291940a98a7058822982a37b5f815450f17cb85 + !! source digest: sha256:316684138df7dbf39caf3570053cc282df4a19feb5971dbfc04869e6ca4a634a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/report_qweb_signer/__manifest__.py b/report_qweb_signer/__manifest__.py index a0e9d5a14..085e148b7 100644 --- a/report_qweb_signer/__manifest__.py +++ b/report_qweb_signer/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Qweb PDF reports signer", "summary": "Sign Qweb PDFs usign a PKCS#12 certificate", - "version": "14.0.2.0.2", + "version": "14.0.2.0.3", "category": "Reporting", "website": "https://github.com/OCA/reporting-engine", "author": "Tecnativa, " "Odoo Community Association (OCA)", diff --git a/report_qweb_signer/static/description/index.html b/report_qweb_signer/static/description/index.html index c7d6e07ae..bd8704373 100644 --- a/report_qweb_signer/static/description/index.html +++ b/report_qweb_signer/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:05f8d70066adb2dbe0e9aa180291940a98a7058822982a37b5f815450f17cb85 +!! source digest: sha256:316684138df7dbf39caf3570053cc282df4a19feb5971dbfc04869e6ca4a634a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->This module extends the functionality of report module to sign