-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
[14.0][IMP] Add operations to the new BOM created by the configurator (When the Master BOM has Operations) #53
Conversation
@@ -3,7 +3,7 @@ | |||
|
|||
{ | |||
"name": "Product Configurator Manufacturing", | |||
"version": "14.0.1.2.0", | |||
"version": "14.0.1.2.1", |
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.
No need to bump version, the merge bot will do that for you.
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.
Done the changes
@@ -109,7 +119,7 @@ def test_01_action_config_start(self): | |||
context | |||
) | |||
self._configure_product_nxt_step() | |||
# self.assertEqual( | |||
|
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.
Why delete only the first line of the commented statement?
"name": "Operation 1", | ||
"workcenter_id": self.workcenter_id.id, | ||
} | ||
) |
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.
Kudos for touching the tests!
Now if we could only add the check that the operations were really copied, that would be the cherry on top of the cake.
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.
@dreispt , Yeah but testcase file is on commented.
# from . import test_mrp |
# from . import test_product_configurator_test_cases |
…t should copy over the operations from the master BOM
ea1815f
to
3cd6b47
Compare
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 89103d5. Thanks a lot for contributing to OCA. ❤️ |
No description provided.