__openerp__.py 181 B

123456789
  1. # -*- conding:utf-8 -*-
  2. {
  3. 'name':'Hide products attributes',
  4. 'author':'Deisy',
  5. 'data':['hide_attribute_view.xml'],
  6. 'depends':['product'],
  7. 'application':True,
  8. }