-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[FIX] if nocreate=1 then also see that as true #1514
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
[FIX] if nocreate=1 then also see that as true #1514
Conversation
hbrunn
left a comment
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.
why do we need the switch between types in the first place? I believe in some earlier versions we wanted to be nice for input, and then started that. But that can't be asked for a contribution to change, so I applaud fixing the symptom, this will be fine here. Thanks!
94389de to
82900ec
Compare
NL66278
left a comment
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.
👍 LGTM
|
This PR has the |
|
/ocabot merge patch |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
@hbrunn your merge command was aborted due to failed check(s), which you can inspect on this commit of 10.0-ocabot-merge-pr-1514-by-hbrunn-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
82900ec to
0250006
Compare
|
/ocabot merge patch |
|
What a great day to merge this nice PR. Let's do it! |
|
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 10.0-ocabot-merge-pr-1514-by-dreispt-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
@thomaspaulb Can you check the issues with travis? |
|
/ocabot rebase |
|
@simahawk The rebase process failed, because command |
0250006 to
b31d7d5
Compare
|
@simahawk Rebased |
|
Okay I don't really know what to do here :/ |
|
It's failing in the same way on 10.0. @sbidoul do we still expect builds for 10.0 to work? |
@simahawk dunno. This is Travis & MQT, it's been ages since I looked into that. So I guess the answer is no. |
|
I've tried to use guide to change this to Github actions, but I'm running into too many issues to fix. Leaving this up to @OCA/web-maintainers to decide whether to manually force-merge this, skipping CI, or close. |
|
@thomaspaulb You can switch to github actions if you remove the pre-commit job from it. GitHub no longer supports python2. pre-commit can still be used locally to check before pushing to github. |
|
I'm doing a manual merge. |

Some people in their custom modules have used 'no_create=1' instead of True to disable create or edit, which works in standard Odoo. But when
web_m2x_optionsis installed, it will stop working, which is IMO undesired/unintended behavior.