Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
Fix dependency !
  • Loading branch information
alexis-via committed Jul 27, 2016
1 parent 2dbe47f commit e23837e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion donation_sale/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'summary': 'Manage donations in sale orders',
'author': 'La Cimade, Akretion, Odoo Community Association (OCA)',
'website': 'http://www.lacimade.org',
'depends': ['donation_base'],
'depends': ['donation_base', 'sale'],
'data': [
'views/account_invoice.xml',
'views/sale_order.xml',
Expand Down
2 changes: 1 addition & 1 deletion donation_sale/models/donation_sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from openerp import models, fields, api, _
from openerp.exceptions import UserError, ValidationError
from openerp.tools import float_is_zero, float_compare
from openerp.tools import float_is_zero
import logging

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit e23837e

Please sign in to comment.