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:
- 客户关系管理
 - e-Commerce
 - 会计
 - 库存
 - PoS
 - Project
 - MRP
 
                        
have you tried xpath expr=//[class=btn-danger] in layout.xml ?