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

[15.0][IMP] base_report_to_printer: Add printer option to launch reports in new thread #375

Open
wants to merge 1 commit into
base: 15.0
Choose a base branch
from

Conversation

sergio-teruel
Copy link

@@ -66,6 +66,7 @@ class PrintingPrinter(models.Model):
tray_ids = fields.One2many(
comodel_name="printing.tray", inverse_name="printer_id", string="Paper Sources"
)
multi_thread = fields.Boolean()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not do it at server level?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to server level

@sergio-teruel sergio-teruel force-pushed the 15.0-IMP-base_report_to_printer-multi-thread branch 2 times, most recently from d3f8411 to a8b3cdd Compare October 28, 2024 10:54
@sergio-teruel sergio-teruel force-pushed the 15.0-IMP-base_report_to_printer-multi-thread branch from a8b3cdd to ef9de46 Compare October 28, 2024 13:32
@pilarvargas-tecnativa
Copy link

Hi! @sbidoul this runbot is failed too

@sbidoul
Copy link
Member

sbidoul commented Nov 1, 2024

@pilarvargas-tecnativa runboat looks ok now.

@pedrobaeza
Copy link
Member

Confirmed that is working again in other PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants