Skip to content

Commit

Permalink
[WIP]account_check_date:Solved pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev committed Mar 6, 2023
1 parent a2ef7ac commit 7ba1eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion account_check_date/wizard/account_payment_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class AccountPaymentRegister(models.TransientModel):

payment_method_code = fields.Char(related="payment_method_line_id.code")
check_date = fields.Date(
string="Check Date",
default=fields.Date.context_today,
)

Expand Down

0 comments on commit 7ba1eee

Please sign in to comment.