-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[FIX] base_kanban_stage: fix wrong field referenced in base_kanban_abstract_view_kanban #949
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
8eba23b to
cec554f
Compare
|
I disagree 👎: |
|
@dreispt, ok, however it's needed to change https://github.com/OCA/server-tools/blob/10.0/base_kanban_stage/views/base_kanban_abstract.xml#L53 and to modify slightly docstring at https://github.com/OCA/server-tools/blob/10.0/base_kanban_stage/models/base_kanban_abstract.py#L11 Are you ok with this proposal? |
|
TIL about the @tafaRU - yeah I think the suggestion of modifying the view & updating the doc string is the best way to go then. Maybe even a note about the special treatment so someone can get a random TIL if they're in the code. |
|
If I understood correctly, the current version references an unexisting field |
|
@lasley Have a look at |
…stract_view_kanban; user_id instead of kanban_user_id
cec554f to
5721fa5
Compare
lasley
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 thanks @tafaRU
|
Just made #954 |
|
@dreispt, could you please review? |
[FIX] base_kanban_stage: following on #949
Syncing from upstream OCA/server-tools (15.0)
No description provided.