This question has been flagged
2908 Views

I am having two dropdowns in 'Timesheet Activities' section. On basis of Account selected I am loading tasks list. It's working fine for Administrator but not for Project/User.

Domain code : <field name="task_id" domain="[('project_id.analytic_account_id','=',account_id),('state','not in',['done','cancelled'])]" />

Can anyone please help me to fix this issue.

 

Avatar
Discard

User has enabled right "Analytic Accounting for Sales"?

Author

Hi zbik: yes, that option is enabled.