-
-
Notifications
You must be signed in to change notification settings - Fork 543
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] base_tier_validation: Add validation_status field to tier.validation #730
[14.0][IMP] base_tier_validation: Add validation_status field to tier.validation #730
Conversation
Hi @LoisRForgeFlow, |
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 opens a good debate, now that I see validation_status I like it better than the current validated
and rejected
booleans... however, I don't think it is worth to refactor in current stables versions. So let's try to make these coexist without creating a big mess. See my comment:
8f38412
to
d904158
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.
while open thread is not solved
d904158
to
0406176
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.
Thank you! LGTM
0406176
to
476b00d
Compare
476b00d
to
ef85985
Compare
@victoralmau |
This new field does not change any existing behavior (#730 (comment)), it is only something informative that can be used in other modules. |
/ocabot merge minor |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 63b441e. Thanks a lot for contributing to OCA. ❤️ |
Add
validation_status
field totier.validation
@Tecnativa TT33369