Skip to content

Files

Latest commit

86b7351 · Jan 18, 2024

History

History
This branch is 15 commits behind OCA/reporting-engine:16.0.

report_label

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 4, 2023
Jan 18, 2024
Jan 4, 2023
Jan 4, 2023
Jan 4, 2023
Jan 4, 2023
Dec 30, 2022
Dec 12, 2023
Jan 4, 2023
Jan 4, 2023
Dec 12, 2023
Dec 12, 2023
Dec 30, 2022
Dec 12, 2023

Report Labels

Beta License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

This module allows you to create self-adhesive label printing actions on any model.

Table of contents

Configure your Report Label Paperformat

  • Go to "Settings > Technical > Reporting > Label Paper Format"
  • Create your self-adhesive label paper formats.

You should reuse or create a Paperformat.

https://raw.githubusercontent.com/OCA/reporting-engine/16.0/report_label/static/description/report_paperformat_label_form.png

Configure your Server action

  • Go to "Settings > Technical > Actions > Server Actions"

Create your label report :

  • In the 'Action to do' field, select 'Print Self-adhesive Labels'
  • In the 'Label Paper Format' field, select your label paper format previously created
  • In the 'Label Qweb Template' create or reuse a QWeb template for your label.

https://raw.githubusercontent.com/OCA/reporting-engine/16.0/report_label/static/description/ir_actions_server.png

Importante Note

By design, the variable used in this QWeb template must be named record.

  • In the target model's tree view, select the records to print.
  • Click Action and your label report action name.
  • Select the number of labels per record to print, and click Print.

you can optionaly define an offset

https://raw.githubusercontent.com/OCA/reporting-engine/16.0/report_label/static/description/report_label_wizard_form.png

The items will be printed in a pdf document.

https://raw.githubusercontent.com/OCA/reporting-engine/16.0/report_label/static/description/report_result.png

Known issues:

  • This module depends on base_automation only because this module extends ir.actions.server with a new kind of action, and base.automation inherits from ir.actions.server by delegation in such a way that the modules cannot be loaded in another order. To do when migrating in version > 16 : 1. remove base_automation dependency 2. install report_label 3. install then base_automation. If the installation of base_automation works, the dependency can be replaced by base.

Bugs are tracked on GitHub 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.

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

  • Iván Todorovich
  • Moka Tourisme

This module is maintained by the OCA.

Odoo Community Association

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.

Current maintainer:

ivantodorovich

This module is part of the OCA/reporting-engine project on GitHub.

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