~therp-nl/banking-addons/ba61-apply_tax_from_statement_line

« back to all changes in this revision

Viewing changes to account_banking_nl_clieop/migrations/0.64/post-set-payment-order-type.py

  • Committer: OpenERP instance user
  • Date: 2011-12-27 12:00:52 UTC
  • Revision ID: oersmldev6@midgard.therp.nl-20111227120052-t44nn90g4cdqj0pp
[ADD] translations
[ADD] migration support
[RFR] adapt triodos module to use duplicate flagging
        by transaction content instead of statement names

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                " WHERE res_id = payment_mode_type.id"
30
30
                " AND module = 'account_banking_nl_clieop'"
31
31
                " AND model = 'payment.mode.type'"
32
 
                " AND name = 'export_clieop_inc'"
 
32
                " AND ir_model_data.name = 'export_clieop_inc'"
33
33
                )