Browse Source

[FIX] : E302 expected 2 blank lines, found 1

pull/39/head
Adil Houmadi 9 years ago
parent
commit
7537c254ae
  1. 1
      pos_pricelist/models/pos_pricelist.py

1
pos_pricelist/models/pos_pricelist.py

@ -18,6 +18,7 @@
##############################################################################
from openerp import models, fields
class PosPriceListConfig(models.Model):
_inherit = 'pos.config'

Loading…
Cancel
Save