We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef9e46 commit a1dc0e9Copy full SHA for a1dc0e9
1 file changed
l10n_do_ecf_invoicing/models/account_invoice.py
@@ -11,7 +11,6 @@ class AccountInvoice(models.Model):
11
l10n_do_ecf_sign_date = fields.Datetime(string="e-CF Sign Date", copy=False)
12
l10n_do_electronic_stamp = fields.Char(
13
string="Electronic Stamp",
14
- compute="_compute_l10n_do_electronic_stamp",
15
store=True,
16
)
17
l10n_do_ecf_edi_file = fields.Binary("ECF XML File", copy=False, readonly=True)
0 commit comments