-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
[MIG][16.0] server_environment_delivery #626
[MIG][16.0] server_environment_delivery #626
Conversation
337af82
to
976f7b4
Compare
we miss "migration to 16.0" commit - imo we should rename "pre-commit stuff" commit into that. |
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.
LG
@mmequignon pls update commits
976f7b4
to
21a5d53
Compare
_name = "delivery.carrier" | ||
_inherit = ["delivery.carrier", "server.env.techname.mixin", "server.env.mixin"] | ||
|
||
tech_name = fields.Char(required=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 drop this as the field is not required anymore
https://github.com/OCA/server-env/blob/16.0/server_environment/models/server_env_tech_name_mixin.py
@mmequignon Thanks for this. For the next time could you separate pre-commit changes from migration ones in separate commit to avoid these changes in migration commit: |
hello @rousseldenis |
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. |
I don't consider this as a pre-commit change. This is just pre-commit doing something for you when you migrate. /ocabot merge nobump |
On my way to merge this fine PR! |
@simahawk your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-626-by-simahawk-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
/ocabot rebase |
@simahawk The rebase process failed, because command
|
@mmequignon can you rebase and check the build pls? |
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.
@mmequignon kind reminder, if you could do a rebase so we can merge this, it would be nice !
21a5d53
to
009fac1
Compare
Thanks for the reminder, it is done 🙏 |
This PR has the |
@simahawk can you retry to merge please ? |
/ocabot merge nobump |
thank you ! |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at f79c507. Thanks a lot for contributing to OCA. ❤️ |
No description provided.