Skip to content
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

[FIX] point_of_sale: make the category images to never disappear #164189

Closed

Conversation

Axel927
Copy link
Contributor

@Axel927 Axel927 commented May 2, 2024

Problem:
In the POS session, when the screen height is below 768 px, the category images disappear.
Fix for V 17.0 only

Steps to reproduce:

  • Install "Point of Sale" app
  • Open a POS session and go to mobile view
  • Set the screen dimensions to 1024*768 px
  • Reduce the height of the screen to 767 px, the category image have disappeared

Solution:
Remove the check for a minimum size so the image is always displayed whatever be the size of the screen

opw-3885493


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@robodoo
Copy link
Contributor

robodoo commented May 2, 2024

@C3POdoo C3POdoo added the OE the report is linked to a support ticket (opw-...) label May 2, 2024
@robinengels robinengels marked this pull request as ready for review May 14, 2024 09:38
@C3POdoo C3POdoo requested review from a team and caburj and removed request for a team May 14, 2024 09:41
@Axel927 Axel927 force-pushed the 17.0-opw-3885493-pos_category_image-axtr branch from 3bfa626 to ec6e874 Compare May 27, 2024 15:06
Problem:
In the POS session, when the screen height is below 768 px, the category images disappear

Steps to reproduce:
- Install "Point of Sale" app
- Open a POS session and go to mobile view
- Set the screen dimensions to 1024*768 px
- Reduce the height of the screen to 767 px, the category image have disappeared

Solution:
Remove the check for a minimum size so the image is always displayed whatever be the size of the screen

opw-3885493
@Axel927 Axel927 force-pushed the 17.0-opw-3885493-pos_category_image-axtr branch from ec6e874 to 44bfbf9 Compare May 28, 2024 06:06
@caburj
Copy link
Contributor

caburj commented May 28, 2024

fw-bot ignore
robodoo r+

@fw-bot
Copy link
Contributor

fw-bot commented May 28, 2024

Forward-port disabled.

robodoo pushed a commit that referenced this pull request May 28, 2024
Problem:
In the POS session, when the screen height is below 768 px, the category images disappear

Steps to reproduce:
- Install "Point of Sale" app
- Open a POS session and go to mobile view
- Set the screen dimensions to 1024*768 px
- Reduce the height of the screen to 767 px, the category image have disappeared

Solution:
Remove the check for a minimum size so the image is always displayed whatever be the size of the screen

opw-3885493

closes #164189

Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
@robodoo robodoo closed this in d54b6ae May 28, 2024
lohwswilson pushed a commit to lohwswilson/odoo that referenced this pull request Jun 5, 2024
Problem:
In the POS session, when the screen height is below 768 px, the category images disappear

Steps to reproduce:
- Install "Point of Sale" app
- Open a POS session and go to mobile view
- Set the screen dimensions to 1024*768 px
- Reduce the height of the screen to 767 px, the category image have disappeared

Solution:
Remove the check for a minimum size so the image is always displayed whatever be the size of the screen

opw-3885493

closes odoo#164189

Signed-off-by: Joseph Caburnay (jcb) <jcb@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OE the report is linked to a support ticket (opw-...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants