Commit Graph

408 Commits (c290b8f75797933ca3ffd996778927b13b8ed188)

Author SHA1 Message Date
Ignacio Buioli 45bff750e5
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/
2025-02-11 16:24:08 +05:00
Akim Juillerat 0b575e5959
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.
2025-02-11 16:24:08 +05:00
Ignacio Buioli 2a490683d2
Added translation using Weblate (Spanish (Argentina))
Translated using Weblate (Spanish (Argentina))

Currently translated at 100.0% (50 of 50 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/
2025-02-11 16:24:06 +05:00
Dept. Técnico 5274ff6477
Added translation using Weblate (Catalan) 2025-02-03 13:59:05 +05:00
hkpatel ef9bce6bc1
[MIG] autovacuum_message_attachment: Migration to 14.0 2025-02-03 13:59:05 +05:00
Enric Tobella c6365051ba
[FIX] autovacuum_message_attachment: The field name cannot be used as it is already present in other models 2025-02-03 13:59:04 +05:00
Florent de Labarre 4dea925855
[FIX] autovacuum_message_attachment : wrong message formating 2025-02-03 13:59:04 +05:00
Enric Tobella acb678973f
[REF] autovacuum_message_attachment: Improve the way we manage domains 2025-02-03 13:59:04 +05:00