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 3379f96 commit c21b8f2
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion picking_dispatch/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# 'picking_dispatch_workflow.xml',
],
'tests': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False
Expand Down
2 changes: 1 addition & 1 deletion stock_dropshipping_dual_invoice/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
'security/group.xml',
],
'auto_install': False,
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion stock_move_description/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
'test': [
'test/stock_move_description.yml',
],
'installable': True
'installable': False
}
2 changes: 1 addition & 1 deletion stock_ownership_availability_rules/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
],
"pre_init_hook": 'fill_quant_owner',
'auto_install': False,
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion stock_ownership_by_move/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
'view/picking.xml',
],
'auto_install': False,
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion stock_picking_backorder_strategy/__openerp__.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
],
"demo": [],
"license": "AGPL-3",
"installable": True,
'installable': False,
"application": False,
}
2 changes: 1 addition & 1 deletion stock_picking_compute_delivery_date/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
'test/test_mts_2.yml',
'test/test_mto.yml',
],
"installable": True,
'installable': False,
}
2 changes: 1 addition & 1 deletion stock_picking_deliver_uos/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
'test': [
'test/stock_partial_picking.yml'
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion stock_picking_invoice_link/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
],
'demo': [],
'test': [],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion stock_picking_package_preparation/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
'security/ir.model.access.csv',
],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion stock_picking_reorder_lines/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'data': ['stock_view.xml'],
'demo': [],
'test': ['test/invoice_from_picking.yml'],
'installable': True,
'installable': False,
'auto_install': False,
'application': False,
'license': "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion stock_split_picking/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
'demo': [],
'test': ['test/test_picking_split.yml',
'test/test_assigned_picking_split.yml'],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion stock_transfer_split_multi/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
'wizard/stock_transfer_split_multi.xml',
'wizard/stock_transfer_details.xml',
],
'installable': True,
'installable': False,
}

0 comments on commit c21b8f2

Please sign in to comment.