make *asset* installable again

This commit is contained in:
Leonardo Pistone
2015-02-12 13:47:54 +01:00
parent e62b9eb2e3
commit f0fb1e63e2
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ Contributors
'res_config_view.xml',
],
'auto_install': False,
'installable': False,
'installable': True,
'application': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -43,6 +43,6 @@ for this module.
'data': [
'wizard/account_asset_report_wizard.xml',
],
'installable': False,
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: