[IMP] Avoid using deprecated function _list, _delete and replace appropriately
parent
393598e9be
commit
1f4c38cbf7
|
@ -9,6 +9,7 @@ _logger = logging.getLogger(__name__)
|
|||
|
||||
class AttachmentQueue(models.Model):
|
||||
_name = "attachment.queue"
|
||||
_description = "Attachment Queue"
|
||||
_inherits = {"ir.attachment": "attachment_id"}
|
||||
_inherit = ["mail.thread"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue