Skip to content

[FIX][T15384] NEWS Analysis creates trace error when viewing date field#75

Merged
james-opusvl merged 1 commit intoremove-custom-frequencyfrom
T15384
Aug 19, 2019
Merged

[FIX][T15384] NEWS Analysis creates trace error when viewing date field#75
james-opusvl merged 1 commit intoremove-custom-frequencyfrom
T15384

Conversation

@james-opusvl
Copy link
Copy Markdown

Because effective_date_terminated was added and declared as an odoo field and the SQL view had references to date_terminated changed to effective_date_terminated (but date_terminated was not removed), the pivot view was trying to load date_terminated when is wasn't available on the SQL View. This commit adds both fields and changes the field string names so that it is clearer to the user of what they are selecting.

Because effective_date_terminated was added was declared as an odoo field and the SQL view had references to date_terminated changed to effective_date_terminated (but date_terminated was not removed), the pivot view was trying to load date_terminated when is wasn't available on the SQL View. This commit adds both fields and changes the field string names so that it is clearer to the user of what they are selecting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants