Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] base_report_to_label_printer: Migration to 18.0 #1

Open
wants to merge 11 commits into
base: 18.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions base_report_to_label_printer/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
=======================
Report to label printer
=======================

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

.. |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-OCA%2Freport--print--send-lightgray.png?logo=github
:target: https://github.com/OCA/report-print-send/tree/18.0/base_report_to_label_printer
:alt: OCA/report-print-send
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/report-print-send-18-0/report-print-send-18-0-base_report_to_label_printer
: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/report-print-send&target_branch=18.0
:alt: Try me on Runboat

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

This module makes it possible to print specific reports to a label
printer that is configured on the user.

To do this, the following must be configured:

- Flag the report as a label report
- Define a label printer for the user

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/report-print-send/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/report-print-send/issues/new?body=module:%20base_report_to_label_printer%0Aversion:%2018.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
-------

* Raumschmiede GmbH - Christopher Hansen

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

- Hughes Damry <hughes.damry@acsone.eu>
- Khoi (Kien Kim) <khoikk@trobz.com>

Other credits
-------------

The migration of this module from 16.0 to 18.0 was financially supported
by:

- Camptocamp.

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.

This module is part of the `OCA/report-print-send <https://github.com/OCA/report-print-send/tree/18.0/base_report_to_label_printer>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions base_report_to_label_printer/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
19 changes: 19 additions & 0 deletions base_report_to_label_printer/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (C) 2022 Raumschmiede GmbH - Christopher Hansen (<https://www.raumschmiede.de>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Report to label printer",
"version": "18.0.1.0.0",
"category": "Generic Modules/Base",
"author": "Raumschmiede GmbH - Christopher Hansen,"
" Odoo Community Association (OCA)",
"website": "https://github.com/OCA/report-print-send",
"license": "AGPL-3",
"depends": ["base_report_to_printer"],
"data": [
"views/res_users.xml",
"views/ir_actions_report.xml",
],
"installable": True,
"application": False,
}
34 changes: 34 additions & 0 deletions base_report_to_label_printer/i18n/base_report_to_label_printer.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_label_printer
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: base_report_to_label_printer
#: model:ir.model.fields,field_description:base_report_to_label_printer.field_res_users__default_label_printer_id
msgid "Default Label Printer"
msgstr ""

#. module: base_report_to_label_printer
#: model:ir.model,name:base_report_to_label_printer.model_ir_actions_report
msgid "Report Action"
msgstr ""

#. module: base_report_to_label_printer
#: model:ir.model.fields,field_description:base_report_to_label_printer.field_ir_actions_report__label
msgid "Report is a Label"
msgstr ""

#. module: base_report_to_label_printer
#: model:ir.model,name:base_report_to_label_printer.model_res_users
msgid "User"
msgstr ""
37 changes: 37 additions & 0 deletions base_report_to_label_printer/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_label_printer
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-05 17:00+0000\n"
"PO-Revision-Date: 2023-06-05 17:00+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: base_report_to_label_printer
#: model:ir.model.fields,field_description:base_report_to_label_printer.field_res_users__default_label_printer_id
msgid "Default Label Printer"
msgstr "Imprimante étiquettes par défaut"

#. module: base_report_to_label_printer
#: model:ir.model,name:base_report_to_label_printer.model_ir_actions_report
msgid "Report Action"
msgstr ""

#. module: base_report_to_label_printer
#: model:ir.model.fields,field_description:base_report_to_label_printer.field_ir_actions_report__label
msgid "Report is a Label"
msgstr "Le rapport est une étiquette"

#. module: base_report_to_label_printer
#: model:ir.model,name:base_report_to_label_printer.model_res_users
msgid "User"
msgstr "Utilisateur"
37 changes: 37 additions & 0 deletions base_report_to_label_printer/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_label_printer
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-13 13:37+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: base_report_to_label_printer
#: model:ir.model.fields,field_description:base_report_to_label_printer.field_res_users__default_label_printer_id
msgid "Default Label Printer"
msgstr "Stampante etichetta predefinita"

#. module: base_report_to_label_printer
#: model:ir.model,name:base_report_to_label_printer.model_ir_actions_report
msgid "Report Action"
msgstr "Azione resoconto"

#. module: base_report_to_label_printer
#: model:ir.model.fields,field_description:base_report_to_label_printer.field_ir_actions_report__label
msgid "Report is a Label"
msgstr "Il resoconto è una etichetta"

#. module: base_report_to_label_printer
#: model:ir.model,name:base_report_to_label_printer.model_res_users
msgid "User"
msgstr "Utente"
4 changes: 4 additions & 0 deletions base_report_to_label_printer/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import ir_actions_report
from . import res_users
15 changes: 15 additions & 0 deletions base_report_to_label_printer/models/ir_actions_report.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (C) 2022 Raumschmiede GmbH - Christopher Hansen (<https://www.raumschmiede.de>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import fields, models


class IrActionsReport(models.Model):
_inherit = "ir.actions.report"

label = fields.Boolean(string="Report is a Label")

def _get_user_default_printer(self, user):
if self.label:
return user.default_label_printer_id
return super()._get_user_default_printer(user)
20 changes: 20 additions & 0 deletions base_report_to_label_printer/models/res_users.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright (C) 2022 Raumschmiede GmbH - Christopher Hansen (<https://www.raumschmiede.de>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import fields, models


class ResUsers(models.Model):
_inherit = "res.users"

default_label_printer_id = fields.Many2one(
comodel_name="printing.printer", string="Default Label Printer"
)

@property
def SELF_READABLE_FIELDS(self):
return super().SELF_READABLE_FIELDS + ["default_label_printer_id"]

@property
def SELF_WRITEABLE_FIELDS(self):
return super().SELF_WRITEABLE_FIELDS + ["default_label_printer_id"]
3 changes: 3 additions & 0 deletions base_report_to_label_printer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
2 changes: 2 additions & 0 deletions base_report_to_label_printer/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Hughes Damry \<<hughes.damry@acsone.eu>\>
- Khoi (Kien Kim) \<<khoikk@trobz.com>\>
3 changes: 3 additions & 0 deletions base_report_to_label_printer/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The migration of this module from 16.0 to 18.0 was financially supported by:

- Camptocamp.
7 changes: 7 additions & 0 deletions base_report_to_label_printer/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This module makes it possible to print specific reports to a label
printer that is configured on the user.

To do this, the following must be configured:

- Flag the report as a label report
- Define a label printer for the user
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading