|
@ -19,14 +19,14 @@ |
|
|
# |
|
|
# |
|
|
############################################################################## |
|
|
############################################################################## |
|
|
|
|
|
|
|
|
{'name': 'Web Send Message as Popup', |
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
'name': 'Web Send Message as Popup', |
|
|
'version': '1.0', |
|
|
'version': '1.0', |
|
|
'author': 'Camptocamp', |
|
|
'author': 'Camptocamp', |
|
|
'maintainer': 'Camptocamp', |
|
|
'maintainer': 'Camptocamp', |
|
|
'license': 'AGPL-3', |
|
|
'license': 'AGPL-3', |
|
|
'category': 'Hidden', |
|
|
'category': 'Hidden', |
|
|
'depends': ['web', |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
'depends': ['web'], |
|
|
'description': """ |
|
|
'description': """ |
|
|
Web Send Message as Popup |
|
|
Web Send Message as Popup |
|
|
========================= |
|
|
========================= |
|
@ -38,12 +38,9 @@ attachments and followers. |
|
|
|
|
|
|
|
|
This module changes the link 'Send a message' so it opens directly the |
|
|
This module changes the link 'Send a message' so it opens directly the |
|
|
full featured popup instead of the text field, avoiding an extra click |
|
|
full featured popup instead of the text field, avoiding an extra click |
|
|
if the popup is always wanted. |
|
|
|
|
|
|
|
|
|
|
|
""", |
|
|
|
|
|
|
|
|
if the popup is always wanted.""", |
|
|
'website': 'http://www.camptocamp.com', |
|
|
'website': 'http://www.camptocamp.com', |
|
|
'qweb': ['static/src/xml/mail.xml', |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
'qweb': ['static/src/xml/mail.xml'], |
|
|
'installable': True, |
|
|
'installable': True, |
|
|
'auto_install': False, |
|
|
'auto_install': False, |
|
|
} |
|
|
} |