-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
[16.0][IMP] base_report_to_printer: Add neutralization queries #328
[16.0][IMP] base_report_to_printer: Add neutralization queries #328
Conversation
486ceb9
to
57d08e1
Compare
The first check is failed but not caused by my change |
hello, Since odoo 16.0 , the neutralization queries are declared inside data path and the neutralization function scans every "data" folder of the modules to check the existence of .sql . |
f94096e
to
20dd272
Compare
Fixes the problem explained in OCA/report-print-send#328 (comment).
Fixes the problem explained in OCA/report-print-send#328 (comment).
@micheledic could you rebase? |
I mean, maybe we should update the copier template. |
20dd272
to
fd87865
Compare
hello, rebased! |
@MiquelRForgeFlow error in pre-commit |
Then do |
0ccaaca
to
2173aef
Compare
Sorry the files keeps remaining untouched also after copier -f update... |
9af0747
to
a778eef
Compare
Every time i run the update, this appears and the files remains untouched
|
d3a474f
to
c4da9f7
Compare
It seems a bug in pylint-odoo: OCA/pylint-odoo#464 |
Fixes the problem explained in OCA/report-print-send#328 (comment).
Bumped version of template with PR #334 than i try to rebase and check the errors |
c4da9f7
to
9f2a529
Compare
Rebased (so it has the new 1.15.0 copier template #334 ) and all checks ok! @pedrobaeza @MiquelRForgeFlow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally!
Just a minor nitpicking: this is not |
should i change the commit message ? |
It would be good |
7f20bbf
to
2b64243
Compare
2b64243
to
0cd8602
Compare
done! sorry for before i was migrating printer_zpl2 #335 and i have pushed to the wrong branch |
Thanks /ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at cf53b65. Thanks a lot for contributing to OCA. ❤️ |
Before this PR
There is no way to neutralize printers and printer server using neutralization function
After this PR
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 .