i want to add one button in the messaing menu-> inbox. There is three buttons 'Mark as Todo', 'reply' and 'Done'. i want to add button, after the 'reply' button. how to do this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Progetti
- MRP
La domanda è stata contrassegnata
1
Rispondi
5304
Visualizzazioni
In __openerp__.py,
add 'qweb': ['static/src/xml/YOUR_FILE_NAME.xml']
In YOUR_FILE_NAME.xml stored @ static/src/xml
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-extend="mail.thread.message">
<t t-jquery="span[class=oe_reply]" t-operation="before">
<span class='oe_YOUR_CLASS'><a title="YOUR TITLE" class="oe_e">*</a></span>
</t>
</t>
</templates>Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|
|
1
dic 25
|
451 | ||
|
|
0
nov 25
|
603 | ||
|
|
1
ott 25
|
1242 | ||
|
|
2
ott 25
|
1250 | ||
|
|
3
set 25
|
3201 |