how can I hide the button print in Point of sale thank you ( see the screnn below )
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
When I hide this part of code in /addons/point_of_sale/static/src/pos.xml, it hide all the buttons down :
<t t-name="ActionButtonWidgetWithIcon">
<li t-att-class=" 'button '+ (widget.rightalign ? 'rightalign ' : '') + (widget.disabled ? 'disabled ' : '')">
<div class='icon'>
<!-- <img t-att-src="widget.icon" />
<div class='iconlabel'><t t-esc="widget.label" /></div> -->
</div>
</li>
</t>
how I can just hide the print button only , thank you
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up