There is an error showing if we try to access the upgraded test database. Raised a ticket and haven't received assistance as yet.    
"The following modules are needed by other modules but they have not been defined and may not be present in the correct asset bundle"
web.rpc
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
            
                1
                
                    Responder
                
            
        
        
            
                1211
                
                    Vistas
                
            
        
    Hi,
You can add the following code in your js file instead of web.rpc in odoo 17.
import { useService } from "@web/core/utils/hooks";
setup() {
super.setup();
this.rpc = useService("rpc");
}
Hope it helps
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|  | 1 oct 25  | 1615 | ||
| 
            
                Remove 3rd party modules for upgrade
            
            
                    Resuelto
            
         |  | 1 feb 23  | 3815 | |
|  | 1 oct 25  | 1553 | ||
|  | 0 jul 25  | 544 | ||
|  | 1 jun 24  | 4871 | 
