Skip to content

Commit

Permalink
[ADD] base_report_to_printer: Add neutralization queries
Browse files Browse the repository at this point in the history
Since 16.0 of codebase there is a new function "Neutralization" that runs all neutralization queries that basically deactivate ir_cron, ir_mail_server and other production stuff. With this PR i ADD neutralization queries  that deactivates printing server and printer during neutralization .
  • Loading branch information
micheledic committed Jul 27, 2023
1 parent bda9ccf commit 9f2a529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base_report_to_printer/data/neutralize.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# pylint: disable=file-not-used
update printing_printer set active=false;
update printing_server set active=false;

0 comments on commit 9f2a529

Please sign in to comment.