[FIX] point_of_sale: long product name completely visible
Current behavior:
When a product had a too long name, the name was truncated and couldn't
be completely seen.
Steps to reproduce:
- Change the name of a product to a very long name with spaces
- Open the POS
- The product name is truncated
Note:
To fix this we stop showing placeholders when a product doesn't have an
image set.
opw-3245538
closes odoo/odoo#121041
Signed-off-by:
Heinz Robin (rhe) <rhe@odoo.com>
Showing
- addons/point_of_sale/models/pos_session.py 2 additions, 1 deletionaddons/point_of_sale/models/pos_session.py
- addons/point_of_sale/static/src/scss/pos.scss 4 additions, 0 deletionsaddons/point_of_sale/static/src/scss/pos.scss
- addons/point_of_sale/static/src/xml/Screens/ProductScreen/ProductItem.xml 12 additions, 10 deletions...sale/static/src/xml/Screens/ProductScreen/ProductItem.xml
Loading
Please register or sign in to comment