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

[16.0][MIG] Migrate data-protection to 16.0 #69

Closed tde-banana-odoo closed 2 years ago

tde-banana-odoo commented 2 years ago

I don't know what I am doing.

pedrobaeza commented 2 years ago

We only migrate one module per pull request. And please read the procedure carefully with the environment variables for extracting correctly the commit history.

tde-banana-odoo commented 2 years ago

Should I make specific commits for each module then ? Or do you prefer two PRs ? Because as privacy_content is based on privacy, makes sense to migrate both of them at the same time in order to test the feature, isn't it ?

pedrobaeza commented 2 years ago

We make 2 pull requests, one per module, as each of them have their own commit history. The second one won't be usable (but code reviewable) until the first one is merged and the second rebased on top. I know this approach seems weird, but it's the way to:

tde-banana-odoo commented 2 years ago

Ok :) when in rome, do as the romans do !

tde-banana-odoo commented 2 years ago

Created https://github.com/OCA/data-protection/pull/70 for privacy, and https://github.com/OCA/data-protection/pull/71 for privacy_content (currently based on privacy migration, rebase will drop extra commits).

I close this one then :)