-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Module base_module_doc_rst migrated from version 6.1 #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I don't get the coveralls stats; if I look at only my module, the coverage increases. |
|
You are adding code without tests, that's why the coverage decreases. 👍 adding the known issues I commented in the other PR |
|
Hey @sysadminmatmoz, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
|
My CLA is there for quite some time! Even from before I became an OCA member. |
|
Please rebase instead of merging the target branch. If you rebase now, you should get rid of the merge commits. It's some of the commits included in your merges that triggered the CLA warning. |
|
Done. Thanks. |
|
Finally all the checks are ok 😄 |
base_module_doc_rst/__openerp__.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please apply the new versioning convention and change to 8.0.1.0.0
|
Just some nags but generally good, thanks! |
|
Ok, I cleaned it further. |
|
Thanks! 👍 |
Module base_module_doc_rst migrated from version 6.1
Syncing from upstream OCA/server-tools (10.0)
I use it as a tool for the relationship graph mostly, but it could be handy for someone else too.
Fresh PR since I messed up my previous git repo.
Added Pedro's change requests in README (todo) and the fact, that it performs it's actions only on actually installed modules in description.
The image gets presented only for the modules that are really currently installed (not just present as installable) in the same database where you run the creation button. The RST is the sphinx RST (as defined in description) - the output file is a gzip archive containing index.rst, module.rst and relations graph.
and sphinx output after make html:
