-
-
Notifications
You must be signed in to change notification settings - Fork 368
[16.0][IMP] delivery_package_number: shortend delivery_package_number document height #1006
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][IMP] delivery_package_number: shortend delivery_package_number document height #1006
Conversation
e91c51c
to
2dc441d
Compare
Good morning @adasatorres This PR fixes your additions in #939, when the address is too big Maybe you are interested |
Hello @rlizana @sergio-teruel This PR continues other you took part in: #927 Maybe you are interested |
@pedrobaeza Do you mind having a look at this, please? |
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. Functionally tested
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 👍🏻
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at e356bc7. Thanks a lot for contributing to OCA. ❤️ |
@Tisho99 The same thing happens in v17 and does the same fix have to be implemented? |
I can do a FW port, give me some time and I'll do it |
No problem, it's to confirm if we would have to transfer it, there's no problem if it takes 1 week. |
There are cases when a address is too big and it overflows to having 2 pages, when it only should have one.
This PR reduces the box vertical padding to fix that
After

Before

I-7193