Browse Source

mark unported modules as non-installable

pull/2/head
Ivan Yelizariev 9 years ago
parent
commit
aa4a154b59
  1. 2
      __openerp__.py

2
__openerp__.py

@ -13,5 +13,5 @@
'qweb': [
"static/src/xml/main.xml",
],
'installable': True
'installable': False
}
Loading…
Cancel
Save