Skip to content

Commit

Permalink
Merge pull request OCA#7 from OCA/bzr_better_import_fdpa
Browse files Browse the repository at this point in the history
Better pooler import
  • Loading branch information
nbessi committed Aug 12, 2014
2 parents cc0392e + 1d48c6d commit 791841a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __unported__/l10n_ch_base_bank/bank.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
##############################################################################
import re
from openerp.osv import orm, fields
from tools import mod10r
from openerp.tools import mod10r


class BankCommon(object):
Expand Down
2 changes: 1 addition & 1 deletion __unported__/l10n_ch_dta/wizard/create_dta.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from openerp.osv.osv import except_osv
from openerp.osv.orm import TransientModel
from openerp.tools.translate import _
from tools import mod10r
from openerp.tools import mod10r

TRANS = [(u'é', 'e'),
(u'è', 'e'),
Expand Down
2 changes: 1 addition & 1 deletion __unported__/l10n_ch_scan_bvr/wizard/scan_bvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
#
##############################################################################

import pooler
import time

from openerp.osv import orm
from openerp.osv.orm import TransientModel, fields
from openerp.tools.translate import _
from openerp import pooler


class scan_bvr(TransientModel):
Expand Down
2 changes: 1 addition & 1 deletion __unported__/l10n_ch_sepa/base_sepa/pain_001.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from mako import exceptions
from mako.lookup import TemplateLookup

import pooler
from openerp import pooler
from openerp import addons
from openerp.osv import orm
from openerp.tools.translate import _
Expand Down

0 comments on commit 791841a

Please sign in to comment.