odoo-addon-footer-extra-info-base


Nameodoo-addon-footer-extra-info-base JSON
Version 16.0.1.0.0 PyPI version JSON
download
home_pagehttps://github.com/sygel-technology/sy-web
SummaryBase module to include extra info in PDF footer
upload_time2024-12-04 07:48:14
maintainerNone
docs_urlNone
authorSygel, Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================
Footer Extra Info Base
======================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-sygel--technology%2Fsy--web-lightgray.png?logo=github
    :target: https://github.com/sygel-technology/sy-web/tree/16.0/footer_extra_info_base
    :alt: sygel-technology/sy-web

|badge1| |badge2| |badge3|

This is a base module and does nothing on its own. It provides an
abstract model that can be instantiated to include additional
information on PDF reports footer.

**Table of contents**

.. contents::
   :local:

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

In order to include additional information in the PDF footer of a given
model, it is necessary to create a new module that depends on this one
and do the following:

1. Inherit the abstract class "footer.extra.info.mixin" from the model
   which could add information to the PDF footer.
2. Override the \_compute_footer_extra_info method in
   "footer.extra.info.mixin" to set a value in field footer_extra_info,
   which is the field that contains the information that is added to the
   PDF footer.

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

Bugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-web/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/sygel-technology/sy-web/issues/new?body=module:%20footer_extra_info_base%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
-------

* Sygel

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

-  Manuel Regidor <manuel.regidor@sygel.es>
-  Valentín Vinadre <valentin.vinagre@sygel.es>

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

This module is part of the `sygel-technology/sy-web <https://github.com/sygel-technology/sy-web/tree/16.0/footer_extra_info_base>`_ project on GitHub.

You are welcome to contribute.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sygel-technology/sy-web",
    "name": "odoo-addon-footer-extra-info-base",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sygel, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "======================\nFooter Extra Info Base\n======================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:ceb88f6539a2aba8f6b88360eb451c845eae5652e68f0c73fe6afe76d0559230\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-sygel--technology%2Fsy--web-lightgray.png?logo=github\n    :target: https://github.com/sygel-technology/sy-web/tree/16.0/footer_extra_info_base\n    :alt: sygel-technology/sy-web\n\n|badge1| |badge2| |badge3|\n\nThis is a base module and does nothing on its own. It provides an\nabstract model that can be instantiated to include additional\ninformation on PDF reports footer.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nIn order to include additional information in the PDF footer of a given\nmodel, it is necessary to create a new module that depends on this one\nand do the following:\n\n1. Inherit the abstract class \"footer.extra.info.mixin\" from the model\n   which could add information to the PDF footer.\n2. Override the \\_compute_footer_extra_info method in\n   \"footer.extra.info.mixin\" to set a value in field footer_extra_info,\n   which is the field that contains the information that is added to the\n   PDF footer.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-web/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/sygel-technology/sy-web/issues/new?body=module:%20footer_extra_info_base%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* Sygel\n\nContributors\n------------\n\n-  Manuel Regidor <manuel.regidor@sygel.es>\n-  Valent\u00edn Vinadre <valentin.vinagre@sygel.es>\n\nMaintainers\n-----------\n\nThis module is part of the `sygel-technology/sy-web <https://github.com/sygel-technology/sy-web/tree/16.0/footer_extra_info_base>`_ project on GitHub.\n\nYou are welcome to contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Base module to include extra info in PDF footer",
    "version": "16.0.1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/sygel-technology/sy-web"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1be297a3ab8535ab10eea424eae9cbb26caf67640bf2361ace267f7f899118ad",
                "md5": "b5778c4603c485845027ddad41bcbf11",
                "sha256": "f50c61c946b6e2531e18ed8714a1318ce87f5960b6405cb06ed5f90d8abc16a6"
            },
            "downloads": -1,
            "filename": "odoo_addon_footer_extra_info_base-16.0.1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5778c4603c485845027ddad41bcbf11",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 37562,
            "upload_time": "2024-12-04T07:48:14",
            "upload_time_iso_8601": "2024-12-04T07:48:14.345574Z",
            "url": "https://files.pythonhosted.org/packages/1b/e2/97a3ab8535ab10eea424eae9cbb26caf67640bf2361ace267f7f899118ad/odoo_addon_footer_extra_info_base-16.0.1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 07:48:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sygel-technology",
    "github_project": "sy-web",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo-addon-footer-extra-info-base"
}
        
Elapsed time: 0.37425s