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:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
5001
أدوات العرض
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>
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
1
أغسطس 25
|
1522 | ||
|
1
مايو 25
|
1235 | ||
|
2
مايو 25
|
1355 | ||
|
0
أبريل 25
|
1099 | ||
|
1
مارس 25
|
1589 |