-
-
Notifications
You must be signed in to change notification settings - Fork 386
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] [FIX] account_reconcile_oca: Fix the layout of statement button on reconciliation screen #721
[16.0] [FIX] account_reconcile_oca: Fix the layout of statement button on reconciliation screen #721
Conversation
Hi @etobella, |
05e92bf
to
ec00aeb
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.
small comment, otherwise LGTM
This PR has the |
Can we have this merged? |
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.
The fix is incorrect, as the label "STATEMENT" should be in the middle of the line as it was before. If it was overlapping the other text, then you should add height to that section (or compose it other way).
…conciliation screen Css change Updated Changes
ec00aeb
to
1e7a2c4
Compare
@pedrobaeza , I have made changes, please review |
Can you please put an image of the new after? |
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.
OK, that looks better, thanks.
Please fw-port it to 17.
/ocabot merge patch
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at a546457. Thanks a lot for contributing to OCA. ❤️ |
This Pr aims to fix the layout of statement button on reconciliation screen
Currently, the statement button cuts out some portion of the other parts as seen in following image:
After this PR, the button would look as follows: