Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
odoo13-addon-account-financial-report-block-pdf
Advanced tools
Block the generation of financial PDF reports
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg :target: http://www.gnu.org/licenses/agpl :alt: License: AGPL-3
This module allows to block the generation of financial reports in PDF format. It is possible to configure the list of financial reports that have to be blocked.
To configure the list of financial reports that cannot be printed in PDF you need to:
Go to Settings > Technical > System Parameters.
Find or create a system parameter called "forbidden.pdf.financial.reports".
Introduce the technical name of the wizard generator models that need to be blocked separated by commas. The link between the financial reports in the module account_financial_report and the technical name of their wizards is as follows:
For instance, if the PDF generation of the General Ledger and Trial Balance reports have to be blocked, the "forbidden.pdf.financial.reports" system parameter should contain the value "general.ledger.report.wizard,trial.balance.report.wizard" (with no quotes).
Keep in mind that all the PDF reports are blocked by default when this module is installed.
If a new report that inherits the abstract class account_financial_report_abstract_wizard is developed, its PDF report can also be blocked by adding the name of its own wizard in the "forbidden.pdf.financial.reports" system parameter list.
When a user tries to generate the PDF file of a financial report whose PDF file have been blocked, an error message appears.
Bugs and errors are managed in issues of GitHub <https://github.com/sygel-technology/sy-account-financial-reporting/issues>
.
In case of problems, please check if your problem has already been
reported. If you are the first to discover it, help us solving it by indicating
a detailed description here <https://github.com/sygel-technology/sy-account-financial-reporting/issues/new>
.
Do not contact contributors directly about support or help with technical issues.
Authors
* Sygel, Odoo Community Association (OCA)
Contributors
Sygel <https://www.sygel.es>
__:
Maintainer
This module is maintained by Sygel.
.. image:: https://www.sygel.es/logo.png
:alt: Sygel
:target: https://www.sygel.es
This module is part of the `Sygel/sy-account-financial-reporting <https://github.com/sygel-technology/sy-account-financial-reporting>`_.
To contribute to this module, please visit https://github.com/sygel-technology/.
FAQs
Block the generation of financial PDF reports
We found that odoo13-addon-account-financial-report-block-pdf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.