Skip to content

Commit

Permalink
[IMP] l10n_it_fatturapa_pec: Use common Sending User
Browse files Browse the repository at this point in the history
Generic sending/delivering fields and views are common to all channels
  • Loading branch information
SirTakobi committed Mar 14, 2023
1 parent bba1e89 commit f34c8fc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion l10n_it_fatturapa_pec/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
],
"data": [
"security/ir.model.access.csv",
"views/fatturapa_attachment_out.xml",
"views/fetchmail_view.xml",
"views/company_view.xml",
"views/sdi_view.xml",
Expand Down
2 changes: 0 additions & 2 deletions l10n_it_fatturapa_pec/models/fatturapa_attachment_out.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
class FatturaPAAttachmentOut(models.Model):
_inherit = "fatturapa.attachment.out"

sending_user = fields.Many2one("res.users", "Sending User", readonly=True)

def _message_type_ns(
self, root, id_sdi, message_id, receipt_dt, fatturapa_attachment_out
):
Expand Down
48 changes: 0 additions & 48 deletions l10n_it_fatturapa_pec/views/fatturapa_attachment_out.xml

This file was deleted.

0 comments on commit f34c8fc

Please sign in to comment.