This question has been flagged
1 Reply
61 Views

I need to inherit the "helpdesk.TeamDashboard" to change something but I am getting an error that "Document does not comply with schema"




Here's my code



         t-inherit="helpdesk.HelpdeskTeamDashboard"
     t-inherit-mode="extension">
     
      NEW TEXT
     
   

thank you

Avatar
Discard
Author Best Answer

The problem was from calling the file in the manifest from the "data" while it should be called in the "assets".

Avatar
Discard