OCA / agreement

GNU Affero General Public License v3.0
8 stars 38 forks source link

[16.0][MIG]agreement_legal_sale #19

Closed vibhascs closed 3 months ago

pedrobaeza commented 1 year ago

Thanks for the contribution.

Please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0.

If the jump is between several versions, you have to modify the source branch in the main command to accommodate it to this circumstance.

Christian-RB commented 11 months ago

Hello @vibhascs, to achieve what @pedrobaeza has asked for, you will need to also add the remote from contract before the split (contract/agreement): https://github.com/OCA/contract.git On Migration to 16.0: $ git checkout -b 16.0-mig-agreement_legal_sale origin/16.0 $ git remote add contract https://github.com/OCA/contract.git $ git fetch contract 14.0 $ git format-patch --keep-subject --stdout origin/16.0..contract/14.0 -- agreement_legal_sale | git am -3 --keep

I would like this module to be migrated, so tell us if you are up to do the changes please.

github-actions[bot] commented 7 months ago

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.