move *asset* modules to __unported__

This commit is contained in:
Leonardo Pistone
2015-02-11 17:54:30 +01:00
parent c79414d8b4
commit 7d34da79e3
83 changed files with 2 additions and 2 deletions

View File

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

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

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