How can I add a custom icon for the button in Odoo10?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
22351
Weergaven
Hi
You can use this to add custom icon
<button icon="fa-cogs"/>
to add buttons refer these files font-awsome.css and fontawsome-webfont.svg in /addons/web/static/lib/fontawesome
Also you can add custom icons like this,
<button name="test_button" type="object" icon="/module_name/static/src/img/icon_1.png"/>
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden