Skip to content

Commit 82ceb0a

Browse files
committed
[DEL] account_invoice: remove fiscal number field from model
1 parent 11bdc3e commit 82ceb0a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

l10n_do_accounting/models/account_invoice.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ class AccountInvoice(models.Model):
66

77
l10n_do_fiscal_number = fields.Char(
88
"Fiscal Number",
9-
index=True,
10-
tracking=True,
11-
copy=False,
12-
help="Stored field equivalent of l10n_latam_document number",
139
)

0 commit comments

Comments
 (0)