[FIX] web_tree_dynamic_colored_fied: Fix manifest

This commit is contained in:
Pedro M. Baeza
2015-10-14 10:33:11 +02:00
parent 60ad45c588
commit 1ceb3d1722

View File

@@ -32,6 +32,6 @@
'qweb': [
'static/xml/*.xml',
],
'auto_install': False
'auto_install': False,
'installable': False,
}