-
Notifications
You must be signed in to change notification settings - Fork 2
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] rotordc_autofill_product_variant: migration to 16.0 #117
base: 16.0
Are you sure you want to change the base?
Conversation
Signed-off-by: Carmen Bianca Bakker <[email protected]>
…nt_id in product creation Signed-off-by: Carmen Bianca Bakker <[email protected]>
Signed-off-by: Carmen Bianca Bakker <[email protected]>
Signed-off-by: Carmen Bianca Bakker <[email protected]>
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.
functionaly tested on rotor-v16-test, partial success:
- weight
- volume and dimensions
- internal reference [EDIT : it works]
test report: the internal reference is only copied for the firest variant created. In v16, there is a non-blocking warning when adding an internal reference that is already used. Maybe that's the reason why the internal reference doesn't get copied to variants beyond the first one.
@huguesdk I actually had tested without installing the module. Weight and dimensions are copied anyway, so idk if this part of the code is relevant. Internal reference is copied correctly. |
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.
successful functional test
use the same method to copy variant values as in product_dimension.
@polchampion thanks to you i discovered a bug in |
odoo task
t12917