~pedro.baeza/banking-addons/7.0-git

« back to all changes in this revision

Viewing changes to account_advanced_reconcile_transaction_ref/base_advanced_reconciliation.py

  • Committer: Pedro M. Baeza
  • Date: 2014-08-04 19:05:19 UTC
  • mto: This revision was merged to the branch mainline in revision 170.
  • Revision ID: git-v1:b522f28ffbed7f8e41d6f97bcdc779ba212a4a9c
Fix Travis errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
 
22
 
from itertools import product
23
22
from openerp.osv import orm
24
23
 
25
24
 
26
 
class easy_reconcile_advanced(orm.AbstractModel):
 
25
class EasyReconcileAdvanced(orm.AbstractModel):
27
26
 
28
27
    _inherit = 'easy.reconcile.advanced'
29
28