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 763aa17 commit 99ec84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_report_to_printer/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'base_report_to_printer.xml',
'wizard/update_printers.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
'application': True,
'external_dependencies': {
Expand Down
2 changes: 1 addition & 1 deletion printer_tray/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'security/ir.model.access.csv',
],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
'application': True,
}

0 comments on commit 99ec84b

Please sign in to comment.