[16.0][MIG] account_move_line_check_number

This commit is contained in:
Christopher Ormaza
2023-06-22 08:43:47 -05:00
parent a7dbee00af
commit d59cbe46f6
3 changed files with 1 additions and 12 deletions

View File

@@ -8,7 +8,6 @@ class AccountMoveLine(models.Model):
_inherit = "account.move.line"
check_number = fields.Char(
string="Check Number",
compute="_compute_check_number",
store=True,
readonly=False,