~akretion-team/banking-addons/70-fully-handle-payment-types

« back to all changes in this revision

Viewing changes to account_banking/__init__.py

  • Committer: Raphaël Valyi
  • Date: 2014-03-21 19:12:47 UTC
  • mfrom: (225.1.11 7.0)
  • Revision ID: rvalyi@gmail.com-20140321191247-zqytcf091nlbxboo
[MERGE] merged HEAD into current feature branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
import parsers
32
32
import wizard
33
33
import res_partner
 
34
import res_bank
 
35
import res_partner_bank
34
36
 
35
37
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: