Skip to Content
Menu
This question has been flagged
1 Reply
916 Views

UncaughtPromiseError > TypeError

Uncaught Promise > child.attrs is undefined


TypeError: child.attrs is undefined _renderInnerGroup/

Avatar
Discard

This error message is related to a JavaScript error in an Odoo instance. It is likely caused by a missing or incorrect value in the child element's attributes object, leading to the child.attrs being undefined.

if it is odoo 16, just make sure that you are using latest source code

Author Best Answer

My xml file is this, but I can't find the error



    
        hospital.appointment.tree
        hospital.appointment
        
            
            
        
    

    
        hospital.appointment.form
        hospital.appointment
        
            
                
                    
                        
                            
                        
                        >
                        
                    
                
                
hospital.appointment.search hospital.appointment Horário ir.actions.act_window hospital.appointment árvore,forma {}

Crie o seu primeiro Cliente! nome="Agendamento" action="action_hospital_appointment" pai="menu_hospital_root" sequência="10"/>


Avatar
Discard