Skip to content

Commit

Permalink
[FIX] account_payment_order: state not present in pre
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed May 27, 2019
1 parent 3a435ed commit 6d749f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions account_payment_order/migrations/9.0.1.0.0/pre-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,6 @@ def populate_computed_fields(env):
FROM account_payment_line apl
WHERE apl.bank_line_id = bpl.id""",
)
openupgrade.logged_query(
cr, """
UPDATE bank_payment_line bpl
SET state = apo.state
FROM account_payment_order apo
WHERE bpl.order_id = apo.id""",
)
openupgrade.logged_query(
cr, """
WITH currency_rate as (%s)
Expand Down

0 comments on commit 6d749f1

Please sign in to comment.