-
Notifications
You must be signed in to change notification settings - Fork 78
[FIX] util/fields: update depends on rename #21
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
f0db070 to
8312f53
Compare
|
Don't inject variables into the SQL via |
|
upgradeci retry with always only crm |
8312f53 to
73e4424
Compare
|
@KangOl Changes Done! |
|
No. As said, you can't just blindly replace the matching part without verifying it apply on the correct model. Actually, it should be part of the |
73e4424 to
77baefd
Compare
|
upgradeci retry |
|
@KangOl Changes are done as suggested currently i have made a method can you please suggest me where to embed the code. |
|
@KangOl Gentle Reminder ! |
c8b6b0f to
979179d
Compare
|
@KangOl Suggested Changes Done! |
|
@KangOl Gentle Reminder! |
1 similar comment
|
@KangOl Gentle Reminder! |
We needs to update custom fields `depends` definition.
979179d to
1b48b12
Compare
|
@robodoo r+ |
We needs to update custom fields `depends` definition. closes #21 Signed-off-by: Christophe Simonis (chs) <[email protected]>
We needs to update custom fields `depends` definition. closes #21 Signed-off-by: Christophe Simonis (chs) <[email protected]>
Currently we are not updating the dependencies for custom compute fields which leads to test crawler failure when it tries to access the view and give: KeyError: 'old_field_name'
Full error