-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[FIX] base_kanban_stage: extend search_domain only for fields belong to 'base.kanban.stage' #982
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
…to 'base.kanban.stage'
@lasley, could you please give me a feedback? |
@obulkin - Do you know the answer to #982 (comment)? |
Hi, @tafaRU. IIRC, the note in the README was added as a precaution because I wasn't sure that the current However, I don't think the fix here is correct. Your approach is to basically screen out invalid fields, but the fields are invalid in the first place because the search in the method is being done against the
Thanks for creating a PR to clean up my mess here! 😄 |
Alternatively, |
Hi @obulkin, thanks a lot for your detailed answers! If Iknow what you mean with:
I'd modify
I remain awaiting a confirmation from you before to modifiy the PR. Let me know. Thanks. |
@tafaRU - Yup. That's what I had in mind. |
…ide. See OCA#982 for further info
I close this in favour of #989. |
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
Syncing from upstream OCA/server-tools (12.0)
…ide. See OCA#982 for further info
…ide. See OCA#982 for further info
This PR is intended to cover the following scenario:
calendar.event
is further extended with other fieldsWithout this I get the following error:
Does this belong to https://github.com/OCA/server-tools/tree/10.0/base_kanban_stage#known-issues--roadmap?
In that case, could you please explain me better the reason for https://github.com/OCA/server-tools/blob/10.0/base_kanban_stage/models/base_kanban_abstract.py#L109?
Thank you in advance.