Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
[FIX] pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Aug 25, 2017
1 parent 5888516 commit 1eb4d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions grap_change_account_move_line/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
'license': 'AGPL-3',
'depends': [
'point_of_sale',
## 'pos_multiple_cash_control',
# 'pos_store_draft_order', # previously, pos_keep_draft_order
# 'pos_multiple_cash_control',
# 'pos_store_draft_order', # previously, pos_keep_draft_order
],
'data': [
'security/ir_model_access_data.yml',
Expand Down
4 changes: 2 additions & 2 deletions grap_change_precision/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from openerp import fields, models
from openerp.addons import decimal_precision as dp
from openerp import models
# from openerp.addons import decimal_precision as dp


class StockMove(models.Model):
Expand Down

0 comments on commit 1eb4d02

Please sign in to comment.