[FIX] web_last_viewed_records: License in manifest

This commit is contained in:
Pedro M. Baeza
2019-06-16 13:08:58 +02:00
committed by GitHub
parent 0e0bef43f9
commit 31938d3bd0

View File

@@ -11,5 +11,6 @@
'qweb': [
"static/src/xml/main.xml",
],
'installable': True
'installable': True,
'license': 'AGPL-3',
}