Browse Source

mark unported modules as non-installable

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

2
__openerp__.py

@ -16,5 +16,5 @@ Tested on 8.0 f8d5a6727d3e8d428d9bef93da7ba6b11f344284
'data':[ 'data':[
'views.xml', 'views.xml',
], ],
'installable': True
'installable': False
} }
Loading…
Cancel
Save