-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
[17.0][FIX] account_reconcile_oca: Fix selection_badge_uncheck to correctly apply the corresponding domain #767
[17.0][FIX] account_reconcile_oca: Fix selection_badge_uncheck to correctly apply the corresponding domain #767
Conversation
Hi @etobella, |
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.
👍 thanks
Please include in both the PR description and the commit message more details about the issue this is fixing, as I don't understand it. |
… apply the corresponding domain Previously the widget selection_badge_uncheck (wrongly migrated to v17) was not defined correctly, which caused the domain not to be applied, causing that the reconciliation models of any type (instead of those defined as buttons) were shown as buttons. TT52238
9c61915
to
4628c5a
Compare
Description of commit and PR added to further explain what is happening. |
Can you add a screenshot of before and after please 🙏 ? |
Of course, added to the PR description. |
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.
LGTM 👍
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.
/ocabot merge patch
On my way to merge this fine PR! |
Congratulations, your PR was merged at fc48509. Thanks a lot for contributing to OCA. ❤️ |
Fix selection_badge_uncheck to correctly apply the corresponding domain.
Previously the widget selection_badge_uncheck (wrongly migrated to v17) was not defined correctly, which caused the domain not to be applied, causing that the reconciliation models of any type (instead of those defined as buttons) were shown as buttons.
Before
After
Please @CarlosRoca13 can you review it?
@Tecnativa TT52238