Arbore/arbore#85 add mail_quoted_reply_icon
This commit is contained in:
parent
67554c95f5
commit
a1f73dabe7
3 changed files with 52 additions and 0 deletions
19
mail_quoted_reply_icon/__manifest__.py
Normal file
19
mail_quoted_reply_icon/__manifest__.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Mail Quoted Reply Icon",
|
||||
"summary": "Changes the icon for quoted reply from fa-reply to fa-envelope",
|
||||
"version": "16.0.1.0.0",
|
||||
"category": "Discuss",
|
||||
"license": "AGPL-3",
|
||||
"author": "Criptoamrt",
|
||||
"website": "https://criptomart.net",
|
||||
"depends": ["mail_quoted_reply"],
|
||||
"data": [],
|
||||
"demo": [],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"/mail_quoted_reply_icon/static/src/models/*.js",
|
||||
],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue