Browse Source

mark unported modules as non-installable

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

2
__openerp__.py

@ -20,5 +20,5 @@
'views.xml', 'views.xml',
'data.xml', 'data.xml',
], ],
'installable': True,
'installable': False,
} }
Loading…
Cancel
Save