Skip to content
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

[18.0] project_task_timer: update for version 18 #354

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

joe1981al
Copy link

I found this was not updated for 18 yet. Found that the views had changed and tree view is no longer there for timesheet_ids, it is a list now, so updated tree to list and it works now.

@joe1981al joe1981al changed the title [18] project_task_timer: update for version 18 [18.0] project_task_timer: update for version 18 Nov 17, 2024
@joe1981al
Copy link
Author

joe1981al commented Nov 17, 2024

project_task_timer/__manifest__.py was changed to update major version from 17 to 18.

project_task_timer/views/project_task_views.xml line 17 was modified to change below

  • from <xpath expr="//field[@name='timesheet_ids']/tree/field[@name='unit_amount']"
  • to <xpath expr="//field[@name='timesheet_ids']/list/field[@name='unit_amount']"

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.

1 participant