I'm trying to install addon "Assign Task To Multiple Users" on Odoo 16
Then there is an error:
Field "sh_multi_user" does not exist in model "account.analytic.line"
I'm confused it is about model "project.task" in the view xml file (please see below). Why it prompts does not exist in model "account.analytic.line"?
Here is detail of error:
And here is the view xml file
And here is model in this addon:
I want to install this addon successfully.