Skip to content
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

[IMP]runbot:add 'config' field and 'addons path' field to support additional config param and multi addons directories. #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cysnake4713
Copy link

[IMP]runbot:add 'config' field and 'addons path' field to support additional config param and multi addons directories.

…itional config param and multi addons directories.
@@ -1225,7 +1254,7 @@ def repo(self, repo=None, search='', limit='100', refresh='', **post):
repo_ids = repo_obj.search(cr, uid, [])
repos = repo_obj.browse(cr, uid, repo_ids)
if not repo and repos:
repo = repos[0]
repo = repos[0]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will be asked to reset this commit to don't touch git blame

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried a lot of times, this still happen, Is this the git core.autocrlf problem? I set it to false or true is not working, or maybe the IDE problem? I use PYCHARM

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a IDE issue. You can either try to turn it off (I don't know how) or review git diff before make a commit and revert such automatic changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants