Skip to content

Commit

Permalink
[FIX] account_payment_order: cr > env
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed May 26, 2019
1 parent 59dd139 commit e13b46f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -157,7 +157,7 @@ def populate_computed_fields(env):
faster.
"""
cr = env.cr
openupgrade.add_fields(cr, [
openupgrade.add_fields(env, [
('company_currency_id', 'account.payment.order',
'account_payment_order', 'many2one', False, 'account_payment_order'),
('company_currency_id', 'account.payment.line', 'account_payment_line',
Expand Down

0 comments on commit e13b46f

Please sign in to comment.