OCA / interface-github

Tools to interact with github from Odoo
GNU Affero General Public License v3.0
46 stars 77 forks source link

15.0 mig GitHub connector odoo #84

Closed OpenCode closed 1 year ago

OpenCode commented 2 years ago

Need https://github.com/OCA/interface-github/pull/83

pedrobaeza commented 2 years ago

Please include #85

OpenCode commented 2 years ago

Please include #85

I can track the change in an issue and I can apply it after the merge of this PR because the PR #85 includes a module from another PR.

OpenCode commented 2 years ago

https://github.com/OCA/interface-github/issues/86

pedrobaeza commented 2 years ago

The PR is merged, so you can just repeat the procedure of extracting the commit history, and put on top your changes.

victoralmau commented 2 years ago

Please include https://github.com/OCA/interface-github/pull/64

victoralmau commented 2 years ago

Please include https://github.com/OCA/interface-github/pull/87

OpenCode commented 2 years ago

The PR is merged, so you can just repeat the procedure of extracting the commit history, and put on top your changes.

If I try to apply git format-patch + git am command, every file have a conflict. There is particular step to follow?

victoralmau commented 2 years ago

The PR is merged, so you can just repeat the procedure of extracting the commit history, and put on top your changes.

If I try to apply git format-patch + git am command, every file have a conflict. There is particular step to follow?

This would be the same as indicated in https://github.com/OCA/interface-github/pull/84#issuecomment-1176399005

OpenCode commented 2 years ago

The PR is merged, so you can just repeat the procedure of extracting the commit history, and put on top your changes.

If I try to apply git format-patch + git am command, every file have a conflict. There is particular step to follow?

This would be the same as indicated in #84 (comment)

I've done it. And after the step with git format-patch + git am I have the conflicts.

victoralmau commented 1 year ago

Superseed by https://github.com/OCA/interface-github/pull/97