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
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: