Navigation Menu

Skip to content

Commit

Permalink
[FIX] account_payment_order: Add 'sent' state to value mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Jun 13, 2017
1 parent 3f2abf2 commit 5d11cf0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ def map_payment_type(cr):
openupgrade.map_values(
cr,
openupgrade.get_legacy_name('state'), 'state',
[('done', 'uploaded')],
[('done', 'uploaded'), ('sent', 'generated')],
table='account_payment_order', write='sql')


Expand Down

0 comments on commit 5d11cf0

Please sign in to comment.