Whats the best way to remove default bootstrap button classes (.btn-danger etc) from bootstrap based theme in Odoo10 ?
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
have you tried xpath expr=//[class=btn-danger] in layout.xml ?