-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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][mig] sale_order_note_template #2612
base: 16.0
Are you sure you want to change the base?
Conversation
…nvert field properly
/ocabot migration sale_order_note_template |
@@ -14,7 +14,9 @@ def setUp(self): | |||
self.sale_order = self.env.ref("sale.sale_order_2") | |||
|
|||
def test_on_change_term_template(self): | |||
self.assertEqual(self.sale_order.note, "") | |||
self.assertEqual(self.sale_order.note, False) |
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.
You can use self.assertFalse()
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.
@heliaktiv Could you squash your commits ?
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.
LGTM
can you? |
This PR has the |
1 similar comment
This PR has the |
No description provided.