[FIX] web_shortcuts: License in manifest

This commit is contained in:
Pedro M. Baeza
2019-06-16 13:06:55 +02:00
committed by GitHub
parent f0dc62f57f
commit 5c52fdfca5

View File

@@ -32,6 +32,7 @@
'qweb': ['static/src/xml/web_shortcuts.xml'],
'installable': True,
'auto_install': False,
'license': 'AGPL-3',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: