You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
468 B
18 lines
468 B
# Copyright 2014-2018 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://gnu.org/licenses/agpl).
|
|
{
|
|
'name': 'Web Send Message as Popup',
|
|
'version': '11.0.1.0.0',
|
|
'author': "Camptocamp, Odoo Community Association (OCA)",
|
|
'maintainer': 'Camptocamp',
|
|
'license': 'AGPL-3',
|
|
'category': 'Hidden',
|
|
'depends': [
|
|
'web',
|
|
'mail',
|
|
],
|
|
'website': 'https://github.com/OCA/web',
|
|
'data': [
|
|
'templates/assets.xml',
|
|
],
|
|
}
|