Browse Source

[PORT] Init commit: change category and installable parameters in __openerp__.py

pull/36/head
x620 8 years ago
parent
commit
fdf801e27a
  1. 4
      mail_move_message/__openerp__.py

4
mail_move_message/__openerp__.py

@ -3,7 +3,7 @@
'version' : '1.0.4',
'author' : 'IT-Projects LLC, Ivan Yelizariev',
'license': 'LGPL-3',
'category' : 'Social Network',
'category' : 'Discuss',
'website' : 'https://twitter.com/yelizariev',
'price': 9.00,
'currency': 'EUR',
@ -16,5 +16,5 @@
'qweb': [
'static/src/xml/mail_move_message_main.xml',
],
'installable': False
'installable': True,
}
Loading…
Cancel
Save