You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] project_timeline: Allow to install this module with project_enterprise
This PR fixes an issue added in commit
3689f1d
When the module project_timeline is installed in a database with the module
project_enterprise, it raises the following error:
psycopg2.errors.DuplicateColumn: column "planned_date_end" specified more than once
This is because the field planned_date_end is defined in both modules.
This PR checks if the field is already defined in the query before adding it.
0 commit comments