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 May 26, 2023
1 parent af5df33 commit 57d08e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base_report_to_printer/data/neutralize.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
update printing_printer set active=false;
update printing_server set active=false;

0 comments on commit 57d08e1

Please sign in to comment.