-
-
Notifications
You must be signed in to change notification settings - Fork 213
[16.0][ADD] sale_dms_field #445
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][ADD] sale_dms_field #445
Conversation
|
@agent-z28 Can you please review this |
4cbc123 to
2eb302e
Compare
| from odoo.addons.base.tests.common import TransactionCase | ||
|
|
||
|
|
||
| class TestSaleDmsField(TransactionCase): | ||
| def setUp(self): | ||
| """Inherited method to create records. #Issue-249""" | ||
| super(TestSaleDmsField, self).setUp() |
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.
| from odoo.addons.base.tests.common import TransactionCase | |
| class TestSaleDmsField(TransactionCase): | |
| def setUp(self): | |
| """Inherited method to create records. #Issue-249""" | |
| super(TestSaleDmsField, self).setUp() | |
| from odoo.addons.base.tests.common import BaseCommon | |
| class TestSaleDmsField(BaseCommon): | |
| @classmethod | |
| def setUpClass(cls): | |
| super().setUpClass() |
| @@ -0,0 +1,23 @@ | |||
| <?xml version="1.0" encoding="utf-8" ?> | |||
| <odoo> | |||
| <!-- Created a DMS access group for sale. #Issue-249 --> | |||
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.
| <!-- Created a DMS access group for sale. #Issue-249 --> | |
| <!-- Created a DMS access group for sale. --> |
Everything related to “#Issue-249” should be removed, as it adds nothing to the code.
2eb302e to
b9aec6e
Compare
victoralmau
left a comment
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.
Code review OK
victoralmau
left a comment
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.
Code review OK
pedrobaeza
left a comment
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.
/ocabot merge nobump
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 12e4672. Thanks a lot for contributing to OCA. ❤️ |
Supersedes: #375