Skip to content

Commit

Permalink
[FIX] set installable to True
Browse files Browse the repository at this point in the history
  • Loading branch information
nbessi committed Nov 11, 2013
1 parent 84bce9a commit 0dfdf80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sale_ownership/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
'demo': [],
'data': [],
'test': [],
'auto_install': False,
'auto_install': True,
'installable': True,
}
2 changes: 1 addition & 1 deletion sale_sourced_by_line/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
'test/sale_order_not_sourced.yml',
],
'auto_install': False,
'installable': False,
'installable': True,
}

0 comments on commit 0dfdf80

Please sign in to comment.