- Mailing Lists
- Contributors
- Initiating into OCA workflow
Contributors mailing list archives
contributors@odoo-community.org
Browse archives
- By thread
-
By date
- November 2024 65
- October 2024 121
- September 2024 62
- August 2024 70
- July 2024 104
- June 2024 160
- May 2024 40
- April 2024 63
- March 2024 104
- February 2024 111
- January 2024 75
- December 2023 46
- November 2023 94
- October 2023 101
- September 2023 91
- August 2023 103
- July 2023 64
- June 2023 92
- May 2023 69
- April 2023 47
- March 2023 106
- February 2023 49
- January 2023 93
- December 2022 50
- November 2022 39
- October 2022 152
- September 2022 73
- August 2022 38
- July 2022 141
- June 2022 87
- May 2022 59
- April 2022 31
- March 2022 68
- February 2022 77
- January 2022 98
- December 2021 75
- November 2021 74
- October 2021 66
- September 2021 68
- August 2021 50
- July 2021 123
- June 2021 86
- May 2021 90
- April 2021 73
- March 2021 146
- February 2021 87
- January 2021 38
- December 2020 159
- November 2020 100
- October 2020 277
- September 2020 193
- August 2020 94
- July 2020 85
- June 2020 158
- May 2020 50
- April 2020 172
- March 2020 121
- February 2020 210
- January 2020 58
- December 2019 35
- November 2019 97
- October 2019 165
- September 2019 118
- August 2019 86
- July 2019 56
- June 2019 124
- May 2019 77
- April 2019 84
- March 2019 64
- February 2019 53
- January 2019 80
- December 2018 64
- November 2018 31
- October 2018 55
- September 2018 69
- August 2018 28
- July 2018 52
- June 2018 34
- May 2018 81
- April 2018 98
- March 2018 47
- February 2018 77
- January 2018 70
- December 2017 64
- November 2017 159
- October 2017 118
- September 2017 161
- August 2017 18
- July 2017 41
- June 2017 56
- May 2017 106
- April 2017 110
- March 2017 112
- February 2017 69
- January 2017 94
- December 2016 115
- November 2016 132
- October 2016 264
- September 2016 124
- August 2016 143
- July 2016 44
- June 2016 137
- May 2016 84
- April 2016 80
- March 2016 130
- February 2016 98
- January 2016 109
- December 2015 140
- November 2015 189
- October 2015 335
- September 2015 136
- August 2015 208
- July 2015 43
- June 2015 64
- May 2015 8
Initiating into OCA workflow
by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
Landis,
It was not the point of the original thread, but I feel that it's worth discussing so I'm opening a new thread. This is not intended to be specifically for you, but for everyone else that might be confused on where to start to collaborate with the OCA.
> I've been working hard to understand the OCA flow so not so visible till now.
Probably I'm too inside OCA to see the difficulties.
Maybe that means that we need to hear closely newcomers, so bear with me:
OCA provides a collection of Git repositories: pick the branch you want, clone, use fork, whatever.
In the 9.0 branch modules from 8.0 not yet ported are there but not marked as installable.
That mentioned in the README, and once you learn about it, it's the same for all repos.
Any additional issues here?
To contribute you use exactly the same Git flow as all other GitHub project: fork, change, make a pull request, and go through a peer review.
Your code is required to follow Odoo official guidelines plus strict PEP8. Additionally the README and manifest files must follow some specific requirements. That's it.
TravisCI and reviewers will help you fixing what's not OK, so you're not expected to know everything.
I would say that the best way to learn about it is to go through a PR review process.
If you find something specific that could be improved, propose the change. People are receptive to improve what is not working.
OCA is no different from Odoo: 9.0 is the default branch, and you need to pick form the list if you want another one. Of course, remember to check if the module is already ported.
> When reading 8.0 documentation it is somewhat confounding.
It was not the point of the original thread, but I feel that it's worth discussing so I'm opening a new thread. This is not intended to be specifically for you, but for everyone else that might be confused on where to start to collaborate with the OCA.
> I've been working hard to understand the OCA flow so not so visible till now.
Probably I'm too inside OCA to see the difficulties.
Maybe that means that we need to hear closely newcomers, so bear with me:
OCA provides a collection of Git repositories: pick the branch you want, clone, use fork, whatever.
In the 9.0 branch modules from 8.0 not yet ported are there but not marked as installable.
That mentioned in the README, and once you learn about it, it's the same for all repos.
Any additional issues here?
To contribute you use exactly the same Git flow as all other GitHub project: fork, change, make a pull request, and go through a peer review.
Your code is required to follow Odoo official guidelines plus strict PEP8. Additionally the README and manifest files must follow some specific requirements. That's it.
TravisCI and reviewers will help you fixing what's not OK, so you're not expected to know everything.
I would say that the best way to learn about it is to go through a PR review process.
If you find something specific that could be improved, propose the change. People are receptive to improve what is not working.
> I am not at all focused on branch 9 but I have to work
hard to not trip over it in my explorations.
> On a basic level in GitHub.com one has to always be aware
of the "toggling" to 9.0 now that it is default.
OCA is no different from Odoo: 9.0 is the default branch, and you need to pick form the list if you want another one. Of course, remember to check if the module is already ported.
> When reading 8.0 documentation it is somewhat confounding.
> (All good, GitHub Desktop is fine for documentation
and I will get my Shell based "commit comment"
methods wired as well)
>
Commit messages are not a good documentation on what code does, they rather document why or how the code came to be like it is.
To sole documentation for OCA modules lies in their README files.
Developers authoring modules are seldom good at documentation, so PRs improving them are surely welcome.
As a final note, I recommend newcomers to first start by collaborating. You will certainly have people guiding you if something is not being done as it should. After understanding how it works, then suggest improvements on the processes.
I hope this is helpful!
--
Regards
Daniel
Commit messages are not a good documentation on what code does, they rather document why or how the code came to be like it is.
To sole documentation for OCA modules lies in their README files.
Developers authoring modules are seldom good at documentation, so PRs improving them are surely welcome.
As a final note, I recommend newcomers to first start by collaborating. You will certainly have people guiding you if something is not being done as it should. After understanding how it works, then suggest improvements on the processes.
I hope this is helpful!
--
Regards
Daniel