-
-
Notifications
You must be signed in to change notification settings - Fork 353
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] partner_default_delivery_carrier: Migration to 16.0 #727
[16.0][MIG] partner_default_delivery_carrier: Migration to 16.0 #727
Conversation
34efff5
to
be8e890
Compare
a46b06b
to
0cba606
Compare
b4e1924
to
ee3c49d
Compare
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 + functional review
This PR has the |
/ocabot migration partner_default_delivery_carrier |
|
||
partner_default_delivery_carrier_id = fields.Many2one("delivery.carrier") | ||
|
||
def get_values(self): |
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.
This is not the good implementation in this version.
You should declare the field also on res.company. And here, change the field as related as : related=company_id.partner_default_delivery_carrier_id
.
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
issue #534
Migration from 14.0