Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
781 Zobrazení

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



Avatar
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
led 24
1127
1
úno 23
3103
0
čvc 25
159
0
čvc 24
953
1
čvn 24
4377