[FIX] if nocreate=1 then also see that as true#1514
Conversation
hbrunn
left a comment
There was a problem hiding this comment.
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
|
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.