Closed anusriNPS closed 1 day ago
@heliaktiv , I have reopened PR of migrating project_deadline to 16.0 and I would request you to review it
Please squash administrative commits, as described here: https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests#mergesquash-the-commits-generated-by-bots-or-weblate
I tried to squash the commit, but it resulted in merge conflict issue related to project_hr commits, so could not do it.
When git rebase -i origin/16.0 is executed, it lists other project related repos like project_hr and showing merge conflicts related to hr project during squash
Is there any way to get only project_deadline related commits alone, so that it can be squashed?
I tried to squash the commit, but it resulted in merge conflict issue related to project_hr commits, so could not do it.
When git rebase -i origin/16.0 is executed, it lists other project related repos like project_hr and showing merge conflicts related to hr project during squash
Is there any way to get only project_deadline related commits alone, so that it can be squashed?
I suspect your repo may be outdated. Can you try git fetch origin 16.0
and then try to rebase again?
Code review: LGTM
As this module is not necessary for migrating into 16.0, closing this MR
Migrating project_deadline to 16.0
Reopened PR: https://github.com/OCA/project/pull/1123