OCA / data-protection

Data Protection
https://github.com/OCA/data-protection/wiki
GNU Affero General Public License v3.0
31 stars 68 forks source link

[FIX] privacy_consent: dump auth=none for consents #54

Closed yajo closed 3 years ago

yajo commented 3 years ago

Before this fix, this module would work in a multidatabase instance. However, it would introduce random conflicts when used together with website_sale and its dependencies.

According to [docs][1]:

For servers hosting multiple databases in production, especially if website is used, dbfilter must be set, otherwise a number of features will not work correctly.

If we consider this module to fall into that category, we remove some of its workarounds that were only needed for unsupported scenarios. Less errors with less code.

[1] https://www.odoo.com/documentation/13.0/setup/deploy.html#dbfilter

pedrobaeza commented 3 years ago

/ocabot merge patch

OCA-git-bot commented 3 years ago

Hey, thanks for contributing! Proceeding to merge this for you. Prepared branch 13.0-ocabot-merge-pr-54-by-pedrobaeza-bump-patch, awaiting test results.

OCA-git-bot commented 3 years ago

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