You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
274 B

  1. The default behavior is to archive all records having a ``write_date`` <
  2. lifespan and with a state being ``done`` or ``cancel``. If these rules
  3. need to be modified for a model (e.g. change the states to archive), the
  4. hook ``RecordLifespan._archive_domain`` can be extended.