-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
project_timeline: Module modification #1428
Comments
I don't get what you want, but creating a tab just for 2 fields is overkill. The fields already exist in the form. If you don't want it that way, just customize in your own DB. |
Hi, yes it is overkill but that is the only workaround I can think of do you have any better ideas? What I want is the same as what everyone else wants, a way to ability to the set the start/end times for the project without the developer mode. Its been asked before here #1335 (comment) and here #933 (comment) so I'm pretty sure you are familiar with the question. |
You can do it using |
Anyway, just forward-port #1377 to 17.0 and you'll have it without technical features enabled. Can you do the PR? |
I'd love to help but I have no prior experience with working a PR. Any pointers? |
No matter. I have just done it: #1429 |
Much thanks. This seems to fit my needs. |
module: project_timeline
version: 17.0
In reference to this issue: #933
I see people here don't want to change it for some reason.
I found PR from a few months ago that claimed "Because setting them manually without the timeline view is not the usual way" #1335 (comment) but I can't understand that reasoning also. If we create the task from the timeline view you still need access to the extra_info tab so it doesn't seem to explain anything. Anyway I did an edit to addons/project/project_timeline/views/project_task_view.xml around line 109
This creates a new tab "Timeline" in the form, but somehow I can't label them (which is fine since it serves my purpose) . I have yet to see any negative impacts for myself but is there really any? Is there a better solution for making the timeline not hidden?
PS: I'm sorry if this is spammy since I already left a comment on #933 (comment) but the issue seems to be closed.
The text was updated successfully, but these errors were encountered: