Commit Graph

15 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
Akim Juillerat cb68657b8a Improve building of domain through osv.expression 2023-11-28 12:27:14 +01:00
Ignacio Buioli 0d7706eb89 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/
2023-11-28 12:27:14 +01:00
Ignacio Buioli 96be2cbced Added translation using Weblate (Spanish (Argentina)) 2023-11-28 12:27:14 +01:00
Dept. Técnico bc48bb7f22 Added translation using Weblate (Catalan) 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
hkpatel aa56d46974 [IMP] autovacuum_message_attachment: black, isort, prettier 2023-11-28 12:27:14 +01:00
Enric Tobella 5a812aab25 [MIG] autovacuum_message_attachment: Migration to 13.0 2023-11-28 12:27:14 +01:00
Enric Tobella 7af9600631 [IMP] autovacuum_message_attachment: black, isort, prettier 2023-11-28 12:27:14 +01:00
Enric Tobella df5830a8c2 [FIX] autovacuum_message_attachment: The field name cannot be used as it is already present in other models 2023-11-28 12:27:14 +01:00
Florent de Labarre 8a1f5970f4 [FIX] autovacuum_message_attachment : wrong message formating 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 f9e56058e2 Add possibility to delete attachments 2023-11-28 12:23:23 +01:00
Florian da Costa 8265c71fa0 Migrate autovacuum_mail_message to version 12 and rename it 2023-11-28 12:23:23 +01:00