odoo-addon-report-display-name-in-footer


Nameodoo-addon-report-display-name-in-footer JSON
Version 16.0.1.1.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/reporting-engine
SummaryShow document name in report footer
upload_time2024-06-20 11:54:01
maintainerNone
docs_urlNone
authorModuon, Odoo Community Association (OCA)
requires_python>=3.10
licenseLGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =============================
Report Display Name in Footer
=============================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:3f02a824af3a00cbe11a1b1739eae5756547cfbd6770e4a4e5f7544bcd1169a2
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
    :target: https://odoo-community.org/page/development-status
    :alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
    :alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github
    :target: https://github.com/OCA/reporting-engine/tree/16.0/report_display_name_in_footer
    :alt: OCA/reporting-engine
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-report_display_name_in_footer
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=16.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module extends the pagination functionality in reports to display
the name of the document on each page of PDFs, allowing you to know
which document each page belongs to and in what order they should
appear.

Pagination will appear on the left side and document name on the right
side of the footer.

.. IMPORTANT::
   This is an alpha version, the data model and design can change at any time without warning.
   Only for development or testing purpose, do not use in production.
   `More details on development status <https://odoo-community.org/page/development-status>`_

**Table of contents**

.. contents::
   :local:

Use Cases / Context
===================

Printing the name of the document on footer is only allowed by default
to invoices by setting ``account.display_name_in_footer_models`` to
True.

This module was developed because there is no way to print other
document names on each page of reports.

It will be useful for you if you want to print the name of the document
in the footer pages to quickly know what page belongs to what document.

Also you can define what documents will have the document name in its
footer.

Configuration
=============

To configure this module, you need to:

1. Go to System parameters and create or edit
   ``report.display_name_in_footer_models`` parameter.

2. Add desired model names separated by comma.

   -  If you want to print name on all reports, just write 'all' on the
      value.
   -  If you want to exclude certain models, add '-' before model name.

3. Examples:

   -  Only few models: sale.order,purchase.order,stock.picking
   -  All models: all
   -  All models except two: all,-sale.order,-purchase.order

4. The field printed in the report will be *name* for any type of
   document. If your document doesn't have this field, please exclude
   from the list with '-' and the name of the model.

5. Compatible document layout:

   -  Light
   -  Boxed
   -  Striped

6. Compatible report types:

   -  PDF

Usage
=====

To use this module, you need to:

1. Go to System Parameters.
2. Add your desired models or use 'all' to show document name on all
   type of documents.
3. Print a report for you desired model.
4. Check Footer to see document name.

Known issues / Roadmap
======================

When this module is checking if the model has to display the name in the
footer is done at the level of the initial model of the report you are
printing.

Examples of strange cases/uses: *stock_picking_batch_print_pickings* and
*stock_picking_batch_print_invoices* modules print the delivery notes or
invoices of the Pickings associated with the Batch, but the report is
being launched from the Batch. So, the header and footer belongs to the
Batch.

Within that report, calls are made to the invoice or delivery note
reports, but the check to see if the name of the document has to be
printed in the footer is done on the Batch.

Therefore, if you set the configuration parameter to "stock.picking,
account.move" , the names printed from that report will not appear. By
setting it to "stock.picking.batch", the module will establish that all
the documents contained in that report (whether invoices or delivery
notes) must include the name in the footer.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_display_name_in_footer%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Moduon

Contributors
------------

-  Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)
-  Rafael Blasco (`Moduon <https://www.moduon.team/>`__)

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, 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.

.. |maintainer-Shide| image:: https://github.com/Shide.png?size=40px
    :target: https://github.com/Shide
    :alt: Shide
.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px
    :target: https://github.com/rafaelbn
    :alt: rafaelbn

Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-Shide| |maintainer-rafaelbn| 

This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/16.0/report_display_name_in_footer>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/reporting-engine",
    "name": "odoo-addon-report-display-name-in-footer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Moduon, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "=============================\nReport Display Name in Footer\n=============================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:3f02a824af3a00cbe11a1b1739eae5756547cfbd6770e4a4e5f7544bcd1169a2\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Alpha\n.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html\n    :alt: License: LGPL-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/16.0/report_display_name_in_footer\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-16-0/reporting-engine-16-0-report_display_name_in_footer\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=16.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module extends the pagination functionality in reports to display\nthe name of the document on each page of PDFs, allowing you to know\nwhich document each page belongs to and in what order they should\nappear.\n\nPagination will appear on the left side and document name on the right\nside of the footer.\n\n.. IMPORTANT::\n   This is an alpha version, the data model and design can change at any time without warning.\n   Only for development or testing purpose, do not use in production.\n   `More details on development status <https://odoo-community.org/page/development-status>`_\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUse Cases / Context\n===================\n\nPrinting the name of the document on footer is only allowed by default\nto invoices by setting ``account.display_name_in_footer_models`` to\nTrue.\n\nThis module was developed because there is no way to print other\ndocument names on each page of reports.\n\nIt will be useful for you if you want to print the name of the document\nin the footer pages to quickly know what page belongs to what document.\n\nAlso you can define what documents will have the document name in its\nfooter.\n\nConfiguration\n=============\n\nTo configure this module, you need to:\n\n1. Go to System parameters and create or edit\n   ``report.display_name_in_footer_models`` parameter.\n\n2. Add desired model names separated by comma.\n\n   -  If you want to print name on all reports, just write 'all' on the\n      value.\n   -  If you want to exclude certain models, add '-' before model name.\n\n3. Examples:\n\n   -  Only few models: sale.order,purchase.order,stock.picking\n   -  All models: all\n   -  All models except two: all,-sale.order,-purchase.order\n\n4. The field printed in the report will be *name* for any type of\n   document. If your document doesn't have this field, please exclude\n   from the list with '-' and the name of the model.\n\n5. Compatible document layout:\n\n   -  Light\n   -  Boxed\n   -  Striped\n\n6. Compatible report types:\n\n   -  PDF\n\nUsage\n=====\n\nTo use this module, you need to:\n\n1. Go to System Parameters.\n2. Add your desired models or use 'all' to show document name on all\n   type of documents.\n3. Print a report for you desired model.\n4. Check Footer to see document name.\n\nKnown issues / Roadmap\n======================\n\nWhen this module is checking if the model has to display the name in the\nfooter is done at the level of the initial model of the report you are\nprinting.\n\nExamples of strange cases/uses: *stock_picking_batch_print_pickings* and\n*stock_picking_batch_print_invoices* modules print the delivery notes or\ninvoices of the Pickings associated with the Batch, but the report is\nbeing launched from the Batch. So, the header and footer belongs to the\nBatch.\n\nWithin that report, calls are made to the invoice or delivery note\nreports, but the check to see if the name of the document has to be\nprinted in the footer is done on the Batch.\n\nTherefore, if you set the configuration parameter to \"stock.picking,\naccount.move\" , the names printed from that report will not appear. By\nsetting it to \"stock.picking.batch\", the module will establish that all\nthe documents contained in that report (whether invoices or delivery\nnotes) must include the name in the footer.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_display_name_in_footer%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n-------\n\n* Moduon\n\nContributors\n------------\n\n-  Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)\n-  Rafael Blasco (`Moduon <https://www.moduon.team/>`__)\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\n.. |maintainer-Shide| image:: https://github.com/Shide.png?size=40px\n    :target: https://github.com/Shide\n    :alt: Shide\n.. |maintainer-rafaelbn| image:: https://github.com/rafaelbn.png?size=40px\n    :target: https://github.com/rafaelbn\n    :alt: rafaelbn\n\nCurrent `maintainers <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-Shide| |maintainer-rafaelbn| \n\nThis module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/16.0/report_display_name_in_footer>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "LGPL-3",
    "summary": "Show document name in report footer",
    "version": "16.0.1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/reporting-engine"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "647790566d5a6477631cc7787a97a82a081e765bde94443e4532471b55aa4f22",
                "md5": "6cc8bf37ee349e63c9475c889963ef7f",
                "sha256": "d58650f2932ac3e0fc8295137b24fff2cb77a4b6dc309f7c2e8419f5840a5879"
            },
            "downloads": -1,
            "filename": "odoo_addon_report_display_name_in_footer-16.0.1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6cc8bf37ee349e63c9475c889963ef7f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 28823,
            "upload_time": "2024-06-20T11:54:01",
            "upload_time_iso_8601": "2024-06-20T11:54:01.856669Z",
            "url": "https://files.pythonhosted.org/packages/64/77/90566d5a6477631cc7787a97a82a081e765bde94443e4532471b55aa4f22/odoo_addon_report_display_name_in_footer-16.0.1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-20 11:54:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "reporting-engine",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo-addon-report-display-name-in-footer"
}
        
Elapsed time: 2.07715s