OCA / server-tools

Tools for Odoo Administrators to improve some technical features on Odoo.
https://odoo-community.org/psc-teams/tools-30
GNU Affero General Public License v3.0
705 stars 1.5k forks source link

[16.0] fetchmail_server_folder: Missing ondelete on match_algorithm field #3107

Open diggy128 opened 3 weeks ago

diggy128 commented 3 weeks ago

Module

fetchmail_server_folder

Describe the bug

match_algorithm is a required field and missing an ondelete policy

To Reproduce

Affected versions: 16.0

Steps to reproduce the behavior:

  1. Install fetchmail_server_folder
  2. Update module

Expected behavior No error

Additional context The exact error is: 'fetchmail.server.folder.match_algorithm': required selection fields must define an ondelete policy that implements the proper cleanup of the corresponding records upon module uninstallation.