Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FIX] dms: Improve the unlink method in base to avoid errors #305

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

victoralmau
Copy link
Member

FWP from 15.0: #289

Related to: #189

In the uninstall process of dms, checks were made that prevented the removal of fields and models being deleted, also causing the dms_file and dms_directory tables to continue to exist.

Steps to reproduce the error before:

  • Install dms
  • Uninstall dms
  • The dms.file and dms.directory models still exist.
  • The tables dms_file and dms_directory in the database still exist.

@Tecnativa

In the uninstall process of dms, checks were made that prevented the
removal of fields and models being deleted, also causing the dms_file
and dms_directory tables to continue to exist.
@pedrobaeza pedrobaeza added this to the 16.0 milestone Feb 26, 2024
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fast-tracking the fw-port:

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 16.0-ocabot-merge-pr-305-by-pedrobaeza-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 87d30c2 into OCA:16.0 Feb 26, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 283947a. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants