Skip to content

Commit

Permalink
[REF] imported_document field to fiscal mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Dec 18, 2024
1 parent c5f4761 commit 6aba507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions l10n_br_fiscal/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ class Document(models.Model):
store=True,
)

imported_document = fields.Boolean(string="Imported", default=False)

xml_error_message = fields.Text(
readonly=True,
string="XML validation errors",
Expand Down
2 changes: 2 additions & 0 deletions l10n_br_fiscal/models/document_mixin_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,5 @@ def _operation_domain(self):
)

partner_insurance_id = fields.Many2one("res.partner", string="Insurance Partner")

imported_document = fields.Boolean(string="Imported", default=False)

0 comments on commit 6aba507

Please sign in to comment.