server-tools/autovacuum_message_attachment/readme
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
..
CONFIGURE.rst Add possibility to delete attachments 2025-02-03 13:59:03 +05:00
CONTRIBUTORS.rst Add selection of attachments through inheriting model 2025-02-11 16:24:08 +05:00
DESCRIPTION.rst Add possibility to delete attachments 2025-02-03 13:59:03 +05:00
ROADMAP.rst Add possibility to delete attachments 2025-02-03 13:59:03 +05:00