Skip to content

Commit

Permalink
[MIG] Make modules uninstallable
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Oct 14, 2015
1 parent f2bda90 commit 3f3d31d
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion framework_agreement/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'security/ir.model.access.csv'],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion procurement_batch_generator/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
'depends': ['stock'],
'data': ['wizard/procurement_batch_generator_view.xml'],
'test': ['test/procurement_batch_generator.yml'],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion product_by_supplier/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'data': [
'views/product_supplierinfo_view.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
}
2 changes: 1 addition & 1 deletion product_supplierinfo_discount/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"data": [
'views/product_supplierinfo_view.xml',
],
"installable": True,
'installable': False,
}
2 changes: 1 addition & 1 deletion purchase_delivery_address/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
'data': [],
'auto_install': False,
'test': [],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion purchase_discount/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"views/report_purchaseorder.xml",
],
"license": 'AGPL-3',
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion purchase_fiscal_position_update/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"Odoo Community Association (OCA)",
'depends': ['purchase'],
'data': [],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion purchase_last_price_info/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"data": [
"views/product_view.xml",
],
"installable": True,
'installable': False,
}
2 changes: 1 addition & 1 deletion purchase_order_reorder_lines/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
'data': ['views/purchase_view.xml'],
'demo': [],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
'license': "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion purchase_order_revision/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
'test/purchase_order.yml',
],
"active": False,
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion purchase_order_type/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
'data/purchase_order_type.xml',
],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion purchase_origin_address/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
'data': [],
'auto_install': False,
'test': [],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion purchase_partial_invoicing/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
],
"demo": [],
"active": False,
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion purchase_partner_invoice_method/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
'depends': ['purchase'],
'data': ['partner_view.xml'],
'demo': ['partner_demo.xml'],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion purchase_requisition_auto_rfq/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"test": ["test/purchase_requisition.yml",
"test/purchase_requisition_no_supplier.yml",
],
"installable": True,
'installable': False,
"certificate": "",
}
2 changes: 1 addition & 1 deletion purchase_requisition_auto_rfq_bid_selection/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"test": ['test/purchase_requisition.yml',
],
"auto_install": True,
"installable": True,
'installable': False,
"certificate": "",
}
2 changes: 1 addition & 1 deletion purchase_requisition_bid_selection/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"auto_install": False,
"test": ["test/process/restricted.yml",
],
"installable": True,
'installable': False,
"certificate": "",
}
2 changes: 1 addition & 1 deletion purchase_requisition_delivery_address/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
'demo': [],
'data': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion purchase_requisition_multicurrency/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
],
"auto_install": False,
"test": [],
"installable": True,
'installable': False,
"certificate": "",
}
2 changes: 1 addition & 1 deletion purchase_requisition_transport_document/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
],
"data": ["view/purchase_requisition.xml",
],
"installable": True,
'installable': False,
}
2 changes: 1 addition & 1 deletion purchase_rfq_bid_workflow/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"test/process/rfq2cancel.yml",
"test/process/bid2cancel.yml",
],
"installable": True,
'installable': False,
"certificate": "",
}
2 changes: 1 addition & 1 deletion purchase_transport_document/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"security/ir.model.access.csv",
"data/transport_document.xml",
],
"installable": True,
'installable': False,
}
2 changes: 1 addition & 1 deletion vendor_consignment_stock/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
],
"post_init_hook": 'workaround_create_initial_rules',
'auto_install': False,
'installable': True,
'installable': False,
}

0 comments on commit 3f3d31d

Please sign in to comment.