[MRG] from main

This commit is contained in:
Guewen Baconnier
2013-01-04 11:31:42 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ On each generated line, you have many choices:
],
'demo_xml': ["credit_control_demo.xml"],
'tests': [],
'installable': True,
'installable': False,
'license': 'AGPL-3',
'application': True
}

View File

@@ -41,7 +41,7 @@ Module developped by Alexis de Lattre <alexis.delattre@akretion.com> during the
'update_xml': ['account_view.xml',
'wizard/account_move_reverse_view.xml'],
'demo_xml': [],
'installable': True,
'installable': False,
'active': False,
}

View File

@@ -88,5 +88,5 @@ Thanks to main contributors: Grzegorz Grzelak, Alexis de Lattre
],
"demo_xml" : [],
"active": False,
"installable": True
'installable': False
}