-
Notifications
You must be signed in to change notification settings - Fork 240
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
[13.0][ADD] fieldservice_timeline #521
[13.0][ADD] fieldservice_timeline #521
Conversation
fdc9b32
to
93d480d
Compare
@@ -0,0 +1,221 @@ | |||
odoo.define('fieldservice_web_timeline_view.fsm_gantt', function (require) { |
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.
Why is this JS here? Isn't the Timeline feature already provided by the Web Timeline dependency module?
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.
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.
AFAIK, you can already put what you want on each timeline item through QWeb templates. See https://github.com/OCA/project/blob/12.0/project_timeline_hr_timesheet/views/project_task_view.xml
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.
We have done customization on web_timeline view for extra field-service features:-
- Added a custom filter functionality.
- Customize color functionality with a stage, in a stage, In an fsm.stage has choose_color field, and this field color display in an FSM order record timeline view.
- All-time line view line display in a top bar.
- Display All FSM workers in a timeline view so easily assign an order.
Why not calling the module simply |
Ok, I will update it. |
93d480d
to
93897d7
Compare
@murtuzasaleh - The OCA web_timeline is now merged OCA/web#1557 |
285a184
to
53dfd58
Compare
@murtuzasaleh hello Murtuza, can you give us an update on this PR? |
@brian10048 , @bodedra , @osi-scampbell , I will work on this PR. |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Depends on OCA/web#1470
fieldservice #513