Commit Graph

5 Commits (8b5b6ecd222a4a8c328384fab16f0c45354fab0a)

Author SHA1 Message Date
Ignacio Buioli 238a0951be Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (55 of 55 strings)

Translation: server-tools-14.0/server-tools-14.0-autovacuum_message_attachment
Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-autovacuum_message_attachment/es_AR/
2023-11-28 12:27:14 +01:00
Akim Juillerat 1e19a4b6dd Add selection of attachments through inheriting model
Selection of attachments through inheriting model can be useful if
we want to purge attachments that are extended through another
model.

For example, shipping.label (from base_delivery_carrier_label)
inherits from ir.attachment but the attachment itself is linked to
the stock.picking model.
By using inheriting_model defined to shipping.label and setting
model_ids to stock.picking, we can safely select the attachments
linked to stock.pickings that are shipping labels and avoid deleting
any picking list or delivery note reports.
2023-11-28 12:27:14 +01:00
hkpatel caeefd0885 [MIG] autovacuum_message_attachment: Migration to 14.0 2023-11-28 12:27:14 +01:00
Enric Tobella 17c0e7dcc4 [REF] autovacuum_message_attachment: Improve the way we manage domains 2023-11-28 12:27:14 +01:00
Florian da Costa 8265c71fa0 Migrate autovacuum_mail_message to version 12 and rename it 2023-11-28 12:23:23 +01:00