in Point Of Sale interface,we have openerp logo in upper left corner.I want to change it but that too in my custom module.I do not want to modify original code in pos.xml file in Point Of Sale module.Please suggest me some solution.
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
5581
Weergaven
Hello !
You can create new module and in that module you have to write xml code to override main xml code like :
<t t-extend="PosWidget">
<t t-jquery="div#branding img" t-operation="replace">
<img src="/new_image_path" />
</t>
</t>
Thanks,
info@acespritech.com
Thanks a lot........It is really working now
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