Skip to content

Commit

Permalink
Merge pull request #16 from savoirfairelinux/pep8
Browse files Browse the repository at this point in the history
Fix bad bracket indentation
  • Loading branch information
guewen committed Oct 20, 2014
2 parents 79791cc + be8704a commit 7c1fde4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion product_links/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'data': [
'security/ir.model.access.csv',
'product_links_view.xml'
],
],
'installable': True,
'active': False,
}
2 changes: 1 addition & 1 deletion product_links/product_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ class product(orm.Model):
'product.link',
'product_id',
string='Product links'),
}
}

0 comments on commit 7c1fde4

Please sign in to comment.