Skip to content

Commit

Permalink
[MIGR] set installable to False on all the modules, the flag has to b…
Browse files Browse the repository at this point in the history
…e reactivated when the modules are migrated
  • Loading branch information
guewen committed Feb 8, 2013
1 parent 63384dc commit 7c50474
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mail_quotation/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"quotation_action_data.xml",
"sale_order_view.xml",
],
"installable": True,
'installable': False,
"complexity": "easy",
}
2 changes: 1 addition & 1 deletion pricelist_share_companies/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"security/pricelist_security.xml",
],
"active": False,
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion product_special_type/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"demo_xml" : [],
"update_xml" : ['product_view.xml'],
"active": False,
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion product_special_type_invoice/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"demo_xml" : [],
"update_xml" : [],
"active": False,
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion product_special_type_sale/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"demo_xml" : [],
"update_xml" : [],
"active": False,
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion sale_condition_text/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"sale_order_view.xml",
"condition_view.xml"],
"category": "Sale",
"installable" : True,
"installable": False,
"active" : False,}

0 comments on commit 7c50474

Please sign in to comment.