-
-
Notifications
You must be signed in to change notification settings - Fork 460
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] queue_job_subscribe: Migration to 18.0 #695
[18.0][MIG] queue_job_subscribe: Migration to 18.0 #695
Conversation
/ocabot migration queue_job_subscribe |
class TestJobSubscribe(common.TransactionCase): | ||
def setUp(self): | ||
super().setUp() | ||
grp_queue_job_manager = self.ref("queue_job.group_queue_job_manager") |
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.
can you please disable tracking and use no_reset_password when creating users? (or use odoo.tests.common.new_test_user
.
To be done in a separated commit that can be backported.
self.assertIn(self.other_partner_b.id, followers_id) | ||
|
||
########################################### | ||
# Test 2: User b request to not be follower |
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.
if this is a completely different test, it should be split
d266c1d
to
1c7898d
Compare
@thienvh332 pls rebase and drop test req |
- set module uninstallable - add new .dot file config for v14
Currently translated at 100.0% (5 of 5 strings) Translation: queue-17.0/queue-17.0-queue_job_subscribe Translate-URL: https://translation.odoo-community.org/projects/queue-17-0/queue-17-0-queue_job_subscribe/it/
Currently translated at 100.0% (5 of 5 strings) Translation: queue-17.0/queue-17.0-queue_job_subscribe Translate-URL: https://translation.odoo-community.org/projects/queue-17-0/queue-17-0-queue_job_subscribe/zh_CN/
Currently translated at 100.0% (5 of 5 strings) Translation: queue-17.0/queue-17.0-queue_job_subscribe Translate-URL: https://translation.odoo-community.org/projects/queue-17-0/queue-17-0-queue_job_subscribe/pt_BR/
1c7898d
to
00345e5
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 46cdae3. Thanks a lot for contributing to OCA. ❤️ |
No description provided.