odoo-addon-reports-font-size


Nameodoo-addon-reports-font-size JSON
Version 17.0.1.0.0.1 PyPI version JSON
download
home_pagehttps://github.com/sygel-technology/sy-server-backend
SummaryChange reports font size from the document layout configurator
upload_time2024-11-08 15:30:19
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.
            =================
Reports Font Size
=================

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

.. |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--server--backend-lightgray.png?logo=github
    :target: https://github.com/sygel-technology/sy-server-backend/tree/17.0/reports_font_size
    :alt: sygel-technology/sy-server-backend

|badge1| |badge2| |badge3|

This module allows you to change the reports font size from the document
layout configurator.

It also allows to customize all the reports css to users with debug mode

**Table of contents**

.. contents::
   :local:

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

To configure this module, you need to:

- Go to Settings / General Settings / Companies, and click on the
  'Configure Document Layout' button
- You can the edit text size, text size unit, header size, and header
  size unit
- If you activate the debug mode, you can manually change the css of all
  reports. Only recomended for developers

Usage
=====

To use this module, print a report after changing the configuration. The
font size will be your configured one.

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

If a report uses special custom classes, the font size cannot be
changed. It is not common, but it has been detected that it happens with
the direction of boxed reports. It can also happen if a report uses
headers other than h2. If this happens to you, tell the technician who
creates CSS for you. Example to solve the size of headers 1, and the
direction of the boxed:

font-size: 20px; h1 { font-size: 40px; } .o_boxed_header { font-size:
20px; }

Migrations between v15 y v18 should de fast and easy.

More css units can be added.

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

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

- Valentin Vinagre valentin.vinagre@sygel.es
- Alberto Martínez alberto.martinez@sygel.es
- Harald Panten harald.panten@sygel.es

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

This module is part of the `sygel-technology/sy-server-backend <https://github.com/sygel-technology/sy-server-backend/tree/17.0/reports_font_size>`_ project on GitHub.

You are welcome to contribute.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sygel-technology/sy-server-backend",
    "name": "odoo-addon-reports-font-size",
    "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": "=================\nReports Font Size\n=================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:f967b0cff46048ea82b66db563971bc56202aa9d39b1588cb460eb1acfca683e\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--server--backend-lightgray.png?logo=github\n    :target: https://github.com/sygel-technology/sy-server-backend/tree/17.0/reports_font_size\n    :alt: sygel-technology/sy-server-backend\n\n|badge1| |badge2| |badge3|\n\nThis module allows you to change the reports font size from the document\nlayout configurator.\n\nIt also allows to customize all the reports css to users with debug mode\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nTo configure this module, you need to:\n\n- Go to Settings / General Settings / Companies, and click on the\n  'Configure Document Layout' button\n- You can the edit text size, text size unit, header size, and header\n  size unit\n- If you activate the debug mode, you can manually change the css of all\n  reports. Only recomended for developers\n\nUsage\n=====\n\nTo use this module, print a report after changing the configuration. The\nfont size will be your configured one.\n\nKnown issues / Roadmap\n======================\n\nIf a report uses special custom classes, the font size cannot be\nchanged. It is not common, but it has been detected that it happens with\nthe direction of boxed reports. It can also happen if a report uses\nheaders other than h2. If this happens to you, tell the technician who\ncreates CSS for you. Example to solve the size of headers 1, and the\ndirection of the boxed:\n\nfont-size: 20px; h1 { font-size: 40px; } .o_boxed_header { font-size:\n20px; }\n\nMigrations between v15 y v18 should de fast and easy.\n\nMore css units can be added.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/sygel-technology/sy-server-backend/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-server-backend/issues/new?body=module:%20reports_font_size%0Aversion:%2017.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- Valentin Vinagre valentin.vinagre@sygel.es\n- Alberto Mart\u00ednez alberto.martinez@sygel.es\n- Harald Panten harald.panten@sygel.es\n\nMaintainers\n-----------\n\nThis module is part of the `sygel-technology/sy-server-backend <https://github.com/sygel-technology/sy-server-backend/tree/17.0/reports_font_size>`_ project on GitHub.\n\nYou are welcome to contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Change reports font size from the document layout configurator",
    "version": "17.0.1.0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/sygel-technology/sy-server-backend"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be96b659fb0e551970fefe08577b24799a2d94b894998920150db203509c5a86",
                "md5": "7d95de20dc66368ee46b88754eef1af1",
                "sha256": "57ae4979829e3ef2402da6d7f53eca35b24e11e6958abbabd9a14e7a65570a5c"
            },
            "downloads": -1,
            "filename": "odoo_addon_reports_font_size-17.0.1.0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d95de20dc66368ee46b88754eef1af1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 43197,
            "upload_time": "2024-11-08T15:30:19",
            "upload_time_iso_8601": "2024-11-08T15:30:19.820394Z",
            "url": "https://files.pythonhosted.org/packages/be/96/b659fb0e551970fefe08577b24799a2d94b894998920150db203509c5a86/odoo_addon_reports_font_size-17.0.1.0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 15:30:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sygel-technology",
    "github_project": "sy-server-backend",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo-addon-reports-font-size"
}
        
Elapsed time: 0.37819s