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

[17.0] Error when clicking "To Do" button in default team dashboard #1287

Open
leandrosalvadorramirez opened this issue Dec 10, 2024 · 0 comments
Labels

Comments

@leandrosalvadorramirez
Copy link

Module: Field Service (fieldservice)

Describe the bug:
When clicking the "To Do" button in the default team dashboard of the Field Service module, an error occurs. The error traceback indicates that the variable id is not defined in the Python expression being evaluated.

Error message:

UncaughtPromiseError > EvalError
Uncaught Promise > Can not evaluate python expression: ({'default_team_id': id}) Error: Name 'id' is not defined

EvalError: Can not evaluate python expression: ({'default_team_id': id})
Error: Name 'id' is not defined
To Reproduce:
Affected versions: Odoo 17 Community Edition.

Steps to reproduce the behavior:

Install the Field Service module and its dependencies.
Open the Field Service module.
Go to the "Teams" dashboard.
Click on the "To Do" button in the default team panel.
Expected behavior:
The "To Do" button should navigate to the tasks associated with the default team without any errors.

Additional context:

This issue occurs in a fresh database with minimal configuration.
Python version: 3.10.
Operating System: Linux.

Installed Field Service Modules:

Field Service (fieldservice): 17.0.1.3.0
Field Service - CRM (fieldservice_crm): 17.0.1.0.0
Base Territory (base_territory): 17.0.1.0.0
Field Service Activity (fieldservice_activity): 17.0.1.0.1
Field Service - Calendar (fieldservice_calendar): 17.0.1.0.0
Field Service Recurring Work Orders (fieldservice_recurring): 17.0.1.1.0
Field Service Vehicles (fieldservice_vehicle): 17.0.1.0.0
Field Service - Stock (fieldservice_stock): 17.0.1.0.0
Field Service Geoengine (fieldservice_geoengine): 17.0.1.0.0
Field Service - Project (fieldservice_project): 17.0.1.0.0
Field Service - Sales (fieldservice_sale): 17.0.1.0.0
Field Service Route (fieldservice_route): 17.0.1.0.0
Field Service - Sales - Recurring (fieldservice_sale_recurring): 17.0.1.0.0
Field Service Sizes (fieldservice_size): 17.0.1.0.0
Field Service - Sale Stock (fieldservice_sale_stock): 17.0.1.0.0
Field Service - Accounting (fieldservice_account): 17.0.1.0.0
FSM Stage Validation (fieldservice_stage_validation): 17.0.1.1.0

Thanks in advance for your time and support in resolving this issue!

@leandrosalvadorramirez leandrosalvadorramirez changed the title Error when clicking "To Do" button in default team dashboard [17.0] Error when clicking "To Do" button in default team dashboard Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant