Browse Source

Sep 24: [FIX] Bug Fixed 'pos_delete_orderline'

18.0
Risvana Cybro 2 days ago
parent
commit
d0c5fb0245
  1. 3
      pos_delete_orderline/__manifest__.py
  2. 5
      pos_delete_orderline/doc/RELEASE_NOTES.md
  3. 1
      pos_delete_orderline/static/src/app/screens/product_screen/product_screen.xml
  4. 3
      pos_delete_orderline/static/src/scss/style.scss

3
pos_delete_orderline/__manifest__.py

@ -21,7 +21,7 @@
################################################################################ ################################################################################
{ {
'name': "Remove Order Line In POS", 'name': "Remove Order Line In POS",
'version': '18.0.1.0.0', 'version': '18.0.1.0.1',
'category': 'Point of Sale', 'category': 'Point of Sale',
'summary': """Remove Individual Orderlines In Point Of Sale. """, 'summary': """Remove Individual Orderlines In Point Of Sale. """,
'description': """Remove each lines from selected order by simply 'description': """Remove each lines from selected order by simply
@ -37,6 +37,7 @@
'pos_delete_orderline/static/src/app/control_buttons/control_buttons.xml', 'pos_delete_orderline/static/src/app/control_buttons/control_buttons.xml',
'pos_delete_orderline/static/src/app/screens/product_screen/product_screen.js', 'pos_delete_orderline/static/src/app/screens/product_screen/product_screen.js',
'pos_delete_orderline/static/src/app/screens/product_screen/product_screen.xml', 'pos_delete_orderline/static/src/app/screens/product_screen/product_screen.xml',
'pos_delete_orderline/static/src/scss/style.scss',
], ],
}, },
'images': ['static/description/banner.jpg'], 'images': ['static/description/banner.jpg'],

5
pos_delete_orderline/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 18.0.1.0.0 #### Version 18.0.1.0.0
#### ADD #### ADD
- Initial commit for Remove Order Line In POS - Initial commit for Remove Order Line In POS
#### 24.09.2025
#### Version 18.0.1.0.1
#### FIX
- Fixed style issue for the Order Line In POS receipt screen

1
pos_delete_orderline/static/src/app/screens/product_screen/product_screen.xml

@ -12,3 +12,4 @@
</xpath> </xpath>
</t> </t>
</templates> </templates>

3
pos_delete_orderline/static/src/scss/style.scss

@ -0,0 +1,3 @@
.pos-receipt #clear_icon {
display: none !important;
}
Loading…
Cancel
Save