~camptocamp/openerp-connector-ecommerce/7.0-sequence-sale-extra-lines

« back to all changes in this revision

Viewing changes to connector_ecommerce/payment_method.py

  • Committer: Guewen Baconnier
  • Author(s): Brendan Clune
  • Date: 2013-06-25 15:01:36 UTC
  • mfrom: (329.1.1 e-commerce-addons)
  • Revision ID: guewen.baconnier@camptocamp.com-20130625150136-4a5q105je3bymtbb
[ADD] 'Authorized' import rules to be able to import sales orders authorized by a payment institute but not paid yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        return [('always', 'Always'),
30
30
                ('never', 'Never'),
31
31
                ('paid', 'Paid'),
 
32
                ('authorized', 'Authorized'),
32
33
                ]
33
34
 
34
35
    _columns = {