Skip to content

Commit

Permalink
[FIX] sale_ux: string
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Feb 1, 2021
1 parent ec84712 commit 07346cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_ux/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AccountMove(models.Model):
)
# en la ui agregamos este que seria mejor a nivel performance
has_sales = fields.Boolean(
'sale.order',
string='Has Sales?',
compute='_compute_has_sales'
)

Expand Down

0 comments on commit 07346cc

Please sign in to comment.