server-tools/autovacuum_message_attachment/readme
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
..
CONFIGURE.rst Add possibility to delete attachments 2023-11-28 12:23:23 +01:00
CONTRIBUTORS.rst Add selection of attachments through inheriting model 2023-11-28 12:27:14 +01:00
DESCRIPTION.rst Add possibility to delete attachments 2023-11-28 12:23:23 +01:00
ROADMAP.rst Add possibility to delete attachments 2023-11-28 12:23:23 +01:00