Skip to content

Commit

Permalink
[IMP] Improved code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanakya-SerpentCS committed Dec 10, 2019
1 parent 32a857b commit 0dcd84f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AccountInvoiceRefund(models.TransientModel):
_inherit = 'account.invoice.refund'

reason_id = fields.Many2one('account.invoice.refund.reason',
string="Reason")
string="Refund Reason ")

@api.onchange('reason_id')
def _onchange_reason_id(self):
Expand Down

0 comments on commit 0dcd84f

Please sign in to comment.